Commit Graph

  • 9e2750ce61 added btns to move items Basile Burg 2014-11-30 15:21:50 +0100
  • faa9be75b2 added btns to move items Basile Burg 2014-11-30 15:21:43 +0100
  • a4e18c1bb8 added messages option, autoselect category Basile Burg 2014-11-30 05:02:28 +0100
  • a449f8c922 added option, compiler switches for runnable modules Basile Burg 2014-11-30 04:38:24 +0100
  • 7a23e84828 added ICEMainMenuProvider to custom tools Basile Burg 2014-11-30 04:08:41 +0100
  • 6262ac9802 added ICEMainMenuProvider handler Basile Burg 2014-11-30 04:08:15 +0100
  • 84466ab7c5 fix AV when deleting an entry Basile Burg 2014-11-30 04:07:31 +0100
  • f6b2c02031 updated interfaces and observers Basile Burg 2014-11-30 04:07:08 +0100
  • e0c3d9495f added selection length display Basile Burg 2014-11-30 02:34:30 +0100
  • dacf972250 dont fully lex the editor since only module name is interesting Basile Burg 2014-11-30 02:17:39 +0100
  • b9d13630c8 added a callback to lex() Basile Burg 2014-11-30 02:16:34 +0100
  • 6411f4fd65 added basic process input handling to a project running within the IDE and redirected to the IDE Basile Burg 2014-11-28 04:46:58 +0100
  • 5c64186520 fix TMruList, maxCount setter, value was never set Basile Burg 2014-11-27 22:10:10 +0100
  • f32ff2ac4e fix, switches from inc file Basile Burg 2014-11-27 21:41:56 +0100
  • 12f0b694f7 fix option naming style Basile Burg 2014-11-27 21:38:46 +0100
  • 8ec05dd38c - renamed ce_customtools.pas - sorted project sources name Basile Burg 2014-11-27 21:35:59 +0100
  • 42c47d580d added build mode leak check, easyer to see leaks in the msgbox on quit Basile Burg 2014-11-27 21:25:26 +0100
  • 1d1362535c procinput widget, input MRU is saved between cessions Basile Burg 2014-11-27 21:22:24 +0100
  • 150fed8772 added process input history, controlled with <UP> and <DOWN> Basile Burg 2014-11-27 15:53:04 +0100
  • fa3165bd2c procinput widget, input text supports symstrings Basile Burg 2014-11-27 15:33:14 +0100
  • be340d4f20 nothing Basile Burg 2014-11-27 15:32:39 +0100
  • 3996b4d11d deactivated custom fold, curly brackets folds and custom folds need a distinct type Basile Burg 2014-11-27 15:20:01 +0100
  • fc98121147 refactored ce_customtools, global variable put off the less and less "main" form Basile Burg 2014-11-26 18:33:51 +0100
  • 9a939ac470 added symbolic string <CPO>/<CurrentProjectOutput> Basile Burg 2014-11-26 17:50:29 +0100
  • e49f60cc0a refactored librarymanager, global variable put off the less and less "main" form Basile Burg 2014-11-26 17:04:37 +0100
  • bffa23a27f style fix Basile Burg 2014-11-26 16:54:25 +0100
  • 570c279fd8 fix, wrong charset tested, some symbols were not bold Basile Burg 2014-11-26 16:42:19 +0100
  • ab5ded0c5f format fix Basile Burg 2014-11-26 16:41:34 +0100
  • 6f1613c7c2 shorter widget delayed updater pending duration Basile Burg 2014-11-26 16:35:57 +0100
  • 0807b758ea changed several list ancestor, TList only needed if onChange is assigned, TFPList faster. Basile Burg 2014-11-26 16:35:10 +0100
  • 2f9c1adc86 fix colorization of delimited string Basile Burg 2014-11-26 05:15:36 +0100
  • 4e4207ff55 added custom fold block, start on line comment ending with ---+, stop with line comment ending with ---- Basile Burg 2014-11-26 04:58:20 +0100
  • 525c3ea1e1 removed irrelevant warning under linux Basile Burg 2014-11-26 04:31:04 +0100
  • 37f281c1df added editor position-buffer, controlled with mbX1-mbX2 Basile Burg 2014-11-26 01:57:19 +0100
  • 547985bcbe alpha 8 1_alpha_8 Basile Burg 2014-11-24 18:35:45 +0100
  • fc03000314 changed font default size. Basile Burg 2014-11-19 10:18:32 +0100
  • 14f6a7ceac fix for the linux version, shortcut <CTRL>+<+> and <CTRL>+<-> were not working because of the default size (0). Basile Burg 2014-11-18 22:35:51 +0100
  • ef740f540e fix possible huge CPU usage when actionlist.update called "getCanBeRun". "outputFilename" and "canBeRun" are now cached into two fields. Basile Burg 2014-11-18 13:51:37 +0100
  • cddf6168db cleanup Basile Burg 2014-11-18 13:48:41 +0100
  • a02a269a7b fix possible AV in patchPlatform paths Basile Burg 2014-11-18 13:47:53 +0100
  • 43c646aebb deleted TCEMainForm.expandSymbolicString() in favor of the new dedicated TCESymbolExpander class Basile Burg 2014-11-18 11:34:46 +0100
  • 52be1650f4 added a class dedicated t sym string processing Basile Burg 2014-11-18 11:13:27 +0100
  • 7896d48405 changed the way empty sym string are handled Basile Burg 2014-11-18 11:13:01 +0100
  • 7dc4fbcc8b fix, editor does not remove trailing whites anymore: was incompatible with multi-line string literals. Basile Burg 2014-11-17 10:12:37 +0100
  • 064d32e45a fix an invalid param was always passed to runnable processes Basile Burg 2014-11-16 13:25:42 +0100
  • 80d60dd453 fix project cant be run if outputFilename not specified Basile Burg 2014-11-16 13:19:07 +0100
  • 65b2089d2e fix paths <-I> <-J> <-of> were not patched anymore. Basile Burg 2014-11-16 12:53:41 +0100
  • 5364af90a4 fix for the linux version (6ef73e5) Basile Burg 2014-11-16 01:39:54 +0100
  • 6ef73e5b0b possible workaround for linux OnTerminate TAsyncProcess bug Basile Burg 2014-11-16 01:04:05 +0100
  • d0d230cc2d fix messages from processes sometime cut Basile Burg 2014-11-15 18:37:28 +0100
  • 61def85939 fix, edit action copy/cut/paste were always greyed but shortcut were still working. flux. Basile Burg 2014-11-15 16:25:35 +0100
  • f2c702757e reactivated the trigger deactivated as a temp fix in 015c16b Basile Burg 2014-11-15 00:44:53 +0100
  • b2f684439b improved static explorer widget, JSON info are now generated by a non-blocking TAsyncProcess. Basile Burg 2014-11-15 00:42:41 +0100
  • bf68d0384a set build mode "release" as default Basile Burg 2014-11-14 23:09:56 +0100
  • 83327ccfb8 added fast clean msg btn Basile Burg 2014-11-14 23:09:10 +0100
  • c67abe2ac9 fix, missing sym string expansion, project couldnt be executed anymore if containing a sym string. Basile Burg 2014-11-14 18:50:32 +0100
  • b914ae5970 fix bug in TCEProject, run, parameters not copied from TCEPorjectRunOptions Basile Burg 2014-11-14 18:28:20 +0100
  • 5a4076b1cb unleashed a bug in TCEProject, run, parameters not copied from TCEPorjectRunOptions Basile Burg 2014-11-13 16:33:01 +0100
  • 1a1f050937 fix symb string not expanded in elem display Basile Burg 2014-11-13 16:30:36 +0100
  • 1713c1c9c2 fix LFM highlightning lost when saving the project sources within CE. Basile Burg 2014-11-12 13:16:02 +0100
  • 46aba7c0e4 added a simple text highlighter to edit txt, imported files, markdown sources, etc. Basile Burg 2014-11-12 11:24:07 +0100
  • 339383fea6 added a flag to avoid the saving of parameters if an error appends in the constructor Basile Burg 2014-11-12 08:26:13 +0100
  • cad1a1feb6 fix invalid event not removed from gui script Basile Burg 2014-11-11 22:05:29 +0100
  • a10f438351 cleanup Basile Burg 2014-11-11 15:19:55 +0100
  • d89a57a933 added <Ctrl> + <middle mouse button> shortcut to restore editor zoom Basile Burg 2014-11-11 14:55:53 +0100
  • 611e28f878 changed ambiguous actions captions Basile Burg 2014-11-11 14:46:43 +0100
  • 4e3642ec54 removed a lot of ornamental/useless <const> storage class Basile Burg 2014-11-11 10:15:39 +0100
  • ec4ddf1305 added coedit project to test mixin err mesg Basile Burg 2014-11-11 06:46:13 +0100
  • 05643cd32d removed comment, error mixin(import(file)), original file name is not passed in messages Basile Burg 2014-11-11 06:38:45 +0100
  • 07acbd42cf fix message selection not yet compatible with new system: filtering, selection Basile Burg 2014-11-11 06:29:46 +0100
  • 98be70f68f fix message w/ file & pos not clickable anymore Basile Burg 2014-11-11 06:11:48 +0100
  • 48c28bffcb fix runnable compilation messages not shown anymore Basile Burg 2014-11-11 06:11:03 +0100
  • 12c6a2cf8d added punctuation to guessMessageKind() identifier breakers Basile Burg 2014-11-11 05:53:01 +0100
  • 76c236ce4e fixed possible future bugs when multiple project will be implemented Basile Burg 2014-11-11 05:41:27 +0100
  • 084a476e5f stylefix and cleanup Basile Burg 2014-11-10 16:21:42 +0100
  • aea4d3c945 fix editor messages not cleared on editor close Basile Burg 2014-11-10 15:58:45 +0100
  • 15257c2b2c fix dmdwrap, TPathOptions, items in TStringList were not patched when realoding from file. Basile Burg 2014-11-10 15:52:40 +0100
  • 118b747ef7 generalized usage of dExtList Basile Burg 2014-11-10 11:08:00 +0100
  • 58616ecb7d messages rewrite using internal observer system 5 Basile Burg 2014-11-10 10:03:41 +0100
  • 4fba5dff2c rewritten message dbl click, open editor and focus line, column Basile Burg 2014-11-10 07:47:30 +0100
  • e7c9cfac4d messages rewrite using internal observer system 4 Basile Burg 2014-11-08 19:21:29 +0100
  • de0022a61f messages rewrite using internal observer system 3 Basile Burg 2014-11-08 06:26:56 +0100
  • e4b4129b68 cleanup project compile and run sub routines Basile Burg 2014-11-08 02:03:35 +0100
  • ebecea6eb2 improved projects actions state Basile Burg 2014-11-08 01:49:58 +0100
  • 47bfe2fccc moved runProject to TCEProject Basile Burg 2014-11-08 01:44:22 +0100
  • 49b693f6b0 moved project compile to TCEProject Basile Burg 2014-11-08 01:18:53 +0100
  • 7bda6d3e46 messages rewrite using internal observer system 1 Basile Burg 2014-11-08 01:18:18 +0100
  • dc2db7676b added another TProcess util to ce_common Basile Burg 2014-11-08 01:16:39 +0100
  • afabbb1b45 messages rewrite using internal observer system 1 Basile Burg 2014-11-07 14:11:25 +0100
  • 4ef06c984a refactored ce_cdbcmd with ce_common process tools Basile Burg 2014-11-07 14:09:49 +0100
  • dd65981470 added TProcess utils to ce_common Basile Burg 2014-11-07 14:06:44 +0100
  • 83b568904c dcd integration: fixed identifier completion (without dot) Basile Burg 2014-11-07 07:41:29 +0100
  • aa35683cf9 dcd integration: process can be located elsewhere if their path is known Basile Burg 2014-11-07 07:30:09 +0100
  • cfc89ff0d4 added zooming shortcuts Ctrl+<+> Ctrl+<-> Ctrl+<.> to TCESynMemo Basile Burg 2014-11-07 06:51:00 +0100
  • 0fb3a06a90 sorted sources name Basile Burg 2014-11-07 06:49:48 +0100
  • 3637b7e41c fix projinspect empty I/J/Xtra item Basile Burg 2014-11-07 05:03:17 +0100
  • 49ab746c10 widget projinspect displays -I, -J and xtra sources Basile Burg 2014-11-07 04:47:42 +0100
  • c211a921a6 fix possible AV when scanning asteriskified path Basile Burg 2014-11-07 04:46:56 +0100
  • c54ec43fbc fix linux version identifier. Only work on win btw. Basile Burg 2014-11-07 04:46:26 +0100
  • 0787af2b9d added runnable console wrapper example Basile Burg 2014-11-06 15:02:17 +0100