ide; added Debug Precompile, Debug Compile and Debug Generate Symbols support to...
authorRejean Loyer <rejean.loyer@gmail.com>
Wed, 21 Nov 2012 16:27:11 +0000 (11:27 -0500)
committerRejean Loyer <rejean.loyer@gmail.com>
Fri, 23 Nov 2012 04:56:22 +0000 (23:56 -0500)
commitd7ff39397a0ebd18f36e206aa7c3c7bf23e8e345
tree7005e139acdbb4f7617c61c41b48a465c71e414d
parentffd8b21c2c0e293ae1998a632a82aaaac934f656
ide; added Debug Precompile, Debug Compile and Debug Generate Symbols support to the ide. simply right click the appropriate node in your project view and use new menu items. make will call the ide opening the ecp/ecc/ecs project and passing the command line arguments along. ECERE_SDK_SRC must be defined (i.e.: /home/user/sdk) (important: never include a trailing slash) in environment or in compiler config environment variables. also -debug-start support but incomplete.
ide/src/ide.ec
ide/src/project/Project.ec
ide/src/project/ProjectView.ec