Author Topic: Symbols view and #line directives  (Read 3289 times)

Offline stevenkucera

  • Single posting newcomer
  • *
  • Posts: 4
Symbols view and #line directives
« on: December 17, 2013, 02:08:06 am »
Hi,

Thanks for Code::Blocks! I have installed it on Ubuntu 13.10 and would like to use it with http://www.lazycplusplus.com/. This makes .cpp and .h files from .lzz files, referencing to the .lzz files with #line directives in the .cpp and .h files. I have noticed: error/warning messages work well, cross-referenced to the original .lzz file. Also the debugger steps through the .lzz file magically rather than the generated .cpp file. However the Symbol view maps to the .cpp/.h file when you double click on an item. I'm wondering if it would be easy to add a feature so that double clicking on a symbol causes the editor to go to the original .lzz file.

Kind regards,
Steve