ide/CodeEditor: Customizable color scheme support
[sdk] / ide / src / designer / CodeEditor.ec
2016-08-04 Jerome St-Louiside/CodeEditor: Customizable color scheme support
2016-08-04 Jerome St-Louistarball: Updated for version 0.44.15
2016-08-01 Jerome St-Louiside: Fixed various global settings issues
2016-07-28 Rejean Loyeride: add recent files to workspace for the recent files...
2016-07-28 Rejean Loyeride: workspace: (#882) save workspace file (.ews) in...
2016-07-28 Jerome St-Louiside: Fixed a couple warnings
2016-07-28 Jerome St-Louiside/CodeEditor: (#1095) Fixed crash writing this. befor...
2016-07-28 Jerome St-Louiside/designer: (#1112) Fixed toggling Form designer...
2016-07-28 Jerome St-Louiside: Changing reload message boxes activation settings...
2016-07-28 Jerome St-Louiside: Copying bold and size attributes for fonts
2015-12-22 Jerome St-Louiscompiler/libec; ecere; ide: Safer default virtual metho...
2015-12-22 Jerome St-Louiside/designer/CodeEditor: Clean up de-duplications
2015-12-12 Jerome St-Louiside/designer/CodeEditor: Fixed controls property values...
2014-08-07 Jerome St-Louiside/CodeEditor/autocomplete: Fixed potential crash
2014-08-07 Jerome St-Louisecere/containers: Iterator::Index() now returning false...
2014-07-09 Jerome St-Louiside/debugger/watches: Fixed watching globals within...
2014-07-06 Jerome St-Louisecere; ide; compiler: Fixed some Clang warnings
2014-06-20 Jerome St-Louiscompiler/libec: Fixed missing warnings within ( ) and...
2014-06-13 Jerome St-Louiscompiler; ecere; ide; eda: Fixed 32 bit warnings
2014-06-12 Jerome St-Louisecere; ide: Fixed Release config warnings
2014-06-12 Jerome St-Louiscompiler/libec; ide/CodeEditor: Fixes to not resolve...
2014-06-10 Jerome St-Louiscompiler/libec; ecere: Support for checking platform...
2014-06-09 Jerome St-Louiside/CodeEditor: Fixed s/NamedLink/NamedLink64 omission...
2014-06-09 Jerome St-Louiscompiler/libec; ecere: Fixed 64 bit enums and related...
2014-06-04 Jerome St-Louissdk: Fixed many warnings and related problems
2014-05-30 Jerome St-Louiscompiler/libec; eda, extras: const fixes for DB apps
2014-05-29 Jerome St-Louissdk: const correctness
2014-05-22 Jerome St-Louiside/CodeEditor: Fixed enumeration values coming up...
2014-05-20 Jerome St-Louiside/CodeEditor: Temporary fix for leak querying Directo...
2014-05-19 Jerome St-Louiside/CodeEditor: Fixed leaks of i18n string markers...
2014-05-03 Jerome St-Louiside/CodeEditor: (#79) Fixed watches not handling global...
2014-05-02 Jerome St-Louiscompiler/libec/lexer; expression, ide/debugger: (#67...
2014-04-19 Jerome St-Louiside/CodeEditor: Fixed leaking i18nStrings markers
2014-04-10 Jerome St-Louiside/CodeEditor: Fixed bad memory read on re-parsing
2014-04-10 Jerome St-Louiside/CodeEditor: Fixed bad memory read on NotifyAdded
2014-03-26 Jerome St-Louisecere/gui/EditBox; ide: (#1065) Support for chaining...
2014-03-26 Jerome St-Louiside/CodeEditor: Fixed yet another Clearing empty spaces bug
2014-03-26 Jerome St-Louiside/CodeEditor: Made clearing trailing spaces a command
2014-03-26 Jerome St-Louiside/Designer: Correction to fix in last commit
2014-03-26 Jerome St-Louiside/Designer: Fixed bug introduced by 302ffd77aab8695d4...
2014-03-26 Jerome St-Louiside/Designer: (#687) Fixed bug; Defaulting to i18n...
2014-03-26 Jerome St-Louiside/Designer: Work-around for broken multi-line EditBox...
2014-03-26 Jerome St-Louiside/designer: Support for editing internationalizable...
2014-03-26 Jerome St-Louiside/designer: Fixed location of controls being dropped...
2014-03-26 Jerome St-Louiside/designer: Fixed extra lines being added with controls
2014-03-26 Jerome St-Louiside/CodeEditor: Limiting caret to line when drag &...
2014-03-26 Jerome St-Louiside/CodeEditor: Fixed bad trailing spaces being added...
2014-03-26 Jerome St-Louiside/CodeEditor; ecere/gui/EditBox: Fixed CodeEditor...
2014-03-24 Jerome St-Louiside/CodeEditor: Fixed null pointer access
2014-02-15 Jerome St-Louiside; ecere/StatusBar: Nicer key states lights
2014-02-10 Rejean Loyeride;debugger; (#1030) fix new memory leaks.
2014-02-10 Rejean Loyeride; (#1037) fix f7/ctrlF7 compilation selecting wrong...
2014-02-03 Rejean Loyeride;CodeEditor; (#1015) update margin type/size in...
2013-10-30 Rejean Loyeride;ProjectView; fix project view only show the modifie...
2013-10-30 Rejean Loyercleaned all trailing white space from source files.
2013-10-09 Rejean Loyeride;CodeEditor; (#1015) removed line numbers fixed...
2013-10-08 Jerome St-Louiside/CodeEditor; compiler/libec: Fixed crash editing...
2013-09-29 Rejean Loyeride;debugger; (#1004) fixed remaining crash on closed...
2013-09-26 Rejean Loyeride;debugger; (#1003) fixed multiple issues.
2013-09-24 Rejean Loyeride;debugger; (#1004) tweaked initial step over to...
2013-09-10 Rejean Loyeride;debugger; improved AdjustDebugMenus code.
2013-09-10 Rejean Loyeride;debugger; (#999) added support for gdb's until...
2013-09-06 Rejean Loyeride;debugger; updated debug instrumentation.
2013-08-29 Rejean Loyeride; (#993) fixed exact same file in two projects but...
2013-08-29 Rejean Loyeride;debugger; (#897) added options (leak check, redzone...
2013-08-29 Rejean Loyeride; (#968) fixed toggling a breakpoint in wrong file...
2013-08-28 Jerome St-Louiside/CodeEditor: fixed escape not closing membersList...
2013-08-28 Jerome St-Louiside/CodeEditor: (#990) Fix for escape on autocomplete...
2013-08-09 Rejean Loyeride; debugger; valgrind integration. gdb dialog command...
2013-08-08 Jerome St-Louiside/CodeEditor: (#198, #225, #492, #907) Fixed enumerat...
2013-08-08 Jerome St-Louiside/CodeEditor: (#338, #672, #976) Fixed auto complete...
2013-07-02 Jerome St-Louiscompiler/libec; ide: Fixed debugging of Bison and Flex...
2013-06-11 Rejean Loyeride; do not parse files with unknown extensions. do...
2013-05-22 Rejean Loyeride:debugger; implemented new feature run to cursor...
2013-05-20 Rejean Loyeride; fixed both ways: in a main project, if target...
2013-05-20 Rejean Loyeride; added secret ctrl+shift hotkey for disabling parsi...
2013-05-02 Jerome St-Louiside/CodeEditor: Setting path when parsing code to pick...
2013-05-02 Jerome St-Louiside, compiler: Fixed parameters auto-completion issue
2013-04-29 Jerome St-Louiside/compiler: Fixed memory leaks on instance members...
2013-04-20 Jerome St-Louiscompiler: Fixed missing struct declarator in MkDeclarat...
2013-04-16 Jerome St-Louiside/debugger: Fixed crash on watch string too long
2013-04-15 Jerome St-Louiside/CodeEditor: AutoComplete/Overriding improvements
2013-04-15 Jerome St-Louiscompiler/libec Improvements to conversion from AST...
2013-03-10 Rejean Loyeride/buildsystem; default/32/64 bit dropbox. removed...
2013-03-10 Jerome St-Louiside/CodeEditor,FindInFilesDialog: Took out setting...
2013-03-06 Rejean Loyeride; fixed ide says '<path> file is not part of any...
2013-02-22 Jerome St-Louiscompiler, ecere, ide: Compiler fixes ; Map & struct...
2013-02-19 Jerome St-Louiscompiler, ide, com: Some level of cross-bit depth debug...
2013-02-19 Jerome St-Louiscompiler, ecere, ide: More 64 bit property fixes
2013-02-18 Jerome St-Louisecere, ide: Proper prototypes for invoking methods...
2013-02-18 Jerome St-Louisecere: Fix for BitmapResource objects in Menu items...
2013-02-16 Jerome St-Louiscompiler: Fixed __declspec compiling issue on Linux...
2013-02-16 Jerome St-Louiside/Debugger: Setting target bits based on compiler...
2013-02-08 Jerome St-Louiside/CodeEditor: Fixed crash on non-compiled properties...
2013-01-27 Jerome St-Louiside/CodeEditor: Fixed overriding of virtual methods
2012-11-23 Jerome St-Louiside/CodeEditor: Fixed buffer overflow
2012-10-22 Rejean Loyeride:CodeEditor:ListEnumValues; list ancestor enum value...
2012-09-03 Jerome St-Louisecere/ide: Moved IDE's eString_PathInsideOf to ecere...
2012-07-31 Jerome St-Louisecere/File: fix for handling a null pointer from File...
2012-04-05 Rejean Loyeride: improved quick project menu item enabling/disabling.
next