branches with status:
Name Status Last Modified Last Commit
lp:~mac-fly-gmx/codeblocks/trunk 1 Development 2017-05-09 07:39:28 UTC
9222. * debugger: Make the source code in m...

Author: fuscated
Revision Date: 2017-05-09 07:39:28 UTC

* debugger: Make the source code in mixed mode to be treated as comments by the asm lexer

> This makes the code distinguishable from the assembly and so it is easier
  to read.
> At this time I don't know how to tell the Asm Lexer to treat the code
  lines as comments from the Scintilla APIs, but I use a simple hack - just
  prepend the comment character ';' at the beginning of every code line.
> This hack achieves the goal, but makes the test look a bit ugly.
> Hopefully in the future we'll find a way to achieve this in a smarter
  way.

11 of 1 result