mirror of https://github.com/buggins/dlangide.git
remove deprecations
This commit is contained in:
parent
0e79cf5e49
commit
5af0923585
|
@ -24,7 +24,7 @@ import dlangide.tools.editorTool;
|
||||||
import ddebug.common.debugger;
|
import ddebug.common.debugger;
|
||||||
|
|
||||||
import std.algorithm;
|
import std.algorithm;
|
||||||
import std.utf : toUTF8, toUTF32;
|
import std.utf : toUTF32;
|
||||||
|
|
||||||
interface BreakpointListChangeListener {
|
interface BreakpointListChangeListener {
|
||||||
void onBreakpointListChanged(ProjectSourceFile sourceFile, Breakpoint[] breakpoints);
|
void onBreakpointListChanged(ProjectSourceFile sourceFile, Breakpoint[] breakpoints);
|
||||||
|
|
|
@ -20,7 +20,7 @@ import dlangide.ui.frame;
|
||||||
|
|
||||||
import std.algorithm : startsWith, endsWith, equal;
|
import std.algorithm : startsWith, endsWith, equal;
|
||||||
import std.array : empty;
|
import std.array : empty;
|
||||||
import std.utf : toUTF32, toUTF8;
|
import std.utf : toUTF32;
|
||||||
import std.file;
|
import std.file;
|
||||||
import std.path;
|
import std.path;
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ import dlangide.ui.frame;
|
||||||
import std.path;
|
import std.path;
|
||||||
import std.file;
|
import std.file;
|
||||||
import std.array : empty;
|
import std.array : empty;
|
||||||
import std.utf : toUTF32, toUTF8;
|
import std.utf : toUTF32;
|
||||||
|
|
||||||
class ProjectCreationResult {
|
class ProjectCreationResult {
|
||||||
Workspace workspace;
|
Workspace workspace;
|
||||||
|
|
Loading…
Reference in New Issue