
  VDS Highlighter - bornSoft (c)2011
  ----------------------------------

  This program is freeware.

  The author of this software is not liable for any dataloss or other desasters.
  Use it at your own risk.

  -----------------------------------
  Version 1.1.1
  -----------------------------------

  With this program you can produce VDS syntax highlighted html code.
  Also you can produce ExtText formatted code for syntax highlighting VDS code.


  There is nothing much to say about.

  Simply paste your VDS code into the editor or open a *.dsc file with open
  button, choose if you want html or exttext output and press "HIGHLIGHT".

  Wait a few seconds and see the result in browser or the exttext field in the
  program. Now you can save the output or copy to the clipboard for further use.

  For html output on the top of the result appears a css block which must be 
  included into the html page.

  New since Version 1.1 is the ability to add line numbers to the HTML output.
  You can change the start index, so if you extract a part of your code, you
  can set the start index to the line number where you code snippet starts in
  reality.

  When the HTML output is published the user can copy the code without the line
  numbers when using Firefox by CTRL+Mouse.

  For exttext output on the top is a style called VDSSTYLE. This must be
  included into your program.


  Have fun.

  bornSoft


  *********************************

  ---------------------------------
  Version History
  ---------------------------------

  Version 1.1.1   - HTML output is now a table design, thus now it's possible
                    to copy the code without the line numbers with Firefox
                    using STRG+Mouse.

  Version 1.1     - Added: Option to prepend line numbers to the HTML output.
                  - HTML output layout improvements
                  - The stylesheet is now included in the exe
                  - GUI changes

  Version 1.0.6   - Bugfix: The characters "<,>,&,[,]" now are masked while
                    processing to ensure correct output.

  Version 1.0.5   - Added: <NOBR> tag for unwrapped HTML output

  Version 1.0.4   - Bugfix: Compiler directives not highlighted if they didn't
                            start at the first character position of a line

  Version 1.0.3   - Size for ExtText output preview limitet to 16kB due to
                    faster window repainting
                  - Added: Progress window
                  - Working progress is shown in the appliction window

  Version 1.0.0   - initial release






