Commit Graph

3353 Commits

Author SHA1 Message Date
Basile Burg 9e6639a9c5 The highlighter has to colorize some wrong things, it's not a lexer. 2014-10-10 17:51:38 +02:00
Basile Burg 015c16b50f fix display hang when restoring the app window 2014-09-18 23:08:22 +02:00
Basile Burg d4f3bb12da added support for nested comments /++/ 2014-09-18 21:26:33 +02:00
Basile Burg e7b55951c3 adjusted the buffer size for filename len 2014-09-18 21:25:51 +02:00
Basile Burg f38fe8b70a action updates for "view in mini explorer" actions 2014-08-30 11:28:55 +02:00
Basile Burg 0ee612ebdb added a btn to remove a folder of source from the proj 2014-08-30 11:15:00 +02:00
Basile Burg 45c9e3f219 added interface for application-wide shortcuts management 2014-08-30 10:15:01 +02:00
Basile Burg 101a9f16b8 internal methods added for HL 2014-08-30 10:13:59 +02:00
Basile Burg 902d979e1a fix possible endless loop if invalid operator met 2014-08-27 03:37:01 +02:00
Basile Burg bd7231a67f removed and converted things from previous HL version
fix comments were not colorized in asm range
2014-08-27 03:09:42 +02:00
Basile Burg 30df0af050 rewriting the highlighter to allow more complex/combined ranges 2014-08-26 08:05:18 +02:00
Basile Burg 116e8f5af0 fix projects output cant be run anymore when empty symstring 2014-08-25 08:48:25 +02:00
Basile Burg 30ddf44dfb updated SymString and cleaner tests 2014-08-25 07:58:02 +02:00
Basile Burg c1d1b2c30c updated cleaner example project 2014-08-25 05:00:12 +02:00
Basile Burg ca977f3368 adjusted default static explorer options for better user XP on fresh install. 2014-08-25 04:44:16 +02:00
Basile Burg a3b6185234 deactivated the dynamic syntactic error detector 2014-08-25 04:41:40 +02:00
Basile Burg aec45f5e11 invalid libman entries are not passed anymore. 2014-08-25 04:37:59 +02:00
Basile Burg 074a767438 added symbolic string support to pre/post build processes name. added related example. 2014-08-25 02:35:14 +02:00
Basile Burg 5dd9f2aff4 fix patch message always shown 2014-08-22 09:12:52 +02:00
Basile Burg 6550dec0c4 r27 2014-08-22 08:20:48 +02:00
Basile Burg 9e202f7c52 refactored some classes with the new TWritableComponent class 2014-08-20 23:13:04 +02:00
Basile Burg 0eac0fffb6 alpha_6 2014-08-19 22:16:54 +02:00
Basile Burg d7754a7331 fix cannot quit Coedit on a new/clean install since docking options are saved 2014-08-19 22:03:53 +02:00
Basile Burg d26c81e46c cleaning 2014-08-19 10:55:26 +02:00
Basile Burg ddb671e8a1 fix getLineFromDmdMessage doesnt work with -vcolumns 2014-08-19 09:25:08 +02:00
Basile Burg 4fc2e25293 fix lfmSyn colors lost during refactoring 2014-08-19 09:17:30 +02:00
Basile Burg 7f9b3af3ca fix default configs were not shown anymore until a dblckick on the proj insp widget tree. 2014-08-19 08:46:47 +02:00
Basile Burg d8e44821cb updated dmdwrap for dmd 2.066 2014-08-19 01:19:03 +02:00
Basile Burg 3ae7eae9b3 or_4 2014-08-18 23:56:03 +02:00
Basile Burg 5987571333 or_3 2014-08-18 21:52:49 +02:00
Basile Burg c4ec74e3e1 or_2 2014-08-18 20:38:39 +02:00
Basile Burg 4a43e6200d or_1 2014-08-18 09:44:39 +02:00
Basile Burg da52e21153 fix editor temp filename was considered as a valid filename 2014-08-18 08:32:47 +02:00
Basile Burg 094a7d7ece TCETools class, data part of the custom tools 2014-08-18 06:03:05 +02:00
Basile Burg 3d887a3669 moved MRU menu 'clear' item at the bottom to avoid accidental clearing 2014-08-18 02:36:00 +02:00
Basile Burg bb882ab70b readjusted default editor settings 2014-08-17 23:42:33 +02:00
Basile Burg 1d498524de added RootFolder property to the project 2014-08-17 07:26:52 +02:00
Basile Burg a128200b18 fix cursor set to crDragSomething after date check. added ctrl+wheel zoom in opts. 2014-08-17 07:26:10 +02:00
Basile Burg 1daa39bdef disabled editor date check for temp d sources 2014-08-16 07:24:56 +02:00
Basile Burg 1a6b840a29 fix infinite loop in expandSymString 2014-08-16 07:07:19 +02:00
Basile Burg 6a20a971a4 implemented expandSymbolicString, added usage for several TProcess.Parameters, added a runnable d test for current constants 2014-08-16 03:08:02 +02:00
Basile Burg e592b047e0 added docking options persistence 2014-08-13 22:36:07 +02:00
Basile Burg 9866d5fd49 added run parameters <files> -f <files> -p <project> --plugs=OFF 2014-08-13 07:10:34 +02:00
Basile Burg 444a297cee fix parameters passed to proj output exe were not split 2014-08-13 06:27:01 +02:00
Basile Burg c9633cf55e fix parameters passed to directly runable module were not split 2014-08-13 06:01:20 +02:00
Basile Burg e4186748fc added some verifications before running a proj 2014-08-13 05:51:57 +02:00
Basile Burg 911aee8a21 fix header widget always hidden 2014-08-11 17:09:41 +02:00
Basile Burg ae884aec4e dcd import list is rebuilded after libman modification 2014-08-11 04:05:31 +02:00
Basile Burg 5464b395b9 adjusted default editor settings 2014-08-11 03:40:33 +02:00
Basile Burg 94ae22a38b each editor has an unique temp filename for its whole lifetime 2014-08-11 03:28:48 +02:00