gazer
e1d924dd7b
basic rdmd support
2016-01-28 15:29:29 +03:00
Vadim Lopatin
13f2656550
async DCD get code completions handling - close #93
2016-01-28 11:58:21 +03:00
Vadim Lopatin
7ba06e6bfe
DCD async call for getDocComments - #93
2016-01-28 11:31:03 +03:00
Vadim Lopatin
f4d1a8ec7f
Merge branch 'master' of github.com:buggins/dlangide
2016-01-28 10:26:25 +03:00
Vadim Lopatin
4394f834cb
DCD async access - for #93
2016-01-28 10:26:12 +03:00
Vadim Lopatin
a30e68ec46
Merge pull request #117 from g4z3r/master
...
close tab with ctrl+W
2016-01-28 06:54:20 +03:00
gazer
72b02b8298
close tab with ctrl+W
2016-01-27 22:01:49 +03:00
Vadim Lopatin
d828af306e
refactoring DCD access - implementing async calls - for #93
2016-01-27 17:07:41 +03:00
Vadim Lopatin
d27884a0df
DCD usage refactoring
2016-01-27 15:58:48 +03:00
Vadim Lopatin
06247f3fb2
Syntax highlight for DML and JSON in editor
2016-01-27 11:19:44 +03:00
Vadim Lopatin
932afca154
update DlangUI dependency version
2016-01-27 10:53:04 +03:00
Vadim Lopatin
2ac611f645
allow editing project json - close #116
2016-01-27 10:52:06 +03:00
Vadim Lopatin
b5b639a7e4
update dlangUI dependency version
2016-01-26 21:02:50 +03:00
Vadim Lopatin
7810ce2f8a
Show symbol doc comments on mouse hover in source - close #115
2016-01-26 15:19:07 +03:00
Vadim Lopatin
45a1af5b2b
DCD integration: DOC comments - #115 part 2
2016-01-26 10:48:55 +03:00
Vadim Lopatin
e83ca111fb
DCD doc comments support, part 1
2016-01-26 10:30:20 +03:00
Vadim Lopatin
66c7e28639
goToDefinition by Ctrl+Click - close #111
2016-01-26 10:04:59 +03:00
Vadim Lopatin
c05067002c
fix goToDefinition cursor setting if file is newly opened - close #108
2016-01-26 09:41:46 +03:00
Vadim Lopatin
4bac204a25
upgrade dependency version
2016-01-26 08:52:56 +03:00
Vadim Lopatin
6463912bbd
Merge pull request #113 from g4z3r/master
...
improve eng and ru button names, added translations
2016-01-26 08:34:20 +03:00
gazer
60e2072b06
fix
2016-01-26 00:04:27 +03:00
gazer
f33a28792b
improve eng and ru button names
2016-01-25 21:30:10 +03:00
Vadim Lopatin
a173de9c36
update dependency version
2016-01-25 16:20:03 +03:00
Vadim Lopatin
7e1f803fa5
update DlangUI dependency version
2016-01-25 15:23:30 +03:00
Vadim Lopatin
df78ead46f
Merge pull request #104 from default0/fix-empty-projects
...
Create source directory for empty projects
2016-01-25 10:54:42 +03:00
Vadim Lopatin
ea580ba5e1
Merge pull request #103 from default0/master
...
Offer creation of missing target location
2016-01-25 10:54:28 +03:00
default0
d69db6a3e6
Create source directory for empty projects
...
Since the preview shows the creation of a source directory and since
there currently is no functionality to add new source paths to a
project, empty projects were effectively unusable after creation
unless you manually created files/directories for them outside
DlangIDE.
2016-01-23 15:39:24 +01:00
default0
b433b16902
Offer creation of missing target location
...
If you create a new workspace or project and enter a non-existing path
the IDE just complained that the path did not exist, forcing you to go
out of your way and manually set one up. It now offers you to create
the missing directories for you.
2016-01-23 15:19:28 +01:00
Vadim Lopatin
6fdb8812c4
Setting for showing white space marks in editors - close #102
2016-01-22 14:58:29 +03:00
Vadim Lopatin
37b50254c5
fix dependency version
2016-01-21 12:00:49 +03:00
Vadim Lopatin
c2dd15f59a
update dlangui dependency version
2016-01-21 11:51:04 +03:00
Vadim Lopatin
2e67bc7c08
arm support; update dlangui version to fix #101
2016-01-21 11:48:56 +03:00
Vadim Lopatin
29fbfb5a07
Highlight startup project in project tree - close #81
2016-01-18 13:13:51 +03:00
Vadim Lopatin
6b6c9c20b3
new project, new file dialogs layout fixed
2016-01-18 11:49:14 +03:00
Vadim Lopatin
7eda97f4e4
update dlangui dependency - close #98
2016-01-18 10:09:18 +03:00
Vadim Lopatin
89f684c5f6
fix Run w/o debugging - issue #100
2016-01-18 09:41:21 +03:00
Vadim Lopatin
883540e5e3
Merge pull request #99 from keywan-ghadami/breakpoints-range-fix
...
fix range violation on deleting breakpoints
2016-01-16 22:21:09 +03:00
Keywan Ghadami
9e2ad854ce
change the length of the array after accessing that array
2016-01-16 14:50:46 +01:00
Vadim Lopatin
4fc802f742
update DCD dependency version
2016-01-15 13:15:05 +03:00
Vadim Lopatin
a7ccd67525
add license file
2016-01-15 13:14:53 +03:00
Vadim Lopatin
f74e757e00
DUB additional params; LDMD toolchain setting - close #80
2016-01-15 10:49:22 +03:00
Vadim Lopatin
8da7d8d36a
fix for #87 - apply DlangUI change for StringGrid style - to fix font in file dialog
2016-01-15 10:00:24 +03:00
Vadim Lopatin
692da7b245
update readme with Wiki link
2016-01-15 09:44:36 +03:00
Vadim Lopatin
c566f64c6e
Merge branch 'master' of github.com:buggins/dlangide
2016-01-14 14:12:44 +03:00
Vadim Lopatin
f29d32720a
update readme
2016-01-14 14:12:30 +03:00
Vadim Lopatin
ffc7d4996e
fix Mono-D linux and OSX projects
2016-01-14 14:04:57 +03:00
Vadim Lopatin
94c2c29a95
update submodules in projects
2016-01-14 13:55:36 +03:00
Vadim Lopatin
cf358628bc
put DCD as submodule
2016-01-14 12:06:23 +03:00
Vadim Lopatin
0c412a25bf
add DCD as submodule
2016-01-14 11:37:11 +03:00
Vadim Lopatin
94c2ad0ca8
close #92 - refresh project dependencies after build
2016-01-14 11:29:22 +03:00