~mac-fly-gmx/codeblocks/trunk

Viewing all changes in revision 9222.

  • Committer: fuscated
  • Date: 2017-05-09 07:39:28 UTC
  • Revision ID: svn-v4:2a5c6006-c6dd-42ca-98ab-0921f2732cef:trunk:11061
* 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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: