mirror of https://github.com/buggins/dlangide.git
renamed files to fit style guidelines
This commit is contained in:
parent
7d59862c2b
commit
bea3c5efb3
|
@ -1,4 +1,4 @@
|
|||
module dlangide.tools.d.DCDInterface;
|
||||
module dlangide.tools.d.dcdinterface;
|
||||
|
||||
import dlangui.core.logger;
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
module dlangide.tools.d.editorTool;
|
||||
module dlangide.tools.d.deditorTool;
|
||||
|
||||
import dlangide.tools.editorTool;
|
||||
import dlangide.tools.d.DCDInterface;
|
||||
import dlangide.tools.d.dcdinterface;
|
||||
import dlangide.ui.dsourceedit;
|
||||
import dlangui.widgets.editors;
|
||||
import dlangide.ui.frame;
|
|
@ -1,4 +1,4 @@
|
|||
module dlangide.tools.d.syntaxHighlighter;
|
||||
module dlangide.tools.d.simpledsyntaxhighlighter;
|
||||
|
||||
import dlangui.core.logger;
|
||||
import dlangui.widgets.editors;
|
|
@ -7,7 +7,7 @@ import dlangui.core.types;
|
|||
import dlangide.ui.frame;
|
||||
import dlangide.ui.dsourceedit;
|
||||
|
||||
public import dlangide.tools.d.editorTool;
|
||||
public import dlangide.tools.d.deditorTool;
|
||||
|
||||
class EditorTool
|
||||
{
|
|
@ -13,7 +13,7 @@ import ddc.lexer.tokenizer;
|
|||
import dlangide.workspace.workspace;
|
||||
import dlangide.workspace.project;
|
||||
import dlangide.ui.commands;
|
||||
import dlangide.tools.d.syntaxHighlighter;
|
||||
import dlangide.tools.d.simpledsyntaxhighlighter;
|
||||
|
||||
import std.algorithm;
|
||||
|
||||
|
|
Loading…
Reference in New Issue