mirror of https://github.com/buggins/dlangide.git
update dlangUI dependency version
This commit is contained in:
parent
7810ce2f8a
commit
b5b639a7e4
|
@ -28,6 +28,7 @@ Source editor features:
|
||||||
* Toggle line or block comments by Ctrl+/ and Ctrl+Shift+/
|
* Toggle line or block comments by Ctrl+/ and Ctrl+Shift+/
|
||||||
* D source code autocompletion by Ctrl+Space or Ctrl+Shift+G (using DCD)
|
* D source code autocompletion by Ctrl+Space or Ctrl+Shift+G (using DCD)
|
||||||
* D source code Go To Definition by Ctrl+G or F12 (using DCD)
|
* D source code Go To Definition by Ctrl+G or F12 (using DCD)
|
||||||
|
* D source Doc comments display on mouse hover (using DCD)
|
||||||
* D source code Smart Indents
|
* D source code Smart Indents
|
||||||
* Select word by mouse double click
|
* Select word by mouse double click
|
||||||
|
|
||||||
|
|
2
dub.json
2
dub.json
|
@ -12,7 +12,7 @@
|
||||||
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"],
|
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dlangui": "~>0.7.53",
|
"dlangui": "~>0.7.57",
|
||||||
"dcd": "~>0.7.5"
|
"dcd": "~>0.7.5"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue