Commit Graph

617 Commits

Author SHA1 Message Date
Basile Burg 39daec46c1 inspector-based-widget: checkboxes for bool/enum 2015-03-03 09:00:21 +01:00
Basile Burg 0eb82a0dfe added symbol smart-filtering 2015-02-26 06:39:23 +01:00
Basile Burg 986c2f36ca manual memory alloc 2015-02-26 04:58:48 +01:00
Basile Burg e460268982 fix, paste content not corrected, Symbol type.
+ eponymous template hanlded as template
2015-02-25 19:15:44 +01:00
Basile Burg 3bf6ba9264 added editable symbol list option 2015-02-25 12:50:39 +01:00
Basile Burg 2c8182223f fix, in asyncprocess, output has to be accumulated in the two events 2015-02-25 09:23:29 +01:00
Basile Burg ac5c8e1ad4 fix, in asyncprocess output has to be accumulated in the two events 2015-02-25 09:23:02 +01:00
Basile Burg b23f72deda added procedure to accumulate process output in a stream 2015-02-25 09:22:16 +01:00
Basile Burg c760299533 main creates the symbol list widget 2015-02-25 07:57:12 +01:00
Basile Burg 8306aafa6c added symbol list widget
gui front-end for the cesyms tool
2015-02-25 07:56:37 +01:00
Basile Burg 50469e6b34 clean up 2015-02-25 07:55:37 +01:00
Basile Burg f28a83e8d8 new widget tool designed to replace the static explorer and based on libdparse 2015-02-25 07:55:22 +01:00
Basile Burg c98dd3c7bc moved 2015-02-25 07:54:34 +01:00
Basile Burg 5e6a1a7283 added single imports handling 2015-02-24 19:21:36 +01:00
Basile Burg 6e2c5cfddd static explorer might use libdparse
instead of using dmd json. dmd compiles the whole thing while we only need the ast.
2015-02-24 18:38:35 +01:00
Basile Burg 54467da817 clean up 2015-02-24 18:36:01 +01:00
Basile Burg 93d33ed3b5 several HL fixes
- when folds where deactivated, regions were not scanned correctly
- related: /+/ or /*/ were cinsidred as open/close pairs.
2015-02-24 18:35:41 +01:00
Basile Burg 7daa8e93d1 deleted duplicated resources 2015-02-24 18:32:33 +01:00
Basile Burg 6a14439507 fix, docking options checkbox hidden 2015-02-24 12:18:43 +01:00
Basile Burg fa92f10491 added TODO list editable options
previous option is not saved anymore using the centralized system.
2015-02-24 10:07:03 +01:00
Basile Burg a9c03259d7 fix, hide TComponent props in option editor.
Name modification could lead to load/save errors
2015-02-24 10:06:04 +01:00
Basile Burg a23eb197d0 fix, config collection were not hidden anymore, event was set programmaticaly to another proc. 2015-02-24 10:04:49 +01:00
Basile Burg 29fe166257 added option to clear previous redirected messages
for example this avoids to accumulate dscanner -S results after each call
2015-02-24 07:27:09 +01:00
Basile Burg 8478e3f040 added option to customize bracket pair match 2015-02-24 07:20:42 +01:00
Basile Burg 953240ce03 removed '@', so that UDA and @safe... handled as a full token
+ removed other symbols, already defined in base class
2015-02-24 07:12:29 +01:00
Basile Burg 0d4c216e27 added option to set if regexes are handled 2015-02-24 07:10:45 +01:00
Basile Burg bfee995bd9 fix, in 1.4 it breaks DDOc hints 2015-02-24 04:50:06 +01:00
Basile Burg f07b051455 rewritten factory docking settings 2015-02-24 04:49:31 +01:00
Basile Burg a1d0d600f2 added basic TCEActionProviderSubject implementation 2015-02-23 06:21:26 +01:00
Basile Burg 10aa04e96a added support for modal widget 2015-02-23 06:20:53 +01:00
Basile Burg 6df102dac4 shortcut editor pass the new shortcut value to the observers 2015-02-23 06:20:33 +01:00
Basile Burg 9ea1608f74 added interface ICEActionProvider
maybe as an alternative to ICEMainMenuProvider
2015-02-23 06:20:00 +01:00
Basile Burg 42a8cc8924 option editor is modal
when editing a shortcut this prevent the shortcut to be handled
2015-02-23 06:19:08 +01:00
Basile Burg d600486198 tools pass their shortcut when declared in main menu 2015-02-23 06:18:19 +01:00
Basile Burg 2f2808005d widget can specify it want to be shown as modal form 2015-02-23 06:17:39 +01:00
Basile Burg 038246a56f lpi update 2015-02-23 03:53:38 +01:00
Basile Burg 570c8aae4a tools shortcuts are exposed as option 2015-02-23 03:52:59 +01:00
Basile Burg ca84243cfa options are sorted 2015-02-23 03:52:10 +01:00
Basile Burg 4e51c7bbe6 fix, less esoteric declaration of the shortcuts 2015-02-23 03:51:44 +01:00
Basile Burg a460b168a4 fix, shortcut editor want first/want next, always handle the last result 2015-02-23 03:50:40 +01:00
Basile Burg e1034fa8a4 review, source comment, minor fixes, todo update 2015-02-22 16:21:44 +01:00
Basile Burg 06deabd011 editor cache not saved if document is temp 2015-02-22 13:00:31 +01:00
Basile Burg f3b7120610 fix, message click not handled until options edited 2015-02-22 12:55:54 +01:00
Basile Burg 701fd79d00 added message-widget setting, single/dbl click handler 2015-02-22 12:49:05 +01:00
Basile Burg e9926c8203 added font as an editable message-widget option
+ messages options does not use ICESessionObserver anymore but decentralized persistence.
2015-02-22 12:38:06 +01:00
Basile Burg faecac4b3a fix, option editor was not updating edited value on cancel event 2015-02-22 12:27:57 +01:00
Basile Burg 5b9743bcf3 clean up 2015-02-22 09:54:07 +01:00
Basile Burg d386e723ae fix, fold kinds were overwritten for each new editor 2015-02-22 09:40:35 +01:00
Basile Burg adc4a55b28 added assignation of additional published props 2015-02-22 09:39:51 +01:00
Basile Burg fd0b98ea7c prepared for laz 1.4 2015-02-22 02:26:35 +01:00