ecere/ide: Added DirPath/FilePath support in DataBox (tweaked PathBox), Merged PathBo...
authorJerome St-Louis <jerome@ecere.com>
Thu, 25 Aug 2011 02:47:44 +0000 (22:47 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 25 Aug 2011 03:34:18 +0000 (23:34 -0400)
commit9f037042ca5ebf715c57eb4a61e25958d1903a3c
tree5415f905c6e90c14eca019ca30b9acba2208d16d
parent361aeb9a52acdc0e48a66ce7b3d83ab53acf4aef
ecere/ide: Added DirPath/FilePath support in DataBox (tweaked PathBox), Merged PathBox/DirectoriesBox into Ecere, Fixed an extra space after $(CC) in makefile Generation, Updated Projects and Makefiles
20 files changed:
documentor/Makefile
documentor/documentor.epj
ecere/Makefile
ecere/ecere.epj
ecere/src/com/String.ec
ecere/src/gui/controls/PathBox.ec [new file with mode: 0644]
ecere/src/sys/File.ec
epj2make/Makefile
epj2make/epj2make.epj
extras/gui/controls/PathBox.ec [deleted file]
extras/gui/controls/StringsBox.ec
ide/Makefile
ide/ide.epj
ide/src/ProjectSettings.ec
ide/src/debugger/Debugger.ec
ide/src/designer/CodeEditor.ec
ide/src/dialogs/GlobalSettingsDialog.ec
ide/src/dialogs/WorkspaceSettings.ec
ide/src/project/Project.ec
ide/src/project/ProjectNode.ec