Basile Burg
fdae75c40b
wrong image index since converted icons
2018-01-25 05:12:24 +01:00
Basile Burg
0365d29e90
icon scaling: DUB prj editor, messages
2018-01-19 19:38:14 +01:00
Basile Burg
c6d913048b
even more scaled icons
2018-01-19 15:29:23 +01:00
Basile Burg
a96d3221a2
more scaled icons
2018-01-19 06:08:20 +01:00
Basile Burg
886418413f
allow toolbar to autoselect the 24 or 32 px version of the icon
2018-01-18 21:53:41 +01:00
Basile Burg
0cc827bb2a
class registration not needed for component streaming
2017-07-11 20:41:30 +02:00
Basile Burg
7eeb5dbe0a
ddoc template, add option to insert /++ +/ comments
2017-04-30 10:35:08 +02:00
Basile Burg
67e2de71a7
background tools, remove code added for crash diagnostic
2017-03-02 06:37:49 +01:00
Basile Burg
ccb85aa086
dastworx, add error detection from CE side
2016-10-18 06:41:29 +02:00
Basile Burg
a285186121
rename parameters that are prefixed
...
aValue, aFilename, etc
2016-07-10 01:44:36 +02:00
Basile Burg
ad8ba83fcd
rename ICEMultiDocObserver -> ICEDocumentObserver
...
+ improve interfaces documentation
2016-07-09 04:11:22 +02:00
Basile Burg
afa35e11d1
replace cesyms by dastworx, #82
2016-07-02 07:20:09 +02:00
Basile Burg
30297c5dca
add the flat design, as an option, step 2 of #51
2016-06-25 15:51:38 +02:00
Basile Burg
d2bbe29e88
use RCDATA resources instead of old hex strings system
2016-06-19 07:13:32 +02:00
Basile Burg
c509e34be4
disable symlist with non d files
2016-06-15 08:36:58 +02:00
Basile Burg
f4793e2290
symlist, add the 'deep' option, default = on, off = only top level decl
2016-04-24 18:35:27 +02:00
Basile Burg
0d658711bc
symlist, support for unittests
2016-04-24 02:28:38 +02:00
Basile Burg
4800a23fab
symlist, decorate sub nodes
2016-04-24 01:55:18 +02:00
Basile Burg
36f199f828
first run, changed default option + add a runnable
2016-02-08 18:35:56 +01:00
Basile Burg
76edd5214e
style, push/pop temp directive
2016-02-06 18:28:24 +01:00
Basile Burg
2c2909c447
symlist, redetect background tool during run-time, when refreshed manually
2016-02-06 18:23:57 +01:00
Basile Burg
5b39add5b6
nothing
2016-02-01 06:22:42 +01:00
Basile Burg
6433118bea
more refact using helpers
2016-01-31 14:49:00 +01:00
Basile Burg
e0e9cbac8f
more refact using helpers
2016-01-31 12:13:48 +01:00
Basile Burg
c407a40259
refact with type helpers
2016-01-27 04:43:54 +01:00
Basile Burg
0303d0f75f
style modernisation using helpers isEmpty & isNotEmpty
2016-01-11 01:09:21 +01:00
Basile Burg
3fa80be500
style modernisation using helpers isNil & isNotNil
2016-01-11 00:36:10 +01:00
Basile Burg
5fc8b76512
switch to FPC3 + Laz 1.6
2015-12-22 10:24:18 +01:00
Basile Burg
95b11b821d
symlist, fix, re-apply filter on refresh
2015-12-11 04:44:20 +01:00
Basile Burg
cb4d381e08
fix some case where tools could not be found
2015-12-04 20:05:48 +01:00
Basile Burg
7371dd28fa
symlist, style
2015-09-24 00:42:40 +02:00
Basile Burg
edb3030264
added symbol list 'smart expander'
...
The symbol list automatically expand to the nearest declaration, as an option
2015-09-24 00:23:51 +02:00
Basile Burg
612b30c1a5
fix, symbol list broken under linux since bcf479b3fe
, due to not input stream size
2015-09-16 03:25:31 +02:00
Basile Burg
95aef4170f
style, put locals init in declaration instead of body
2015-09-04 23:48:07 +02:00
Basile Burg
bcf479b3fe
symbol list, write source to input rather than using tmp file
2015-09-01 02:50:18 +02:00
Basile Burg
9bb01032b6
symlist: uses new TCEProcess
...
see b911e10e93
2015-07-15 14:28:57 +02:00
Basile Burg
91ff18f87f
symlist: added method to expand the tree on the current declaration
2015-07-14 01:46:49 +02:00
Basile Burg
9e039477fc
symlist: does not allocate for each node xtra data
...
- this happens a lot
- directly use data as an integer
2015-07-14 01:45:56 +02:00
Basile Burg
d59d85f750
fix, mostly win32, tools not found when launched from shortcut or shell ctxt handler
...
tools reside in same folder as CE
- happened if shortcut start directory is not CE app dir
- happened if CE is launched from open/with: cwd didn't allow to find the tools
2015-06-04 15:51:55 +02:00
Basile Burg
e2e9aa8bfe
updated options editor interface
...
- custom editor can indicated if there are any unvalidated modifications
- shortcuts editor modifications can be canceled
2015-05-26 11:08:45 +02:00
Basile Burg
baf9efe000
symbol list, added option to sort sub items
2015-05-20 16:01:48 +02:00
Basile Burg
6ca31769c1
fix, annoying error message when the symbol list background tool is missing
2015-05-05 03:05:23 +02:00
Basile Burg
4d1a299818
removed unused unit
2015-03-23 05:35:22 +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
3b3bdf5c7b
fix, cesyms disabled for non-D docs
2015-03-12 23:06:07 +01:00
Basile Burg
28b29e7b74
use common type widget / cesyms libdprase line nbr
2015-03-12 18:40:27 +01:00
Basile Burg
2a6b8f757d
added syntactic errors to symbol list
...
+ option to auto expand warn/err list
2015-03-12 12:50:29 +01:00
Basile Burg
413e4496b2
re JCF
2015-03-10 15:02:53 +01:00
Basile Burg
f29e57b751
Revert "Revert "processed with JCF""
...
This reverts commit 81e406bc56
.
2015-03-10 15:00:19 +01:00
Basile Burg
81e406bc56
Revert "processed with JCF"
...
This reverts commit db5e2cbf2d
.
2015-03-10 14:57:51 +01:00