http://bugs.winehq.org/show_bug.cgi?id=12135 Summary: Editplus syntax highlighting wrong at newline Product: Wine Version: CVS/GIT Platform: Other URL: http://www.editplus.com OS/Version: other Status: UNCONFIRMED Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com To reproduce, install Editplus 3, edit a file hello.c, and type the canonical hello world app: #include <stdio.h> int main(int argc, char **argv) { printf("Hello, world!\n"); return 0; } Note how the string constant is a different color. Now move the cursor between Hello and World, and hit the Enter key. The word world moves to the next line and loses its color. According to http://winehq.org/pipermail/wine-users/2008-March/030579.html it should stay highlighted, and does on Windows. Doing 'winetricks riched20' or 'winetricks riched30' doesn't help. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.