The Artima Developer Community
Sponsored Link

Java Answers Forum
It's a Brand New Formatting Algorithm

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

It's a Brand New Formatting Algorithm Posted: Nov 12, 2002 1:59 AM
Reply to this message Reply
Advertisement
I just replaced the algorithm that formats posts with a new one that contains two enhancements.

1. You can now show snippets of code in-line in a sentence, like myArray[i] = 0, in code font by surrounding the code with [ code ] and [ /code ] (without the spaces).

2. Any of the tags recognized by the algorithm normally as formatting directives, such as [i] will be ignored inside a code, java, or pre format directive.

The second enhancement means that no longer will [i] used as an array subscript inside a java format directive be replaced with a begin italics HTML directive. In other words, your java code posts (and all post java code posts) will look nicer now.

Topic: Java Exercise help? Previous Topic   Next Topic Topic: problem with the file transfer...

Sponsored Links



Google
  Web Artima.com   

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