The Artima Developer Community
Sponsored Link

Java Answers Forum
Fixed a Java Syntax Highlighting Bug

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Fixed a Java Syntax Highlighting Bug Posted: Nov 22, 2002 12:52 AM
Reply to this message Reply
Advertisement
Yesterday I noticed that the greater than signs (>'s) inside of syntax highlighted Java code were showing up as > instead of >. This was caused by a typo in the filter that does syntax highlighting of Java code on its way from the database to the browser. Since it was in the filter, the data in the database was fine and old posts as well as new ones will receive the benefit the fix:
if (i > 0 && i < 10) {
   System.out.println("It works!") ;
}

Topic: Need some INsight Previous Topic   Next Topic Topic: Problem with Sending and getting to a class

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use