Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Finally, do not forget to add InitialTargets attribute into Project node.

Code Block

<Project DefaultTargets="Build" InitialTargets="GenerateAntlrCode" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

...

  • Support for ANTLR 3.0.x/3.1.x
  • Integrated ANTLR/Java Launcher and Debugger(beta). Note: ANTLR breakpoints not supported yet
  • ANTLR Built-in Interpreter, Java runner and debugger
  • Railroad diagrams
  • Custom targets
  • Automatically (Ctrl+S)/Manually (Ctrl+Shift+G) code generator
  • Problem markers for errors and warnings in grammar files
  • Advanced text editor, code selection (F3) and code completion (Ctrl+Space)
  • Simple syntax highlighting for target language (action code)
  • Outline and quick outline (Ctrl + O) views for options, tokens, scopes, actions and rules
  • Search rules references
  • Mark generated resources as derived

ANTLR IDE 1.1.0 released. See More information? Please visit http://antlrv3ide.sourceforge.net/

...