bobbylight
bobbylight
Better late than never! Thanks @ThexXTURBOXx ! You hit the nail on the head. That code was lazily creating the HyperlinkEvent only if there were HyperlinkListeners registered, but that caused...
@tisoft Thanks for taking the initiative here, I've been stretched too thin and have neglected RSTA. This is something that's been requested for a while now, as you're aware. I...
@siggemannen - there may well be performance issues for very long lines (certainly there is for rendering) but you might consider checking out the latest 3.1.4-SNAPSHOT on Sonatype. I've fixed...
Yeah for sure, RSTAa is slower with long lines, I was just hoping it was addressed with that recent fix :P. I'll take a look.
A single long line with many matches for a `replaceAll()` operataion is a canonical worst-case, unfortunately. `replaceall()` calls `replace()` in a loop until the document is entirely searched, and the...
Is this Linux? There have been issues with Linux input in the past (still on this forum) so this may be that rearing it's ugly head again. Another odd question,...
OK, I'll take a look and see if I can reproduce it.
Looking back at old, unclosed threads... It looks like setting the limit of undos to 0 actually disables the limit (this is in Swing's UndoManager class), so my suggestion way...
Pull requests are always welcome, though I am a little hesitant to revisit that code, since I recall it was quite touchy for awhile, and I didn't always have access...
This is because I don't know Clojure. If you could give me a list of tokens and what their token types should be, I can make the necessary changes.