Katalin Rebhan
Katalin Rebhan
Interesting, that's probably a Plasma bug then, probably worth reporting (though for me it shows them all as having a UTF-8 suffix... not sure what's different between our installations). Either...
It's probably better if the hotkey works everywhere as opposed to only sometimes depending on what is focused, I think the current behavior is really unintuitive.
According to StackOverflow, calling registerKeyboardAction on the root pane of the main window with the condition parameter being JComponent.WHEN_IN_FOCUSED_WINDOW should work?
Just tested, saving works everywhere, including where the search dialog doesn't. As far as I can see, it doesn't use anything different to how the search dialog gets opened, the...
An extension of that, if we could render Javadoc directly in the editor like IntelliJ can do it now, that would be very cool. But I think we'd have to...
Post the entire stack trace please.
I'd just pass through the JarIndex to MappingsReader for now tbh (you should probably make it nullable since some of the command line stuff doesn't have one but still works...
Hmm yeah actually passing the JarIndex through the constructor of RGSReader is probably better than modifying the interface method parameters
> Sorry, I just looked through the code and realized I don't have a constructor for RGS Reader, should I make one? Where exactly is the JAR file in enigma's...
As far as I know, this isn't possible right now.