diff --git a/dub.json b/dub.json index 003c7e6..5894723 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "stringImportPaths": ["views"], "dependencies": { - "dlangui": "==0.9.140", + "dlangui": "==0.9.141", "dsymbol": "~>0.2.9", "dcd": "~>0.9.1" }, diff --git a/src/dlangide/ui/frame.d b/src/dlangide/ui/frame.d index 100c8db..bb20a62 100644 --- a/src/dlangide/ui/frame.d +++ b/src/dlangide/ui/frame.d @@ -431,7 +431,7 @@ class IDEFrame : AppFrame, ProgramExecutionStatusListener, BreakpointListChangeL // open new file DSourceEdit editor = new DSourceEdit(filename); if (file ? editor.load(file) : editor.load(filename)) { - _tabs.addTab(editor, toUTF32(baseName(filename)), null, true); + _tabs.addTab(editor, toUTF32(baseName(filename)), null, true, filename.toUTF32); index = _tabs.tabIndex(filename); TabItem tab = _tabs.tab(filename); tab.objectParam = file; diff --git a/views/VERSION b/views/VERSION index eee71b3..57ff0ba 100644 --- a/views/VERSION +++ b/views/VERSION @@ -1 +1 @@ -v0.7.86 \ No newline at end of file +v0.7.87 \ No newline at end of file