Commit Graph

446 Commits

Author SHA1 Message Date
Basile Burg d5290b4d2f updated readme 2015-01-25 10:59:53 +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 b55f6ec9cb fix, string passed in constructor need to be duplicated 2015-01-24 10:43:29 +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 2f6a9736dc alpha 11 2015-01-21 11:41:50 +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 c7750ef57e typo 2015-01-20 05:50:08 +01:00
Basile Burg 72cb440051 added folder description 2015-01-20 05:48:31 +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 8ab97cb644 even more 2015-01-17 16:22:40 +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 3998394c58 lnk 2015-01-16 05:21:18 +01:00
Basile Burg 6eb77f4c8d over-enthusiastic 2015-01-16 05:20:14 +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 cbec3babe3 updated cetodo for compat with the widget 2015-01-16 03:59:57 +01:00
Basile Burg 425ed05f11 fix readme 2015-01-16 00:10:01 +01:00
Basile Burg b09a146aab added cetodo, a tool which find TODO items in D sources 2015-01-16 00:08:39 +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