andrewhead / tutorons-server

Routines for generating micro-explanations of online code as a web service.
http://www.tutorons.com
6 stars 2 forks source link

Red auto-correct squiggles appear for snippets. #6

Closed andrewhead closed 8 years ago

andrewhead commented 9 years ago

To reproduce, create a few snippets. The text I saw that had auto-correct snippets was:

BufferedReader br = new BufferedReader(new FileReader("test.txt")); for (String line; (line = br.readLine()) != null;) { System.out.print(line); } }

Where my screen draws auto-correct squiggles beneath 'br' and 'br.readLine()'.

Perhaps this is related to the header being editable?

andrewhead commented 8 years ago

Closed as irrelevant. This describes a sub-project that is no longer a part of this repo.