Commit Graph

909 Commits

Author SHA1 Message Date
Basile Burg 6c86979373 Merge branch 'a12_2_a13' 2015-02-07 01:28:49 +01:00
Basile Burg 15c51f1fef removed useless ce_icon source 2015-02-07 01:25:24 +01:00
Basile Burg 5c1e0eea1b updated TODOs 2015-02-07 01:19:30 +01:00
Basile Burg 854f86ebeb wont be done 2015-02-07 01:14:55 +01:00
Basile Burg 426ce2bf0f fix, perf issue when selecting in huge files 2015-02-07 01:14:27 +01:00
Basile Burg 61c713c2f3 removed useless directive 2015-02-07 01:13:56 +01:00
Basile Burg 1093b0cbfa Merge branch 'a12_2_a13' 2015-02-06 21:20:37 +01:00
Basile Burg d93843e079 activated custom folded regions by default 2015-02-06 21:19:07 +01:00
Basile Burg efd84ef8a5 fixed & re-activated custom folded region 2015-02-06 21:18:46 +01:00
Basile Burg 85c8ad2535 Merge branch 'a12_2_a13' 2015-02-06 02:54:18 +01:00
Basile Burg 294994dfc5 improved DCD life-time management
- if server already running then use current
- if already running then don't kill on exit
2015-02-06 02:53:23 +01:00
Basile Burg b36a5af627 added routine to find running process 2015-02-06 02:51:07 +01:00
Basile Burg 257c34b8ec hl, token content processed as tokens 2015-02-06 02:02:05 +01:00
Basile Burg 8b37ed53d5 fix, less strict on invalid line number
libdparse is unlikely to give a wrong value for this field
2015-02-04 17:45:51 +01:00
Basile Burg 7c871076d4 optimized lfm script creation
- the final string size can be efficiently guessed and reserved
- use cached memver named instead of calling to for each item member
2015-02-04 15:34:20 +01:00
Basile Burg 945212f4c9 fields members name are cached 2015-02-04 15:32:00 +01:00
Basile Burg bb311ce049 tweaked project inspector
- only d sources can be opened by dbl click
- extra sources can also be opened by dbl click
- importStringPaths and ImportModulePaths are not shorten anymore
2015-02-04 02:30:28 +01:00
Basile Burg 2fbed556fb fix, only handle source, not obj/o 2015-02-03 22:32:10 +01:00
Basile Burg 4fb2794763 removed unimplemented add packages 2015-02-03 04:08:58 +01:00
Basile Burg 3780e76078 give plug up 2015-02-03 03:45:47 +01:00
Basile Burg d50de4be99 give dub up 2015-02-03 03:45:22 +01:00
Basile Burg 56eb2aaaac fix, error/warning position not found in D interface files. 2015-02-02 16:26:38 +01:00
Basile Burg 61bf491f4c alpha 12 2015-02-02 02:17:09 +01:00
Basile Burg 842b5e81db fix, 64bit compilation 2015-02-01 23:34:29 +01:00
Basile Burg dc4f404760 Merge branch 'a11_2_a12' 2015-02-01 16:56:04 +01:00
Basile Burg a8430f74f9 added persistent option auto-refresh 2015-02-01 01:48:55 +01:00
Basile Burg 87d588d475 nothing 2015-02-01 01:48:27 +01:00
Basile Burg fc69c42d5d updated icons 2015-02-01 01:47:58 +01:00
Basile Burg f211d3533f fix, bug described in bdc7626b26, focus event, too much updates.
the docFocused event is still called but the observers does not always perform their updates
2015-01-31 14:44:44 +01:00
Basile Burg e9c6de2700 minor TODO detection improvement 2015-01-31 13:08:08 +01:00
Basile Burg 70a4fe5327 Merge branch 'a11_2_a12' 2015-01-30 15:43:40 +01:00
Basile Burg c9bebfd262 test trigger service 2015-01-30 05:29:01 +01:00
Basile Burg a9f8fcd031 completion mnu font size syncronized to editor font size 2015-01-29 23:29:39 +01:00
Basile Burg bdc7626b26 foudn bug, completion, steal focus, reset editor focus, too much updates 2015-01-29 23:28:47 +01:00
Basile Burg 53c8308ac4 fix, deprecated fields, not stored anymore 2015-01-29 18:45:53 +01:00
Basile Burg ccb28ede51 Merge branch 'a11_2_a12' 2015-01-29 10:56:11 +01:00
Basile Burg fca144b96b added support for FIXME comments
handled as TODO ones.
2015-01-29 04:43:53 +01:00
Basile Burg 3aa2a8ae86 fix, static explorer didnt display unions 2015-01-29 02:18:35 +01:00
Basile Burg b2a79f1ae9 fix, dcd imports were randomly broken
adding import is not asynchronous, for each import the process has to be waited for.
2015-01-29 01:27:54 +01:00
Basile Burg f80856a348 Merge branch 'a11_2_a12' 2015-01-28 17:11:25 +01:00
Basile Burg f91f5d4961 fix, without focus other tool btns seemed not o work 2015-01-28 12:25:05 +01:00
Basile Burg 5f51a68141 added tool button to select a folder of lib 2015-01-28 09:44:26 +01:00
Basile Burg 2ffcf53860 typo 2015-01-28 09:43:24 +01:00
Basile Burg 2667b67438 fix, trailing dirsep removed 2015-01-28 09:31:36 +01:00
Basile Burg b6505dc96a Merge branch 'a11_2_a12' 2015-01-28 00:34:55 +01:00
Basile Burg 94e88424af fix, open file from cmd line param crash
GUI not yet visible, error in inherited setFocus
2015-01-28 00:33:21 +01:00
Basile Burg 56299e965f fix, bug introduced by f4da130df1.
first launch, all widgets were hidden. The optimization is only set if the docking have been saved at least one.
2015-01-27 23:40:45 +01:00
Basile Burg df024cdbff Merge branch 'a11_2_a12' 2015-01-27 21:57:01 +01:00
Basile Burg db55163001 cleanup 2015-01-27 21:50:25 +01:00
Basile Burg af677a42fb fix, allow widget to find cetodo tool in same folder as coedit main exe 2015-01-27 21:27:21 +01:00