Commit Graph

669 Commits

Author SHA1 Message Date
Basile Burg 2903c8b931 added submodule libdparse
cysym and cetodo can be built without libdparse setup in the libman
2015-03-08 16:11:51 +01:00
Basile Burg bdc202ba61 nothing 2015-03-08 14:26:37 +01:00
Basile Burg f6fe94fe62 project inspector use updateDelayed() 2015-03-08 14:26:28 +01:00
Basile Burg bd9cc5cbdf improved performances when redefining DCD imports 2015-03-08 14:24:16 +01:00
Basile Burg c91e8e47f8 renamed widget updater identifiers
byevent->imperative
2015-03-08 14:23:02 +01:00
Basile Burg 4903e37542 added message filter to messages widget 2015-03-08 12:21:40 +01:00
Basile Burg 3467107294 project file update 2015-03-08 00:40:54 +01:00
Basile Burg d581ad1c20 removed static explorer widget 2015-03-08 00:40:36 +01:00
Basile Burg 61122dffed clean up 2015-03-08 00:39:37 +01:00
Basile Burg 667e8648c9 updated tool readme 2015-03-08 00:39:23 +01:00
Basile Burg 2f7ebb60c6 deleted static explorer 2015-03-08 00:39:04 +01:00
Basile Burg 8a34000cc0 deleted resman 2015-03-08 00:38:50 +01:00
Basile Burg 912749c45c added file action compile file and run outside
like runnable moduled but when redirection of the output is not wanted
2015-03-07 14:57:30 +01:00
Basile Burg ee091c7578 DCD handling moved from TCEMainForm to TCESynMemo
+ call tip after open parenthesis
+ ddoc on idle
+ fix incorrrect hint window size on first hint
2015-03-07 01:51:57 +01:00
Basile Burg 22dc9f8954 added call tip method to TCEDcdWrapper 2015-03-07 01:49:27 +01:00
Basile Burg cace5826fd removed editor hint handling from main form 2015-03-07 01:49:00 +01:00
Basile Burg 79d5e96368 nothing 2015-03-06 22:28:14 +01:00
Basile Burg 173acc0c8e added more symbol to the list
+ class/struct ctor/dtor
+ anon enum, first member used as ident
+ mixin template decl not as template but as mixin
+ test as runnable with <CFF> using the version ident automatically set by CE
+ libdparse FR: line/col for static ctor/dtor
2015-03-06 22:27:51 +01:00
Basile Burg a954f31417 removed useless code
this didn't fix the bug "first hint window size is wrong"
2015-03-06 22:23:35 +01:00
Basile Burg 13f59d1ff4 fix, cesyms, 64 bit compilation 2015-03-06 17:21:21 +01:00
Basile Burg 37412b765d Merge branch 'a12_2_a13' 2015-03-03 09:00:58 +01:00
Basile Burg 39daec46c1 inspector-based-widget: checkboxes for bool/enum 2015-03-03 09:00:21 +01:00
Basile Burg 186d0583df Merge branch 'a12_2_a13' 2015-02-26 08:31:58 +01:00
Basile Burg 0eb82a0dfe added symbol smart-filtering 2015-02-26 06:39:23 +01:00
Basile Burg de9cc0b5e3 Merge branch 'a12_2_a13' 2015-02-26 05:01:24 +01:00
Basile Burg 986c2f36ca manual memory alloc 2015-02-26 04:58:48 +01:00
Basile Burg 953f457722 Merge branch 'a12_2_a13' 2015-02-26 02:02:33 +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 a922cf287e Merge branch 'a12_2_a13' 2015-02-25 13:56:46 +01:00
Basile Burg 3bf6ba9264 added editable symbol list option 2015-02-25 12:50:39 +01:00
Basile Burg 30400b865e Merge branch 'a12_2_a13' 2015-02-25 09:24:15 +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 1735e9444b Merge branch 'a12_2_a13' 2015-02-25 07:57:30 +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 145b28cf54 Merge branch 'a12_2_a13' 2015-02-24 18:39:27 +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 4d1a11a0ca Merge branch 'a12_2_a13' 2015-02-24 10:08:35 +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