compiler/libec; ide: Fixed debugging of Bison and Flex files (#15)
authorJerome St-Louis <jerome@ecere.com>
Tue, 2 Jul 2013 17:25:44 +0000 (13:25 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 2 Jul 2013 17:25:44 +0000 (13:25 -0400)
commit1fa85b19bc8baee655619c70f9061835fef75585
treeab41f830e1f3d9f031744900634706a40edbb662
parent229199d05cb7692628a3a36816a30aa8b04fc119
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
compiler/libec/src/output.ec
ide/src/designer/CodeEditor.ec
ide/src/project/Workspace.ec