Muhammad Hasnat Rasool
Muhammad Hasnat Rasool
yes working on linux now , nice. no class error cant find java.lang.object
working on linux. after update to this code.
yes you can do in abstract class or pass trigger key to installImp method , so all textareas could trigger autocompletion for user defined KeyStroke : this method would be...
Hi Olivier, There isn't a standard way built into RSyntaxTextArea to show an "error wave" under portions of text. However, you can easily implement this feature using a custom LayeredHighlighter...
Use RSyntaxTextArea.addParser() to add your custom parser. In your parser's parse() method, specify the positions where the errors should be highlighted. You can apply a "wave underline" style using setUnderlineColor()...