Commit Graph

907 Commits

Author SHA1 Message Date
Basile Burg bd461cf54d call tips displayed at the bottom
avoids to hide FunctionDeclaration parameters.
2015-04-19 04:30:12 +02:00
Basile Burg 452aa078d8 calltip method isolated 2015-04-19 04:20:21 +02:00
Basile Burg 6bbe3cc09a better window menu
item enabled according to their visibility.
2015-04-18 19:10:04 +02:00
Basile Burg d758ed0e76 fix, ddoc hint window stuck on top
could happen when switching sheets.
2015-04-18 18:32:41 +02:00
Basile Burg 658978373d updated readme 2015-04-07 17:49:26 +02:00
Basile Burg f528343819 clean shared synedit plugins 2015-03-31 04:44:16 +02:00
Basile Burg c9a3145ce1 Revert "improved completion, update menu after each keystroke"
This reverts commit 7510b42031.
2015-03-29 09:00:02 +02:00
Basile Burg 7510b42031 improved completion, update menu after each keystroke 2015-03-28 19:52:41 +01:00
Basile Burg f74eaa0b75 temp fix, docking, prevent any invalid layout to be saved 2015-03-27 04:19:45 +01:00
Basile Burg 875a41d01f windows menu sorted 2015-03-27 04:19:02 +01:00
Basile Burg a151020a41 libman editor, column click sorting 2015-03-27 02:29:16 +01:00
Basile Burg 13bede08e9 nothing 2015-03-26 22:34:57 +01:00
Basile Burg 9b18cdad22 todo list, libman, auto size columns 2015-03-26 22:34:29 +01:00
Basile Burg dfbe175866 only test asm KW if tok is tkKeywd 2015-03-24 07:40:33 +01:00
Basile Burg 6d7193877c fix, ddoc fold as option, close according to options, not both 2015-03-24 07:39:45 +01:00
Basile Burg a955a0557d improved D2 highlighter, ddoc fold as option
+ multi line comments were not handled in asm ranges
2015-03-24 07:20:23 +01:00
Basile Burg 269fd1be21 fix, DCD client could cause the app to hang 2015-03-24 02:29:01 +01:00
Basile Burg 34c2477541 specified default values to avoid them to be written 2015-03-23 05:35:59 +01:00
Basile Burg 4d1a299818 removed unused unit 2015-03-23 05:35:22 +01:00
Basile Burg 664d406e9e improvement, blanks & symbols disable current identifier HL 2015-03-23 04:18:11 +01:00
Basile Burg e36e4c39a0 fix, AV on closequery, sheet was not freed if <> current doc 2015-03-22 10:38:44 +01:00
Basile Burg f8f5825989 style 2015-03-22 01:22:48 +01:00
Basile Burg 4c5d4a057d improved custom folded region, trailing blanks are allowed 2015-03-22 01:21:36 +01:00
Basile Burg fafb6c151f fix, d2syn hl range, copy, region count not copied 2015-03-22 01:09:47 +01:00
Basile Burg c928ea57cb wait dcd client 2015-03-21 06:27:25 +01:00
Basile Burg f1e4466693 nothinf 2015-03-21 05:53:28 +01:00
Basile Burg c8f83e1140 duplicated test 2015-03-21 05:53:17 +01:00
Basile Burg b0f23d591b DCD integration, cache import list, avoid too much updates when libman is often updated 2015-03-21 05:52:23 +01:00
Basile Burg 649d29432d added note about proj conf synchro mode 2015-03-20 16:00:47 +01:00
Basile Burg c955a02715 fix, calltip win, VK(53) open would only work on French keyboard
+  hide call tip win on closed round bracket
2015-03-20 15:58:06 +01:00
Basile Burg 0e712aa0ee nothing 2015-03-20 03:54:08 +01:00
Basile Burg da8bb1eb24 fix, typo 2015-03-20 03:35:44 +01:00
Basile Burg e23faedaba fix, possible AV if str is empty 2015-03-20 03:33:41 +01:00
Basile Burg 03a6d355e2 fix, possible AV if opt is empty 2015-03-20 03:31:32 +01:00
Basile Burg a85aeb8172 runnable modules can always import from their parent folder 2015-03-18 21:52:27 +01:00
Basile Burg e83ddd6213 updated submodule libdparse 2015-03-17 17:15:44 +01:00
Basile Burg 0c34c8999e fix, DCD and TCESynmemo positions issues, (hints, goto decl) 2015-03-17 04:53:40 +01:00
Basile Burg 2c325dceef bdm 2015-03-17 04:01:53 +01:00
Basile Burg d6d6fab659 Revert "fix, dcd ddoc mouse hint, decl finder, location is not based on the speific document line ending kind but on the system one"
This reverts commit 6aed308035.
2015-03-17 03:34:42 +01:00
Basile Burg 6aed308035 fix, dcd ddoc mouse hint, decl finder, location is not based on the speific document line ending kind but on the system one 2015-03-17 02:16:44 +01:00
Basile Burg ac82a0aba8 DCD hints loc and decl finder always use system LE ? 2015-03-17 02:05:54 +01:00
Basile Burg a346e6c4ee renamed getMouseStart to getMouseFileBytePos 2015-03-17 01:35:26 +01:00
Basile Burg 3a5b9cf941 more accurate caret position after DCD find location 2015-03-17 01:34:12 +01:00
Basile Burg cfb5e2009d removed useless code, the stream is not the proc output, it's already copied 2015-03-17 01:33:26 +01:00
Basile Burg 429e0640f3 fix, project aloowed to be compiled with only extra-sources 2015-03-16 04:03:21 +01:00
Basile Burg 207e04056c fix, copy paste cut etc broken in widget since e4656ca9e7 2015-03-15 07:38:45 +01:00
Basile Burg 0cafc5b37a fix, call tip win position when fun has overloads 2015-03-15 01:28:09 +01:00
Basile Burg 92925489ca fix, editor scroll interruptions due to hints 2015-03-15 01:11:27 +01:00
Basile Burg 03ce7716f9 nothing 2015-03-15 01:09:09 +01:00
Basile Burg b947838d7a added dstring and wstring a highlighter keywords 2015-03-14 18:52:17 +01:00