Commit Graph

1840 Commits

Author SHA1 Message Date
Basile Burg 14fcee9cb4
#97, parse CLI and put jsonizer in free functions
+ faster with TCEProcess
2016-09-18 11:15:20 +02:00
Basile Burg 39b4ff9dc8
gdb commander, mioutput to json + test with brkpts 2016-09-18 02:44:04 +02:00
Basile Burg 337cf1bbbb
fixup for 44ce9decf5 2016-09-17 20:56:24 +02:00
Basile Burg 44ce9decf5
add appli option to measure project/group build duration 2016-09-17 16:58:01 +02:00
Basile Burg d502757268
CE projects, add list for specific DMD/LDC/GDC options 2016-09-17 16:26:16 +02:00
Basile Burg 4be099408e
editor, fix a case where calltips were unfairly closed
e.g parens used to change op precedence
2016-09-17 12:01:24 +02:00
Basile Burg 7febec25fb
completion, put last item in front for further usage
+ dont store completion kind literally
2016-09-17 09:15:53 +02:00
Basile Burg aa79f2671d
projects groups, store config index when item is a DUB project 2016-09-16 21:31:46 +02:00
Basile Burg acebde858c
lists, use builtin dup deletion method 2016-09-16 21:30:45 +02:00
Basile Burg 57ef887aad
change license 2016-09-14 06:20:12 +02:00
Basile Burg 9ef37f36e5
editor, don't validate comp menu entry with a dot
e.g completion triggered while typing a slice expression
2016-09-13 09:08:05 +02:00
Basile Burg b1813706cf
fix, upstream, group was closed even if open dialog canceled 2016-09-11 14:43:18 +02:00
Basile Burg 1e957c8f2b
add MRU list for the projects groups 2016-09-11 14:42:38 +02:00
Basile Burg 7bea816372
fixup for f205b4d2ea 2016-09-11 11:50:08 +02:00
Basile Burg 521474ca5b
updstream fix for 19eed6ea36 2016-09-09 14:58:13 +02:00
Basile Burg f779e16712
ce & dub projects, get messages service in ctor 2016-09-09 01:45:11 +02:00
Basile Burg 0152510c4e
ce projects, multi sel file in inspector 2016-09-09 01:34:02 +02:00
Basile Burg dd60df8b7e
about box, emit a warning when important tools miss 2016-09-09 01:23:44 +02:00
Basile Burg fe8afffa63
remove new options moved to the runnable category 2016-09-09 01:02:19 +02:00
Basile Burg 19eed6ea36
project groups, upstream fix, selected item not highlighted after list update 2016-09-09 00:55:24 +02:00
Basile Burg f2f7661462
dastworx, upstream fix, flush after each module imports 2016-09-04 16:04:38 +02:00
Basile Burg 6f5cc9ce1e
fix, projects group, upstream, cases where widgets did not reset their ptr to the FSP 2016-09-04 15:38:06 +02:00
Basile Burg b22b13d008 dastworx, fix broken build due to typo in identifier 2016-09-04 12:42:40 +02:00
Basile Burg 1f4fcd682e
revert canges made in 36d06688c8 2016-09-03 23:50:25 +02:00
Basile Burg 36d06688c8
use ExitCode and not ExitStatus 2016-09-03 17:32:51 +02:00
Basile Burg f205b4d2ea
libman, register from code.dlang, back to widget on success 2016-09-03 17:23:47 +02:00
Basile Burg 1cf1c8b287
add read only support for dub SDL projects, close #96 2016-09-02 14:41:22 +02:00
Basile Burg dfd7bbf633
libman, upstream fix for 82bc48a16a
when the package list is not downloaded use the old method to get ver.

+ fix: latest tag (=stable) doesn't always match to latest version (beta, alpha...)
+ fix: source root detection didn't filter obj, a and lib
2016-09-01 18:05:25 +02:00
Basile Burg f9f25f4603 Merge pull request #94 from BBasile/ppbtn
add donation link
2016-09-01 14:18:04 +02:00
Basile Burg 58dacbf389
add donation link 2016-09-01 14:16:18 +02:00
Basile Burg 2bd4562f52
remove detection of contiguous asterisks
not required since lexer change of version 2 update 3
2016-09-01 10:03:43 +02:00
Basile Burg f5c0bf81eb
libman, register from code.dlang, show package description as hint 2016-08-31 02:45:59 +02:00
Basile Burg 82bc48a16a
libman, register from code.dlang, use result from new empty search 2016-08-31 02:37:04 +02:00
Basile Burg 7d84ab1a04 dastworx, prevent some zombie proc,
may cause problem again under win see  e0fa57d8b6
2016-08-29 11:27:24 +02:00
Basile Burg 0b8c3bf093 add self return to TStringRange.popFront + add TStringRange.popFrontN 2016-08-29 11:24:33 +02:00
Basile Burg 7d0f3212c1 dastworx, remove usage of globals 2016-08-29 11:10:11 +02:00
Basile Burg 28ac7bbbef extend the syntax used to define switches for a runnable, close #91 2016-08-28 07:47:56 +02:00
Basile Burg 64ba94705d highlitgther, add attributes for the phobos-style types, close #92 2016-08-27 14:03:50 +02:00
Basile Burg 1e9e727155 waiting not necessary for a sync TProcess 2016-08-23 07:19:25 +02:00
Basile Burg e0fa57d8b6 fix #90, dastworx issue under win32 + rework dastworx main() 2016-08-23 07:18:53 +02:00
Basile Burg a41fbd6271 dastworx, flush output on exit 2016-08-23 03:24:21 +02:00
Basile Burg 1e45053e54 more changes for win 2016-08-22 12:14:40 +02:00
Basile Burg cc9420b78d fix windows building broken 2016-08-22 10:50:44 +02:00
Basile Burg 15f15725e0 ce projects, move missing file checks in their own method 2016-08-22 08:07:56 +02:00
Basile Burg 9f60c0ae9c fix missing icon until a group contains items 2016-08-22 07:58:08 +02:00
Basile Burg 2a5d916d0c fixup for cf3987b2ac, missing icons 2016-08-21 08:06:03 +02:00
Basile Burg 90c11a2259 fixup for DUB script support, process called twice
close dlang/dub#885
2016-08-21 08:03:34 +02:00
Basile Burg 284d2ee070 nothing 2016-08-21 06:11:33 +02:00
Basile Burg d9809f0e81 deactivate error message
b/c output when loading a proj to test its validity
2016-08-21 06:11:20 +02:00
Basile Burg cf3987b2ac projects group, add a hybrid async compilation mode with wait points 2016-08-21 06:04:43 +02:00