ide; fixed ide says '<path> file is not part of any project, it can't be compiled...
authorRejean Loyer <rejean.loyer@gmail.com>
Tue, 5 Mar 2013 07:26:07 +0000 (02:26 -0500)
committerJerome St-Louis <jerome@ecere.com>
Wed, 6 Mar 2013 13:26:50 +0000 (08:26 -0500)
commita4fe0770139ca438a24869b13f6a38b7f8853eb8
tree6a0a8ba60cad4e5624f351a90e046a7d7c55025b
parent49096327cdeef66675ae1249a197e5ade9812f26
ide; fixed ide says '<path> file is not part of any project, it can't be compiled.' for .c files generated from .ec files. now able to modify a generated .c file for testing/debugging and hit CTRL+F7 to compile only the modfified .c file.
ide/src/designer/CodeEditor.ec
ide/src/ide.ec
ide/src/project/Project.ec
ide/src/project/ProjectNode.ec
ide/src/project/ProjectView.ec