It's planned to implement highlighting of ALL syntax errors in the editor in the nearest future.
Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Ara Abrahamian > Sent: Thursday, November 01, 2001 12:36 AM > To: [EMAIL PROTECTED] > Subject: [Eap-list] Bug : ; ) > > > No error is identified by IDEA if I miss a semicolon like below: > > String return_type = getMethodTypeFor( getCurrentMethod() ) > ClassDoc[] classes = getContext().getRoot().classes(); > > This is annoying because I run a beautifier on my code before > compiling it and it gives errors, while IDEA should have > reported it. It's also true for missing closing parentheses like this: > System.out.println( "blabla" ; > > Don't you think IDEA should mark it red? > > Ara. > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list > _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
