Commit Graph

617 Commits

Author SHA1 Message Date
Basile Burg 33d1fd9cf2 fix, symbol finder, inaccuracy due to line endings 2015-02-13 04:28:59 +01:00
Basile Burg ac27f9c899 updated TODOs 2015-02-13 04:27:33 +01:00
Basile Burg 61f5bb2e6d updated TODOs 2015-02-13 04:27:22 +01:00
Basile Burg a9f68c1e66 fixes for the linux version 2015-02-07 10:26:49 +01:00
Basile Burg 0d7d51a0d8 Merge branch 'a12_2_a13' 2015-02-07 08:59:48 +01:00
Basile Burg f6ef7aa4bf typo 2015-02-07 06:38:41 +01:00
Basile Burg eaece5e670 activated ddoc hints from DCD 2015-02-07 06:38:16 +01:00
Basile Burg 9f72412e85 added custom hint window class 2015-02-07 06:37:39 +01:00
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