Commit Graph

412 Commits

Author SHA1 Message Date
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
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
Vadim Lopatin 3645c29fb6 fix crash under win32 - in DCD log messages: close #89 2016-01-11 10:14:15 +03:00
Vadim Lopatin 2a48f235b0 Merge branch 'keywan-ghadami-master' 2016-01-11 09:48:10 +03:00
Vadim Lopatin 479d5a9835 merge 2016-01-11 09:47:46 +03:00
Vadim Lopatin af06b8666c update OSX Mono-D project for DCD integration 2016-01-11 09:41:03 +03:00
Vadim Lopatin 215d52e4bd update Linux Mono-D project for integrated DCD 2016-01-11 09:38:50 +03:00
Vadim Lopatin 64c56b8c4b update dlangui dependency version 2016-01-11 09:13:23 +03:00
Vadim Lopatin 057e75f44b fix build errors after DCD integration 2016-01-11 09:12:23 +03:00
Keywan Ghadami 4162fcfc75 updated DCD dependency 2016-01-09 00:00:07 +01:00
Vadim Lopatin e931bea259 update dlangui dependency version 2016-01-02 19:38:34 +03:00
Vadim Lopatin a5e80e1722 Merge pull request #88 from keywan-ghadami/dcd-dub-integration
integrated dcd via dub without client/server
2016-01-02 19:32:42 +03:00
Keywan Ghadami 63ff1a3a25 integrated dcd via dub without client/server 2016-01-01 19:55:20 +01:00
Vadim Lopatin f226563981 Merge pull request #85 from keywan-ghadami/gdb-ignore-gc-signals
configure gdb to ignore garbage collection signals
2015-12-29 11:32:36 +03:00
Keywan Ghadami 225459e115 config gdb to ignore garbage collection signals
to do so i send following commands following to gdb on startup:
handle SIGUSR1 nostop noprint
handle SIGUSR2 nostop noprint

this prevents gdp from beeing interuppted by garbage collection signals
2015-12-28 22:46:20 +01:00
Vadim Lopatin f85cb7da9c Merge pull request #84 from keywan-ghadami/debug-not-existing-source-file
on updating source file on debuging check if file exists before openi…
2015-12-28 10:30:57 +03:00
Keywan Ghadami 1b881f2341 on updating source file on debuging check if file exists before opening in editor 2015-12-26 20:34:23 +01:00
Vadim Lopatin 730039249e update dlangui dependency version 2015-12-23 09:18:54 +03:00
Vadim Lopatin 995a5c6d38 update readme with coding style doc link 2015-12-23 09:17:42 +03:00
Vadim Lopatin ce60b3ddd7 replace tabs with spaces 2015-12-23 09:15:26 +03:00
Vadim Lopatin bf5577f9ac replace tabs with 4 spaces 2015-12-23 08:47:48 +03:00
Vadim Lopatin e22583c671 update dlangui dependency version 2015-12-19 13:49:25 +03:00
Vadim Lopatin 351070f883 Merge pull request #79 from John-Colvin/travisFix
travis fixes
2015-12-18 21:24:41 +03:00
Vadim Lopatin 3c8f770d93 fixes 2015-12-18 15:14:58 +03:00
John Colvin ea3b7931bd travis fixes 2015-12-18 10:19:57 +00:00