bobbylight

Results 149 comments of bobbylight

Reopening since I meant to actually look at implementing this in the library.

This happens in some languages such as Java, but not in JSON. I'll take a look.

I'm leaving this open because with the current fix, the auto-unindent only works for curly braces, not for square brackets, so we're halfway there.

This would be sweet, and would probably supsersede a lot of the work done in [RSTALanguageSupport](https://github.com/bobbylight/RSTALanguageSupport). Unfortunately due to the time commitment I probably won't look into this myself -...

Interesting, I can't reproduce it on Windows, at least not with the latest build of RSTALanguageSupport (running its `DemoApp`). I'll try on a mac tomorrow. Is the only change you...

On a Mac I see ctrl+click opening the popup menu *and* navigarting to/selecting the definition. I'll admit I haven't used this funcdtionality on a Mac in quite a while, so...

> One more issue on version 3.2.0, I have to add HyperlinkListener to the editor in order to make go to definition work. If no hyperlink listener is set it...

This was fixed by changing the default hyperlink mask on Macs from `ctrl` to `cmd`. This is more natural anyway. It fixes things by avoiding a collision with another standard...

This happens because the line highlighting is actually tracking an offset in the document (the start offset of the line). In Swing, this is represented by an implementation of the...

Is there a reason you can't just have a different instance of RSyntaxTextArea per tab?