Search:

Type: Posts; User: helloworld922

Search: Search took 0.10 seconds.

  1. Re: Syntax Highlighting errors and weirdness?

    Yep, just line.length - 4.
  2. Re: Syntax Highlighting errors and weirdness?

    Think about what portion of the given line you want to highlight: You want to highlight everything after the 4th character in a given line. The length of this is not just line.length(), but...
  3. Re: Syntax Highlighting errors and weirdness?

    I started debugging by "removing" code until things start to "work" (a.k.a. don't throw exceptions/do anything unexpected, not necessarily do what the final code should do).

    First, I commented out...
Results 1 to 3 of 3