ide: Renamed selection of 32/64 bit from 'bit depth' to 'bit length'; Updated credits
[sdk] / ide / src / ide.ec
2014-02-19 Jerome St-Louiside: Renamed selection of 32/64 bit from 'bit depth...
2014-02-15 Jerome St-Louiside; ecere/StatusBar: Nicer key states lights
2014-02-10 Rejean Loyeride; (#1037) fix f7/ctrlF7 compilation selecting wrong...
2014-02-10 Rejean Loyeride; (#1039) add icon for step over skipping breakpoints.
2013-10-30 Rejean Loyercleaned all trailing white space from source files.
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; (#968) handle breakpoints by project...
2013-09-10 Rejean Loyeride;debugger; improved AdjustDebugMenus code.
2013-09-10 Rejean Loyeride;debugger; (#999) added support for gdb's until...
2013-08-30 Jerome St-Louiside/Debugger, CallStackView: Fixed long standing callst...
2013-08-30 Jerome St-Louiside/valgrind: Fixed menus to reflect settings in effect...
2013-08-29 Rejean Loyeride; (#993) fixed exact same file in two projects but...
2013-08-29 Rejean Loyeride;debugger; (#897) added a default option to redzone...
2013-08-29 Jerome St-Louiside: Fixed zombie documentor processes
2013-08-29 Jerome St-Louisdocumentor, ide: (#773) bidirectional communication
2013-08-29 Rejean Loyeride;debugger; (#897) added options (leak check, redzone...
2013-08-26 Rejean Loyeride;ProjectView; added support for quickly switching...
2013-08-16 Jerome St-Louiside/NewProject: Fixed crash on new project
2013-08-09 Rejean Loyeride; debugger; valgrind integration. gdb dialog command...
2013-08-09 Rejean Loyerbuildsystem, ide; added install feature. aka install...
2013-08-08 Jerome St-Louiside/Panels: (#965) Fixed non-sensical repositioning...
2013-08-07 Jerome St-Louiside: (#716) Automatically enabling OpenGL upon being...
2013-07-04 Rejean Loyeride; fixed crash on double click or enter for find...
2013-07-04 Rejean Loyeride; simplified interface between ide and call stack...
2013-07-04 Rejean Loyeride; support goto file and line by enter or double...
2013-07-04 Rejean Loyeride; support goto code location on double click or...
2013-07-02 Jerome St-Louiside: Fixed memory leak in SetPath() on Linux (dynamic...
2013-06-21 Rejean Loyeride; find in files; improved searching message. closes...
2013-06-21 Rejean Loyeride; fixed opening media file from find in file output...
2013-06-13 Rejean Loyerecere, ide; Instance_COM_Initialize, Tokenize, _DualPip...
2013-06-11 Jerome St-Louiside: Got rid of extra space from IDE pass through args
2013-05-27 Rejean Loyeride;OutputView; try to find a file in all project dirs...
2013-05-22 Rejean Loyeride; fixed opening project folder on empty log line...
2013-05-22 Rejean Loyeride; fixed closing current project before even showing...
2013-05-22 Rejean Loyeride:debugger; implemented new feature run to cursor...
2013-05-20 Rejean Loyeride; implemented when adding project to workspace,...
2013-05-20 Rejean Loyeride; added new help menu items; forums, tao, doc, smapl...
2013-05-20 Rejean Loyeride; fixed both ways: in a main project, if target...
2013-05-20 Rejean Loyeride; fixed Windows network relative paths do not go...
2013-05-20 Rejean Loyeride; added secret ctrl+shift hotkey for disabling parsi...
2013-05-20 Rejean Loyeride; implemented -t command line option for open ecere...
2013-05-20 Rejean Loyeride; added clean target menu item and removed duplicate...
2013-05-20 Rejean Loyeride; improvements to Debug Precompile/Compile/GenerateS...
2013-05-02 Jerome St-Louiside: Fixed DynamicString memory leak on 'passArgs'
2013-05-02 Rejean Loyeride; fixes to Debug Precompile, Debug Compile and Debug...
2013-05-02 Rejean Loyeride; OutputView panel; fixed Pressing escape on another...
2013-04-22 Rejean Loyeride; ide.ec cleaned up some noise comments about a...
2013-03-28 Jerome St-Louiside: Bringing up Color Picker with native decorations...
2013-03-10 Rejean Loyeride; fixed toolbar quick compiler does not reflect...
2013-03-10 Rejean Loyeride/buildsystem; default/32/64 bit dropbox. removed...
2013-03-10 Rejean Loyeride; find in files dialog; fixed not modal like Find...
2013-03-10 Rejean Loyeride; show stop build feature in menus including Project...
2013-03-09 Rejean Loyeride; show stop build feature in menus. share ctrl+break...
2013-03-07 Rejean Loyeride; fixed a4fe0770139ca438a24869b13f6a38b7f8853eb8...
2013-03-06 Rejean Loyeride; silence the changing of active compiler during...
2013-03-06 Rejean Loyeride; fixed ide rendered useless at compiling when ide...
2013-03-06 Rejean Loyeride; fixed ide says '<path> file is not part of any...
2013-03-06 Rejean Loyeride; CallStackView; fixed cursor icon always showing...
2013-01-16 Jerome St-Louiside: Fixed default display driver on OS X
2012-11-23 Rejean Loyeride; fixed ide doesn't open files by http on command...
2012-11-23 Rejean Loyeride; added active configuration and active compiler...
2012-11-23 Rejean Loyeride; find / replace in files; fixed results have mixed...
2012-11-23 Rejean Loyeride; added Debug Precompile, Debug Compile and Debug...
2012-11-22 Rejean Loyeride; support for multiple selection when compiling...
2012-11-22 Rejean Loyeride; added support for compiling whole folders. improve...
2012-11-21 Rejean Loyeride; added support for -n / --just-print / --dry-run...
2012-11-05 Rejean Loyeride; updating the remove project popup menu item just...
2012-10-25 Rejean Loyeride; fixed project config changing back to first config...
2012-10-24 Rejean Loyeride: added feature open recently opened files / project...
2012-10-24 Rejean Loyeride; fixed FileCompile menu entry for ProjectView's...
2012-09-03 Jerome St-Louisecere/ide: Moved IDE's eString_PathInsideOf to ecere...
2012-08-10 Jerome St-Louiside/Build System: Improved when makefiles/compiler...
2012-07-13 Jerome St-Louiside/Toolbar: Fix for Save tool button not working
2012-07-12 Jerome St-Louiside/Project/epj monitoring: Added support for notifying...
2012-04-16 Jerome St-Louiside/ProjectView: Fixed handling of exclusions when...
2012-04-05 Rejean Loyeride: improved quick project menu item enabling/disabling.
2012-03-31 Rejean Loyeride: removed redundant activation of output view during...
2012-03-31 Rejean Loyeride: fixed AdjustBuildMenus to update popup menu as...
2012-03-27 Rejean Loyeride:debugger: fixed lack of debug session management...
2012-03-20 Jerome St-Louiside/menus: Took out overloaded 'e' hot key for Real...
2012-03-20 Rejean Loyeride:Project/Makefile: added realclean feature making...
2012-03-19 Rejean Loyeride/ecere/extras: activeBorder -> formColor
2012-03-07 Rejean Loyeride: Correctly handling (once again) non existing files...
2012-03-06 Rejean Loyeride:debugger: completed gui part of breakpoint hit...
2012-03-06 Rejean Loyeride: remove project file name from title bar after...
2012-03-06 Jerome St-Louiside: MessageBox parent/master fixes to be root windows...
2012-03-01 Juan Sanchezide: First attempt at a toolbar.
2012-03-01 Jerome St-Louiside: Toolbar/MenuItem integration tweak to support...
2012-03-01 Jerome St-Louiside: Correction to the last Toolbar/Toolbutton - MenuIt...
2012-03-01 Jerome St-Louiside, ecere: Tweaks for IDE Toolbar implementation
2012-03-01 Jerome St-Louiside: Made Toolbar inactive
2012-03-01 Jerome St-Louiside: Fixed initial size & position of the IDE
2012-03-01 Jerome St-Louiside: Fixes for new hierarchy regarding dialog boxes...
2012-03-01 Jerome St-Louisecere/gui: Fixes to make MDI work with Stacker containi...
2012-02-19 Jerome St-Louiside/Debugger/Project: Fixed wrong active configs being...
2012-02-17 Jerome St-Louiside/i18n: Added a few more i18n'ed strings
2012-02-17 Jerome St-Louiside/Project: Fixed mixing up configurations/compilers
2012-02-12 Rejean Loyeride: minor fix to file open dialog for Add Project...
2012-02-05 Jerome St-Louiside: Fixed corruption of LD_LIBRARY_PATH (Only PATH...
next