sdk
10 years agoinstaller: (#711) Moved eda, vanilla and extras into Additional
Jerome St-Louis [Wed, 7 Aug 2013 14:41:43 +0000 (10:41 -0400)]
installer: (#711) Moved eda, vanilla and extras into Additional

10 years agoide: (#716) Automatically enabling OpenGL upon being launched with 3DS file
Jerome St-Louis [Wed, 7 Aug 2013 14:39:48 +0000 (10:39 -0400)]
ide: (#716) Automatically enabling OpenGL upon being launched with 3DS file

10 years agoextras/CheckListBox: (#706) Uniformized all versions and tested across all uses
Jerome St-Louis [Wed, 7 Aug 2013 14:35:26 +0000 (10:35 -0400)]
extras/CheckListBox: (#706) Uniformized all versions and tested across all uses
- 64 bit fixes
- Reverted to NotifyChecked, NotifyChanged being for field data being edited
- Reverted to code properly handling partial checks
- Kept newer notification locations to return proper checked status
- Added disabled support
- Now used externally from Installer

10 years agocompiler/libec: Fixed null pointer crash introduced in 93f58d645161564f23796b80075743...
Jerome St-Louis [Wed, 7 Aug 2013 14:33:36 +0000 (10:33 -0400)]
compiler/libec: Fixed null pointer crash introduced in 93f58d645161564f23796b80075743700b2c973f

10 years agoecere/gui/ListBox: Tweaked ListBox to not eat Tab cycles in Editor
Jerome St-Louis [Wed, 7 Aug 2013 14:32:16 +0000 (10:32 -0400)]
ecere/gui/ListBox: Tweaked ListBox to not eat Tab cycles in Editor

10 years agoecere/gui/ListBox: Tweak to pass F2 through NotifyKeyDown in AlwaysEdit mode
Jerome St-Louis [Wed, 7 Aug 2013 14:31:23 +0000 (10:31 -0400)]
ecere/gui/ListBox: Tweak to pass F2 through NotifyKeyDown in AlwaysEdit mode

10 years agoecere/gui: Fixed null pointer crashes
Jerome St-Louis [Wed, 7 Aug 2013 14:29:47 +0000 (10:29 -0400)]
ecere/gui: Fixed null pointer crashes

10 years agoecere/gui/Window: Fixed Alt-F4 to close maximized window with native decorations
Jerome St-Louis [Wed, 7 Aug 2013 14:27:32 +0000 (10:27 -0400)]
ecere/gui/Window: Fixed Alt-F4 to close maximized window with native decorations
- This problem has manifesting itself with the SimSkin

10 years agoecere/gui/Window: (#977) Fixed Click-Through lockup in installer
Jerome St-Louis [Wed, 7 Aug 2013 10:15:43 +0000 (06:15 -0400)]
ecere/gui/Window: (#977) Fixed Click-Through lockup in installer

10 years agoecere/gui/Window: (#708) Fix for update bugs on scrolling in Installer
Jerome St-Louis [Wed, 7 Aug 2013 10:14:56 +0000 (06:14 -0400)]
ecere/gui/Window: (#708) Fix for update bugs on scrolling in Installer

10 years agoecere/com: (#978) Fix for picking up virtual functions overrides from base class
Jerome St-Louis [Wed, 7 Aug 2013 10:12:47 +0000 (06:12 -0400)]
ecere/com: (#978) Fix for picking up virtual functions overrides from base class
- Initial class was an internal declaration
- This bug suddenly appeared, ecc crashing on wsmsSchema

10 years agoecere/gui/MDI System: (#843) Fixed missing buttons opening document maximized from...
Jerome St-Louis [Wed, 7 Aug 2013 07:10:09 +0000 (03:10 -0400)]
ecere/gui/MDI System: (#843) Fixed missing buttons opening document maximized from command line
- Refinement of 71ebaed351b8fe8ac9ce3b63a396898c8b46efcb71be105e220d33e70b1f4e4d9403c93c03bc76c8

10 years agocompiler/libec; ecere/com/dataTypes: Fixed broken derived enum continuity (#139)
Jerome St-Louis [Wed, 7 Aug 2013 06:39:49 +0000 (02:39 -0400)]
compiler/libec; ecere/com/dataTypes: Fixed broken derived enum continuity (#139)

10 years agoide/Project: Fixed warning about wrong ECERE_SDK_SRC
Jerome St-Louis [Wed, 7 Aug 2013 05:49:57 +0000 (01:49 -0400)]
ide/Project: Fixed warning about wrong ECERE_SDK_SRC
- Took out mention of crossplatform.mk

10 years agocompiler/libec: Fixed C style access to struct parameters (#140)
Jerome St-Louis [Wed, 7 Aug 2013 05:13:57 +0000 (01:13 -0400)]
compiler/libec: Fixed C style access to struct parameters (#140)

10 years agocompiler/libec: Added support for String s; s.OnGetString() (#974)
Jerome St-Louis [Wed, 7 Aug 2013 04:34:48 +0000 (00:34 -0400)]
compiler/libec: Added support for String s; s.OnGetString() (#974)

10 years agocompiler/libec: Fixed crash on overriding virtual method with both ; and { } (#951)
Jerome St-Louis [Wed, 7 Aug 2013 04:11:52 +0000 (00:11 -0400)]
compiler/libec: Fixed crash on overriding virtual method with both ; and { } (#951)

10 years agoREADME: Reformatted
Jerome St-Louis [Thu, 1 Aug 2013 18:21:45 +0000 (14:21 -0400)]
README: Reformatted

10 years agoREADME: Updated to reflect GitHub repository rename (sdk->ecere-sdk)
Jerome St-Louis [Thu, 1 Aug 2013 18:20:33 +0000 (14:20 -0400)]
README: Updated to reflect GitHub repository rename (sdk->ecere-sdk)

10 years agoecere/com: Fixed OnGetString for classes containing String members
Jerome St-Louis [Thu, 1 Aug 2013 14:10:07 +0000 (10:10 -0400)]
ecere/com: Fixed OnGetString for classes containing String members

10 years agoide/Debugger: Tweaks to help C debugging
Jerome [Sat, 20 Jul 2013 23:48:43 +0000 (19:48 -0400)]
ide/Debugger: Tweaks to help C debugging

10 years agoeda/SQLite: Custom functions fixes (FFI interface)
Jerome St-Louis [Mon, 29 Jul 2013 09:12:52 +0000 (05:12 -0400)]
eda/SQLite: Custom functions fixes (FFI interface)

10 years agoide/ProjectView: Fixed typo on deleting intermediate files message
Jerome St-Louis [Mon, 29 Jul 2013 09:10:42 +0000 (05:10 -0400)]
ide/ProjectView: Fixed typo on deleting intermediate files message

10 years agocompiler/libec: Exported Lexer from libec
Jerome St-Louis [Mon, 29 Jul 2013 09:09:41 +0000 (05:09 -0400)]
compiler/libec: Exported Lexer from libec

10 years agocompiler/libec/lexer: Fixed crash on lexing multiple times
Jerome St-Louis [Mon, 29 Jul 2013 09:07:45 +0000 (05:07 -0400)]
compiler/libec/lexer: Fixed crash on lexing multiple times
- Reset include_stack_ptr to 0 on end of file

10 years agocompiler/ecp: Fixed null pointer crash on missing identifier declarator
Jerome St-Louis [Mon, 29 Jul 2013 09:05:59 +0000 (05:05 -0400)]
compiler/ecp: Fixed null pointer crash on missing identifier declarator

10 years agoecere/com/DataTypes: Fixed serialization of normal classes
Jerome St-Louis [Mon, 29 Jul 2013 09:04:27 +0000 (05:04 -0400)]
ecere/com/DataTypes: Fixed serialization of normal classes
- The logic for writing class hierarchies was fixed for UnSerialization, but strangely not for serialization

10 years agocompiler/libec: Fixed crash in ComputeInstantiation()
Jerome St-Louis [Mon, 29 Jul 2013 09:02:29 +0000 (05:02 -0400)]
compiler/libec: Fixed crash in ComputeInstantiation()
- An Instance conversion property shed light on this
- Since normal classes return all their member offset relative to themselves, the base class struct size must be added to the Instance data

10 years agocompiler/libec: Fixed crash on matching method parameters
Jerome St-Louis [Mon, 29 Jul 2013 09:01:49 +0000 (05:01 -0400)]
compiler/libec: Fixed crash on matching method parameters
- The IDE crashed in a scenario on completing OnGetString(

10 years agoide; fixed crash on double click or enter for find in files output line 'Found n...
Rejean Loyer [Wed, 3 Jul 2013 03:47:40 +0000 (23:47 -0400)]
ide; fixed crash on double click or enter for find in files output line 'Found n match(es) in "file/path"'. closes #949.

10 years agoide; simplified interface between ide and call stack panel.
Rejean Loyer [Tue, 2 Jul 2013 19:09:29 +0000 (15:09 -0400)]
ide; simplified interface between ide and call stack panel.

10 years agoide; project settings; support copy pasting libraries and include / library dirs...
Rejean Loyer [Sun, 23 Jun 2013 17:52:55 +0000 (13:52 -0400)]
ide; project settings; support copy pasting libraries and include / library dirs from command line format.

10 years agoide; fixed crash on import folder feature.
Rejean Loyer [Sun, 23 Jun 2013 17:48:04 +0000 (13:48 -0400)]
ide; fixed crash on import folder feature.

10 years agoide; support goto file and line by enter or double click from integrated valgrind...
Rejean Loyer [Wed, 3 Jul 2013 02:52:31 +0000 (22:52 -0400)]
ide; support goto file and line by enter or double click from integrated valgrind output. closes #947.

10 years agoide; support goto code location on double click or enter from debug log with output...
Rejean Loyer [Sun, 23 Jun 2013 17:47:28 +0000 (13:47 -0400)]
ide; support goto code location on double click or enter from debug log with output from debug instrumentation. related to #947.

10 years agoecere/com; compiler/bootstrap: Fixed leaks occuring when importing ecere within ecere...
Jerome St-Louis [Wed, 3 Jul 2013 18:04:03 +0000 (14:04 -0400)]
ecere/com; compiler/bootstrap: Fixed leaks occuring when importing ecere within ecere (#912)

10 years agoide: Fixed memory leak in SetPath() on Linux (dynamic library paths)
Jerome St-Louis [Tue, 2 Jul 2013 22:47:07 +0000 (18:47 -0400)]
ide: Fixed memory leak in SetPath() on Linux (dynamic library paths)

10 years agocompiler/bootstrap/ecere: Updated
Jerome St-Louis [Tue, 2 Jul 2013 22:26:55 +0000 (18:26 -0400)]
compiler/bootstrap/ecere: Updated

10 years agoecere/com: Fixed crashes parsing file within Ecere importing Ecere (#912)
Jerome St-Louis [Tue, 2 Jul 2013 22:24:07 +0000 (18:24 -0400)]
ecere/com: Fixed crashes parsing file within Ecere importing Ecere (#912)

10 years agocompiler/libec: Added missing null pointer check processing extensionCompoundExp...
Jerome St-Louis [Tue, 2 Jul 2013 20:54:45 +0000 (16:54 -0400)]
compiler/libec: Added missing null pointer check processing extensionCompoundExp (#946)
- Fixed crash on compiling Destroy{0}

10 years agocompiler/bootstrap, libec/precompiled: Updated
Jerome St-Louis [Tue, 2 Jul 2013 17:29:15 +0000 (13:29 -0400)]
compiler/bootstrap, libec/precompiled: Updated

10 years agocompiler/libec; ide: Fixed debugging of Bison and Flex files (#15)
Jerome St-Louis [Tue, 2 Jul 2013 17:25:44 +0000 (13:25 -0400)]
compiler/libec; ide: Fixed debugging of Bison and Flex files (#15)
- Fixed carrying through .l/.y line references
- Fixed GetAbsolutePathFromRelative() in Workspace.ec used by Call Stack
- Prepending source file path if line reference does not contain any / or \
- Turned on syntax highlighting / breakpoint icons

10 years agocompiler/libec: Fixed 'File' object memory leak caused by f2b930fa6472047860c745a19c1...
Jerome St-Louis [Tue, 2 Jul 2013 17:23:51 +0000 (13:23 -0400)]
compiler/libec: Fixed 'File' object memory leak caused by f2b930fa6472047860c745a19c1e81fd75ced9a4

10 years agocompiler/libec: Fixed call stack overflows due to libec module adding itself (#940)
Jerome St-Louis [Tue, 2 Jul 2013 17:15:44 +0000 (13:15 -0400)]
compiler/libec: Fixed call stack overflows due to libec module adding itself (#940)
- Fixed by adding the extra safety modules to the IDE app rather than libec
- The #940 'added note' was fixed along with #944

10 years agocompiler/bootstrap, precompiled: Updated
Jerome St-Louis [Mon, 1 Jul 2013 23:35:43 +0000 (19:35 -0400)]
compiler/bootstrap, precompiled: Updated

10 years agocompiler/libec: Fixed corruption in type parser (Closes #944)
Jerome St-Louis [Mon, 1 Jul 2013 20:03:45 +0000 (16:03 -0400)]
compiler/libec: Fixed corruption in type parser (Closes #944)

10 years agocompiler/libec: parser: fixed string used after it is used
Jerome St-Louis [Mon, 1 Jul 2013 18:13:02 +0000 (14:13 -0400)]
compiler/libec: parser: fixed string used after it is used

10 years agoide; find in files; improved searching message. closes #943.
Rejean Loyer [Wed, 19 Jun 2013 16:14:15 +0000 (12:14 -0400)]
ide; find in files; improved searching message. closes #943.
 - unrelated bits of cleanup

10 years agoecere; XInterface Driver; added timer to RepositionDesktop similarly to Win32Interfac...
Rejean Loyer [Wed, 19 Jun 2013 16:08:22 +0000 (12:08 -0400)]
ecere; XInterface Driver; added timer to RepositionDesktop similarly to Win32Interface driver. closes #161.

10 years agoide; fixed missplaced break statement from 932ae846e59e73ba53353f4d91f75133849823b9...
Rejean Loyer [Tue, 18 Jun 2013 01:00:35 +0000 (21:00 -0400)]
ide; fixed missplaced break statement from 932ae846e59e73ba53353f4d91f75133849823b9. also fixed unrelated bad #line bug. closes #938.

10 years agoide; fixed opening media file from find in file output. sorts out the mess left by...
Rejean Loyer [Mon, 17 Jun 2013 19:26:04 +0000 (15:26 -0400)]
ide; fixed opening media file from find in file output. sorts out the mess left by e853a19fd919c5063e9c36b9b724fe004ab6fc9c and 15e8c4687c299c61fb5d21cf0e4715db88a3d554. closes #941.

10 years agoecere:gui:controls:PathBox; affects DirectoriesBox and IDE as well; fixed when browsi...
Rejean Loyer [Tue, 28 May 2013 20:52:03 +0000 (16:52 -0400)]
ecere:gui:controls:PathBox; affects DirectoriesBox and IDE as well; fixed when browsing for a folder don't remember the last component of the path. closes #741.

10 years agoide; debugger; implemented detection of shared libraries from added projects not...
Rejean Loyer [Sat, 15 Jun 2013 19:31:42 +0000 (15:31 -0400)]
ide; debugger; implemented detection of shared libraries from added projects not loading expected library file and abscence of symbols. closes #939.

10 years agoide; debugger; some code cleanup. no functionality change.
Rejean Loyer [Sat, 15 Jun 2013 19:30:06 +0000 (15:30 -0400)]
ide; debugger; some code cleanup. no functionality change.

10 years agoec, ecp, ecc, ecs; partial bootstrap update for previous commits.
Rejean Loyer [Wed, 12 Jun 2013 20:10:12 +0000 (16:10 -0400)]
ec, ecp, ecc, ecs; partial bootstrap update for previous commits.

10 years agoecere, ide; Instance_COM_Initialize, Tokenize, _DualPipeOpen; multiple fixes. finally...
Rejean Loyer [Wed, 12 Jun 2013 19:59:31 +0000 (15:59 -0400)]
ecere, ide; Instance_COM_Initialize, Tokenize, _DualPipeOpen; multiple fixes. finally closes #778, #777 and #863.

 - affects all command line tools.
 - fixed windows arguments parsing to respect spaces and double quotes that are escaped.
 - adjusted toolchaing debugging tools to not alter the way args are passed to the debugging ide now that win args parsing is fixed.
 - fixed preprocessor definitions when defining MY_STR_DEF="string" on windows by escaping quotes.

10 years agoecp, ecc, ecs; just some debug code and re-ordering for easy ecp/ecc compare.
Rejean Loyer [Wed, 12 Jun 2013 20:03:43 +0000 (16:03 -0400)]
ecp, ecc, ecs; just some debug code and re-ordering for easy ecp/ecc compare.

10 years agoide: Got rid of extra space from IDE pass through args
Jerome St-Louis [Tue, 11 Jun 2013 15:19:18 +0000 (11:19 -0400)]
ide: Got rid of extra space from IDE pass through args

10 years agoMakefiles: crossplatform.mk: Fixed missing quotes in cpq; Made fixprecopmile silent...
Jerome St-Louis [Tue, 11 Jun 2013 15:18:16 +0000 (11:18 -0400)]
Makefiles: crossplatform.mk: Fixed missing quotes in cpq; Made fixprecopmile silent on clean

10 years agoide; null crash fix on configless project file monitor reload.
Rejean Loyer [Thu, 6 Jun 2013 13:02:38 +0000 (09:02 -0400)]
ide; null crash fix on configless project file monitor reload.

10 years agobuildsystem, ide; fixed OUTPUT_POT makefile option. related to #858.
Rejean Loyer [Wed, 5 Jun 2013 05:02:40 +0000 (01:02 -0400)]
buildsystem, ide; fixed OUTPUT_POT makefile option. related to #858.

10 years agoide; fixed goto error in file won't work on files who's path contains parentheses...
Rejean Loyer [Wed, 5 Jun 2013 01:22:09 +0000 (21:22 -0400)]
ide; fixed goto error in file won't work on files who's path contains parentheses. ie.: (x86). closes #802.

10 years agoide, libec, ecs; added project name and project path validation. chars "*|:\",<>...
Rejean Loyer [Thu, 30 May 2013 16:51:10 +0000 (12:51 -0400)]
ide, libec, ecs; added project name and project path validation. chars "*|:\",<>?\\/&. " are currently unsupported as part of a project name. the code supports the "&. " chars for linux platforms but those are disabled until windows can support them. closes #324.

10 years agogenerated makefiles; ide, epj2make; fixed compiler options by project not included...
Rejean Loyer [Tue, 28 May 2013 20:21:42 +0000 (16:21 -0400)]
generated makefiles; ide, epj2make; fixed compiler options by project not included in generated makefile. fixed compiler config compiler flags being generated with an extra dash. fixed some extra empty lines issues in generated makefiles. closes #564 and #794.

10 years agoide; do not parse files with unknown extensions. do syntax highlighting for all know...
Rejean Loyer [Sun, 9 Jun 2013 20:00:49 +0000 (16:00 -0400)]
ide; do not parse files with unknown extensions. do syntax highlighting for all know file extensions. closes #936.

10 years agotarball; improvents on b92a51f967296f824a1c09acc2d297207f5e71b5 for precompiled files...
Rejean Loyer [Thu, 6 Jun 2013 14:52:22 +0000 (10:52 -0400)]
tarball; improvents on b92a51f967296f824a1c09acc2d297207f5e71b5 for precompiled files handling. really closes #874.

10 years agoecere/gui/EditBox: Fixed apparent leak on setting contents (#934)
Jerome St-Louis [Mon, 10 Jun 2013 22:27:08 +0000 (18:27 -0400)]
ecere/gui/EditBox: Fixed apparent leak on setting contents (#934)

10 years agoecere/gui: ClickThrough Correction to cb31e1ad7d435d1fb437e3e7e780c462cae978f8 (...
Jerome St-Louis [Mon, 10 Jun 2013 22:15:18 +0000 (18:15 -0400)]
ecere/gui: ClickThrough Correction to cb31e1ad7d435d1fb437e3e7e780c462cae978f8 (#844)
- Mouse clicks were not going to the sibling of an EditBox with clickThrough = true
- To be verified against original WSMS test case

10 years agocompiler/libec/lexer: Fixed crash on parsing text file with #
Jerome St-Louis [Sun, 9 Jun 2013 20:13:18 +0000 (16:13 -0400)]
compiler/libec/lexer: Fixed crash on parsing text file with #
- The lexer was mistaking # lines for 'in' line numbers without matching 'out'

10 years agosamples: Tweaks
Jerome St-Louis [Tue, 4 Jun 2013 14:33:57 +0000 (10:33 -0400)]
samples: Tweaks

10 years agoide, DirectoriesBox, PathBox, FILE_FileFixCase; fixed crash on infinite loop when...
Rejean Loyer [Tue, 4 Jun 2013 14:50:39 +0000 (10:50 -0400)]
ide, DirectoriesBox, PathBox, FILE_FileFixCase; fixed crash on infinite loop when editing a path to change the drive letter.

10 years agoecere:gui:controls:DropBox; added rowCount property to be used instead of calling...
Rejean Loyer [Tue, 4 Jun 2013 15:52:26 +0000 (11:52 -0400)]
ecere:gui:controls:DropBox; added rowCount property to be used instead of calling the GetRowCount method. closes #911.

10 years agoecere/gui/Window, ListBox: Fixed lockups related to clickThrough, crashes related...
Jerome St-Louis [Tue, 4 Jun 2013 13:59:31 +0000 (09:59 -0400)]
ecere/gui/Window, ListBox: Fixed lockups related to clickThrough, crashes related to List (#844, WSMS); Fixed ListBox::ClearFields crashes
- The WSMS issue was fixed in Window::GetAtPosition() and replacing the 'last.parent == this' check by last.IsDescendantOf(this)
- The sampleScrolling issue (nicktick's issue, trying to scroll with a right click with buttons within a grouping Window) had to do
   with both the buttons and the group being clickThrough, and at same level, resulting in alternating activation which would move
   windows around in the order). The fix was to set activate = false after performing an activation. The group should actually be
   marked as 'inactive' if the buttons do not have it set as a parent, to work around an otherwise alternate activation on a mouse click.
- Another issue was found in WSMS while testing with the timer: crashes due to clearing a ListBox fields without calling ListBox::Clear()
   first to clear the data. This has now been enforced in ClearFields(), and also fixed in WSMS.

10 years agoide;OutputView; try to find a file in all project dirs if default resolution fails...
Rejean Loyer [Tue, 5 Mar 2013 02:34:18 +0000 (21:34 -0500)]
ide;OutputView; try to find a file in all project dirs if default resolution fails to find a file.

10 years agoide; fixed opening generated files from build log (enter/dblclick). also opening...
Rejean Loyer [Fri, 8 Mar 2013 00:27:54 +0000 (19:27 -0500)]
ide; fixed opening generated files from build log (enter/dblclick). also opening makefiles and resources.

10 years agoide, debugger; fixed breakpoints issues when using run to cursor together with breakp...
Rejean Loyer [Thu, 23 May 2013 03:12:53 +0000 (23:12 -0400)]
ide, debugger; fixed breakpoints issues when using run to cursor together with breakpoints. closes #748.

10 years agoide, PathBox; fixed when selecting a directory in global settings, default keeps...
Rejean Loyer [Thu, 23 May 2013 02:32:24 +0000 (22:32 -0400)]
ide, PathBox; fixed when selecting a directory in global settings, default keeps going back to IDE's launch directory. closes #741.

10 years agoide; fixed trailing path separator in project settings path validation. this is an...
Rejean Loyer [Thu, 23 May 2013 01:48:50 +0000 (21:48 -0400)]
ide; fixed trailing path separator in project settings path validation. this is an addendum to 545934b9b3b8ba853998fb97e0e4ebf6d55c51aa.

10 years agoide/Project: Fixed crash in build log parsing
Jerome St-Louis [Mon, 27 May 2013 17:01:31 +0000 (13:01 -0400)]
ide/Project: Fixed crash in build log parsing

11 years agocompiler/bootstrap: Updated
Jerome St-Louis [Wed, 22 May 2013 19:59:06 +0000 (15:59 -0400)]
compiler/bootstrap: Updated

11 years agoide; update find in files dialog when creating a new project. closes #540.
Rejean Loyer [Tue, 21 May 2013 17:22:32 +0000 (13:22 -0400)]
ide; update find in files dialog when creating a new project. closes #540.

11 years agoide; fixed forgot to remove unused parameters for Printf function calls in 5b04e93773...
Rejean Loyer [Fri, 17 May 2013 12:39:55 +0000 (08:39 -0400)]
ide; fixed forgot to remove unused parameters for Printf function calls in 5b04e93773bd4288d48f4ca32ce33ee06b9a6258 commit.

11 years agoide; implemented a way to detect drastic reduction if global settings file size.
Rejean Loyer [Sun, 10 Mar 2013 06:43:45 +0000 (01:43 -0500)]
ide; implemented a way to detect drastic reduction if global settings file size.

11 years agoide; fixed run target even if workspace sets a debug working dir by using a complete...
Rejean Loyer [Thu, 16 May 2013 21:43:06 +0000 (17:43 -0400)]
ide; fixed run target even if workspace sets a debug working dir by using a complete path for linux as windows already did this.

11 years agoide; fixed opening project folder on empty log line or on log line that have no refer...
Rejean Loyer [Thu, 16 May 2013 21:30:02 +0000 (17:30 -0400)]
ide; fixed opening project folder on empty log line or on log line that have no reference to a file. also fixed opening binary files (extensions a, o, lib, dll and exe) from find in files log by opening parent directory instead. also opening some media files (extensions mp3, flac, ogg, avi and mkv) in shell. closes #610.

11 years agoide; ProjectView; allow opening more than one file at a time in project view using...
Rejean Loyer [Mon, 10 Dec 2012 04:57:39 +0000 (23:57 -0500)]
ide; ProjectView; allow opening more than one file at a time in project view using enter key.

11 years agoide; fixed closing current project before even showing new project dialog. closes...
Rejean Loyer [Wed, 6 Mar 2013 09:22:24 +0000 (04:22 -0500)]
ide; fixed closing current project before even showing new project dialog. closes #803.

11 years agoide:debugger; implemented new feature run to cursor at same level skipping breakpoints.
Rejean Loyer [Tue, 20 Mar 2012 03:17:06 +0000 (23:17 -0400)]
ide:debugger; implemented new feature run to cursor at same level skipping breakpoints.

11 years agoide; fixed project settings additional include dirs cant add current (./) dir. also...
Rejean Loyer [Tue, 7 May 2013 13:06:35 +0000 (09:06 -0400)]
ide; fixed project settings additional include dirs cant add current (./) dir. also fixed trim spaces around paths in compiler settings and project settings and handling unwanted chars. closes #522 and #809.

11 years agoide; fixed resource files that have a $ in their file name. closes #702.
Rejean Loyer [Tue, 7 May 2013 02:28:07 +0000 (22:28 -0400)]
ide; fixed resource files that have a $ in their file name. closes #702.

11 years agoide; fixed should not let you add the exact same files twice when there are exclusion...
Rejean Loyer [Mon, 6 May 2013 23:11:00 +0000 (19:11 -0400)]
ide; fixed should not let you add the exact same files twice when there are exclusions involved. also fixed when using import folder, no messages popup on conflicting files. closes #812 and #813.
- Calling FixupNode() before adding "Resources" node to fix crash this commit originally caused
- improved FindByFullPath performance

11 years agoide; implemented when adding project to workspace, use selected config if available...
Rejean Loyer [Mon, 6 May 2013 23:11:00 +0000 (19:11 -0400)]
ide; implemented when adding project to workspace, use selected config if available. also fixed active config selection options are not updated when removing a project from the workspace. closes #799 and #896.

11 years agoide; added new help menu items; forums, tao, doc, smaples, extras. closes #705, ...
Rejean Loyer [Mon, 6 May 2013 21:49:34 +0000 (17:49 -0400)]
ide; added new help menu items; forums, tao, doc, smaples, extras. closes #705, #703 and #704.

11 years agoide; fixed multiple issues with obj dir and target dir. closes #144, #330 and #811.
Rejean Loyer [Mon, 6 May 2013 05:32:38 +0000 (01:32 -0400)]
ide; fixed multiple issues with obj dir and target dir. closes #144, #330 and #811.

11 years agoide; fixed both ways: in a main project, if target is set to Shared Library, can...
Rejean Loyer [Mon, 6 May 2013 01:43:54 +0000 (21:43 -0400)]
ide; fixed both ways: in a main project, if target is set to Shared Library, can't toggle breakpoint. even after setting it back to Executable, have to reopen it again. closes #801.

11 years agoide; fixed Windows network relative paths do not go properly into recent files/projec...
Rejean Loyer [Sun, 5 May 2013 20:47:01 +0000 (16:47 -0400)]
ide; fixed Windows network relative paths do not go properly into recent files/project. closes #880.

11 years agoecs, buildsystem, tarball; added -outputpot argument for ecs. .pot files will not...
Rejean Loyer [Sun, 5 May 2013 14:58:04 +0000 (10:58 -0400)]
ecs, buildsystem, tarball; added -outputpot argument for ecs. .pot files will not be generated unless -outputpot arg is specified. also added OUTPUT_POT variable support to buildsystem and tarball. quick fix for #858.

11 years agoecp,ecc,ecs; added printing out given arguments on invalid syntax when in debug.
Rejean Loyer [Sun, 5 May 2013 14:56:48 +0000 (10:56 -0400)]
ecp,ecc,ecs; added printing out given arguments on invalid syntax when in debug.

11 years agoide; fixed mkdir and ugly windows touch showing up in build output.
Rejean Loyer [Sat, 4 May 2013 05:21:26 +0000 (01:21 -0400)]
ide; fixed mkdir and ugly windows touch showing up in build output.

11 years agoide; added secret ctrl+shift hotkey for disabling parsing of source code when opening...
Rejean Loyer [Wed, 17 Apr 2013 03:36:31 +0000 (23:36 -0400)]
ide; added secret ctrl+shift hotkey for disabling parsing of source code when opening files in the ide. holding ctrl+shift down when clicking a recent menu item or when opening files from the project view and output view. also added -no-parsing command line switch.