Menu

#130 Patch for Bug #2785590

Next_release
closed
Don HO
None
8
2010-01-25
2009-05-05
No

Bug #2785590 shows that escaped single quote will break the syntax highlighting in SQL, which I recreated with ease in many scenarios.

Checking out the LexSQL.cxx, I found that there was a check for a variable "sqlBackslashEscapes," which I couldn't find set anywhere. Easy fix is to remove it and the bug is cleared (tested on 5.3.1). Maybe it isn't being set where it should be?

Discussion

  • Kris Hemenway

    Kris Hemenway - 2009-05-05

    svn patch for bug 2785590

     
  • Don HO

    Don HO - 2009-10-20
    • priority: 5 --> 8
    • assigned_to: nobody --> donho
     
  • Don HO

    Don HO - 2010-01-25
    • status: open --> closed
     
  • Don HO

    Don HO - 2010-01-25

    Fixed in Notepad++ but not in Scintilla.

    Don