Vadim Lopatin
c9d038feaa
fix import deprecation messages
2016-04-27 12:10:38 +03:00
Vadim Lopatin
0eaeb24995
fix crash on theme change
2016-03-29 10:28:54 +03:00
Keywan Ghadami
45159cb301
prefill the search panael text box with the selected text from the current editor
...
usecase: if DCD does not work or is not responsible i like to be able to select some text and then search for other occurrences.
If the ide automaticlly prefill the textbox for the search it much more comfortable.
It is standard behaivor in many (maybe every) popular applications (firefox, openoffice ...)
2016-03-08 11:53:08 +01:00
theokeist
ec21b3e55c
add czech language support ; needs to complete
2016-02-22 21:32:42 +01:00
gazer
bd0a22eb2e
fix windows build
2016-02-04 10:46:33 +03:00
gazer
6a89972ab8
fix
2016-02-03 13:59:18 +03:00
gazer
3f3b3d2fc0
rewrite rdmd execution
2016-02-03 13:27:34 +03:00
gazer
f8fe92aa77
run a program with run-script, so terminal will not close immediately after execution
2016-02-03 13:27:34 +03:00
00schneider
8293053cef
Fix saving/loading startup project of workspace
2016-02-01 15:31:38 +01:00
Vadim Lopatin
7ef43a31a7
update dlangui depenedncy; find in files action; close #132
2016-02-01 15:03:07 +03:00
gazer
f3e69dccdd
clear code, add a unittest
2016-01-29 21:49:31 +03:00
Vadim Lopatin
6a338007db
settings: move Interface settings on top
2016-01-29 12:09:44 +03:00
Vadim Lopatin
2556795f82
trying to fix #118
2016-01-29 11:57:13 +03:00
default0
b3779b689b
Add Reveal in Explorer for Projects
...
Shows the dub.json file in the file manager.
2016-01-28 18:56:04 +01:00
default0
038d1f6fb9
Add vibe.d project template
2016-01-28 17:03:42 +01:00
Vadim Lopatin
36977dc97a
merge
2016-01-28 16:13:58 +03:00
Vadim Lopatin
3b88814754
completion list with symbol type icons - close #120
2016-01-28 15:51:45 +03:00
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
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
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
df78ead46f
Merge pull request #104 from default0/fix-empty-projects
...
Create source directory for empty projects
2016-01-25 10:54:42 +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
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
89f684c5f6
fix Run w/o debugging - issue #100
2016-01-18 09:41:21 +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
f74e757e00
DUB additional params; LDMD toolchain setting - close #80
2016-01-15 10:49:22 +03:00
Vadim Lopatin
94c2ad0ca8
close #92 - refresh project dependencies after build
2016-01-14 11:29:22 +03:00
Vadim Lopatin
52592b3bc4
fixes
2016-01-14 10:04:20 +03:00
Vadim Lopatin
ec3a1abac0
debugger - step / thread fixes
2016-01-12 15:06:35 +03:00
Vadim Lopatin
4aac13c19f
fix breakpoint setting; add breakpoint toggle with left button click on editor line icons pane - close #95
2016-01-12 14:22:01 +03:00
Vadim Lopatin
25694f1bf5
add DebugVariable.children for supporting complex variables
2016-01-12 13:36:30 +03:00
Vadim Lopatin
40a1c3032f
fix debugger Stack window thread selection combobox handling - close #94
2016-01-12 13:29:39 +03:00
Vadim Lopatin
28b699e824
new DUB version package location support - close #91
2016-01-12 10:24:07 +03:00