Basile Burg
94e88424af
fix, open file from cmd line param crash
...
GUI not yet visible, error in inherited setFocus
2015-01-28 00:33:21 +01:00
Basile Burg
56299e965f
fix, bug introduced by f4da130df1
.
...
first launch, all widgets were hidden. The optimization is only set if the docking have been saved at least one.
2015-01-27 23:40:45 +01:00
Basile Burg
db55163001
cleanup
2015-01-27 21:50:25 +01:00
Basile Burg
af677a42fb
fix, allow widget to find cetodo tool in same folder as coedit main exe
2015-01-27 21:27:21 +01:00
Basile Burg
f4da130df1
improved startup
...
widgets are not shown until docked
2015-01-27 17:14:06 +01:00
Basile Burg
94e3ab6bb2
replaced deprecated props identifier with new
2015-01-27 07:55:16 +01:00
Basile Burg
9beabab8e5
deprecated and renamed ambiguous imports and includes options
...
imports -> importStringPaths
includes -> importModulePaths
2015-01-27 07:53:01 +01:00
Basile Burg
0cf14a95a4
deprecated and renamed codeview debug options
2015-01-27 07:51:15 +01:00
Basile Burg
18ca120a8f
improved performance on update
2015-01-26 09:55:03 +01:00
Basile Burg
517f597505
fix, exclusion list leaked
2015-01-25 22:46:02 +01:00
Basile Burg
0395b36035
added custom property editors for filenames and paths
...
activated in
- custom tools editor: working dir + executable
- project conf: doc output, object dir, output filename, etc
2015-01-25 17:30:35 +01:00
Basile Burg
4241c7325a
added exclusions handling when the cmd line is prepared
2015-01-25 15:36:37 +01:00
Basile Burg
b51519fd86
prevented a superfluous update when loading a project
2015-01-25 15:35:01 +01:00
Basile Burg
d9aced0359
added list of exclusions to TPathsOpts
...
can contains
- an absolute/relative filename/foldername
- a filename/foldername with symstring
2015-01-25 15:34:00 +01:00
Basile Burg
45c9468f47
fix, auto select category before first message
...
instead of after adding a new list item
2015-01-25 06:56:02 +01:00
Basile Burg
4580f60911
started to wrap DUB format as a TComponent
2015-01-24 07:51:42 +01:00
Basile Burg
96c8c3ea7b
refactored TCEWritableComponent
...
inherits from new TCECustomWritableComponent
renamed as TCEWritableLfmTextComponent
added TCEWritableJsonComponent which derives from the same ancestor
2015-01-23 18:04:01 +01:00
Basile Burg
abd7e09552
fix, dcd broken, zombies has to be killed before a query, not after
2015-01-21 10:39:38 +01:00
Basile Burg
3d1e964db3
fix, accumulation of zombie processes under linux
2015-01-21 08:44:57 +01:00
Basile Burg
f1c16c11d6
reactivated page close btn on linux
2015-01-21 08:09:37 +01:00
Basile Burg
3cd1306be6
fix, project under linux, no anymore need to save the project before adding source files
2015-01-21 07:53:55 +01:00
Basile Burg
a505b9f525
docking, does not save undocked widget anymore
2015-01-20 16:14:54 +01:00
Basile Burg
cf5e15b427
prevent widget update when not visible
2015-01-19 11:50:53 +01:00
Basile Burg
8fa2a71147
fix, possible focus loss on doc switch
2015-01-19 06:26:48 +01:00
Basile Burg
64a852bb60
Added doc focus on creation
2015-01-19 06:26:14 +01:00
Basile Burg
99973d73b9
fix, regression after 2d6eb412b4
, only alnum keys were working.
...
see comment in TCESynMemo ctor.
2015-01-19 04:22:31 +01:00
Basile Burg
47155a26f1
fix, TCESynMemo leaked
2015-01-19 03:56:27 +01:00
Basile Burg
702f9217d9
removed overriden setfocus
2015-01-19 03:55:31 +01:00
Basile Burg
2d6eb412b4
more clever usage of the ICEMultiDoc observer
...
- the notifications are used to create/delete a page.
- was not possible until the bug c1a0ed2799
.
2015-01-18 12:39:03 +01:00
Basile Burg
bea6177ff6
removed bug comment
2015-01-18 12:35:36 +01:00
Basile Burg
09fde4f337
fix, info can be produced after the document destruction
2015-01-18 12:35:19 +01:00
Basile Burg
cc5150f1a2
fix, bug is described in c1a0ed2799
2015-01-18 11:59:23 +01:00
Basile Burg
e6e007ae25
fix, <CPFS> passed with Add() instead of AddText()
...
broke the analysis in projects.
AddText() adds serveral separated items.
2015-01-17 10:44:12 +01:00
Basile Burg
fc7f55c493
improved patching of broken projects.
2015-01-17 09:15:51 +01:00
Basile Burg
a277fc1e45
fixed issues encountered when many TODO comments
...
e.g: std.process, now they are all listed
2015-01-17 05:52:41 +01:00
Basile Burg
b214e1bbbd
reverted temp workaround
2015-01-17 05:51:43 +01:00
Basile Burg
2968b95e0a
improved todo list widget and tool
2015-01-17 03:54:39 +01:00
Basile Burg
14565e51b8
the way outputFilename has to be guesses relies on an incoherence
2015-01-17 03:54:05 +01:00
Basile Burg
44698ed724
removed useless method
2015-01-17 03:53:11 +01:00
Basile Burg
ea6e935e0e
temp workaround the bug described in the interface section
2015-01-17 03:52:41 +01:00
Basile Burg
9c22892361
improved updateOutFilename under windows
2015-01-16 07:39:26 +01:00
Basile Burg
80f7af11ca
fix, added unhandled case when determining the files to analyze
2015-01-16 04:28:33 +01:00
Basile Burg
08ef69ce89
fix, dbl click todo item, av
2015-01-16 04:23:31 +01:00
Basile Burg
181b1361a3
added ce_todolist, the todo list widget
2015-01-16 04:01:02 +01:00
Basile Burg
61a4012cf2
updated a todo
2015-01-16 04:00:16 +01:00
Basile Burg
0684385953
added support for sym string to project pre/post params, as well as proj run params
2015-01-16 00:08:10 +01:00
Basile Burg
c1a0ed2799
found bug, status bar displays wrong doc name under certain circumstances
2015-01-16 00:07:26 +01:00
Basile Burg
7a2a57d0fa
fix, status bar cleared when no doc
2015-01-16 00:06:19 +01:00
Basile Burg
286636b75a
uses fDoc instead of the widget
2015-01-16 00:05:44 +01:00
Basile Burg
04b8ffc643
fix, noboundscheck patched before each build
2015-01-15 01:31:26 +01:00
Basile Burg
9873c561b3
update actFileUnittest enabled
2015-01-14 12:20:59 +01:00
Basile Burg
a4b8c3ed48
added action to run the tests in the focused editor
2015-01-14 12:16:33 +01:00
Basile Burg
49d985ab1b
added custom version id runnable_module when to runnable system
2015-01-14 11:42:05 +01:00
Basile Burg
bcaa0027c7
fix, AV in static explorer if fDoc is not a D source
2015-01-14 09:43:28 +01:00
Basile Burg
66d96959d0
updated 2TODOs
2015-01-14 07:55:36 +01:00
Basile Burg
f45d1cf090
deactivated resman
2015-01-12 06:55:14 +01:00
Basile Burg
0c6454ca05
drw2
2015-01-12 06:19:25 +01:00
Basile Burg
cac091a4d6
drw1
2015-01-11 14:40:59 +01:00
Basile Burg
d776f77d7f
reorganized interfaces, visibility, added projCompiling
2015-01-11 14:38:47 +01:00
Basile Burg
148c7729a9
added "syncro-mode" to project configurations editor
2015-01-11 03:14:59 +01:00
Basile Burg
17b1ed48c9
deprecated option noBoundsCheck is now totally hidden
2015-01-11 03:13:55 +01:00
Basile Burg
a79bcdc27c
added two new icons, regenerated the inc
2015-01-11 03:12:37 +01:00
Basile Burg
dbcb5eb423
fix, prop not copied could lead to missing value in config clone
2015-01-09 17:34:36 +01:00
Basile Burg
43564af3a3
fix, case issue could lead to file opened twice
2015-01-09 02:07:38 +01:00
Basile Burg
48f2d9c2bc
added handling of project file for first argument
2015-01-08 22:22:35 +01:00
Basile Burg
5e68e70ba6
identified couple of bug
2015-01-07 00:42:02 +01:00
Basile Burg
49cc7c0828
fix, prevented infinite tool execution
2015-01-05 09:34:56 +01:00
Basile Burg
ebb34743b8
added "tool-chaining" feature to custom tools
2015-01-05 09:20:20 +01:00
Basile Burg
75a9d12a57
fix, prevented update burst when adding/removing many sources
2015-01-05 04:59:15 +01:00
Basile Burg
6a8bcf083a
dbl click in tool list to execute
2015-01-04 22:59:37 +01:00
Basile Burg
bce244b754
clear by context, clear editor specific msg, not all the editor msg
2015-01-04 22:31:54 +01:00
Basile Burg
826c591548
fix, the address taken was a stack one, not the object heap's one
2015-01-04 22:31:02 +01:00
Basile Burg
691d282d34
fix, last folder added to favorites
2015-01-04 22:02:03 +01:00
Basile Burg
a8e327557a
recall last folder, not anymore limited to favorites
2015-01-04 21:46:04 +01:00
Basile Burg
b0350a849c
added new items to hardcoded static macros
2015-01-04 18:49:52 +01:00
Basile Burg
9fd5660065
converted project inspector widget, use shared icons
2015-01-04 18:32:37 +01:00
Basile Burg
2a14eec2bb
converted mini explorer widget, use shared icons
2015-01-04 18:32:13 +01:00
Basile Burg
026c894cb4
converted static explorer widget, use shared icons
2015-01-04 18:31:56 +01:00
Basile Burg
97ddb7dd5f
fix, typo in icon name
2015-01-04 18:31:21 +01:00
Basile Burg
da2cbc1dcc
fix, status bar not updated until a doc is clicked
2015-01-04 05:22:46 +01:00
Basile Burg
f69949b882
partially reverted changes made in 4caebcfa57
, filename can be set on tempfilename
2015-01-04 05:18:21 +01:00
Basile Burg
1ecb859698
prepared code to get symb documentation at mouse position
2015-01-04 04:56:32 +01:00
Basile Burg
ea33425ffd
converted project configuration widget, use shared icons
2015-01-04 02:37:56 +01:00
Basile Burg
374fbaf2d4
converted tools editor widget, use shared icons
2015-01-04 02:31:16 +01:00
Basile Burg
0f21fabd44
fix typo in icon name
2015-01-04 02:30:21 +01:00
Basile Burg
2e0612850f
converted library manager widget, use shared icons
2015-01-04 02:22:05 +01:00
Basile Burg
d8bd4ad9ec
added shared icon system
2015-01-04 01:57:00 +01:00
Basile Burg
59fe5d169b
fix, error in temp runnable module, file could be reopened
2015-01-04 01:38:18 +01:00
Basile Burg
2f8a485e4f
runnable module output not deleted if file is not in temp dir
2015-01-04 01:37:31 +01:00
Basile Burg
ed5dab39e9
fix, wrench icon hidden
2015-01-02 15:51:02 +01:00
Basile Burg
f2ae9c9a29
fix typo
2015-01-02 15:48:17 +01:00
Basile Burg
9901b811a0
fix, deprecated switch noBoundCheck still read but wont be written anymore to project file
2015-01-02 06:59:10 +01:00
Basile Burg
4ea86602a2
added project-specific -I to dcd -I
2015-01-02 06:11:56 +01:00
Basile Burg
4caebcfa57
fix, static explorer broken for runnable module after first execution
2015-01-02 05:55:25 +01:00
Basile Burg
8d6cb64fb2
updated runnable template
2015-01-01 23:19:16 +01:00
Basile Burg
e6a9837ed8
fix, tree not cleared on doc closing
2014-12-30 23:36:49 +01:00
Basile Burg
3492e489f9
fix docFocused event not emitted after document load
2014-12-29 04:26:06 +01:00
Basile Burg
3870020ad1
fix useless burst of updates when loading project from file
2014-12-29 04:25:29 +01:00
Basile Burg
0881fe9cec
renamed ce_common member getDocPath
2014-12-29 04:24:51 +01:00
Basile Burg
02af01a612
fix, dcd import path from project, paths were not translated to absolute
2014-12-29 03:20:37 +01:00