bobbylight / RSyntaxTextArea

A syntax highlighting, code folding text editor for Java Swing applications.
BSD 3-Clause "New" or "Revised" License
1.1k stars 257 forks source link

Generating editors for ANTLR grammar using RSyntaxTextArea #221

Open ftomassetti opened 7 years ago

ftomassetti commented 7 years ago

Hi, I wanted just to thank you for you amazing work. I am using your library to build kanvas in Kotlin. For now I am basically defining simple editors for ANTLR grammar and it has been a breeze using your great stuff! In case you are interested I discuss how I use your library here

bobbylight commented 7 years ago

Sweet, I'll take a look!

Skyost commented 6 years ago

:+1:

A small tut on how to adapt an ANTLR grammar for RSyntaxTextArea.

ftomassetti commented 6 years ago

Yes, I wrote that :D

Skyost commented 6 years ago

@ftomassetti Not related to this issue but I really liked your tuto series on ANTLR !

ftomassetti commented 6 years ago

Thank you! Please feel free to reach me at any time if you have comments, suggestions or ideas for new articles (f.tomassetti@gmail.com)

tisoft commented 4 years ago

I have worked on an ANTLR Lexer TokenMaker. I am currently playing around with it in #353 and I'm open for feedback.