Hum, that's odd. 4.8M doesn't look very large, and certainly nothing that would require 5 minutes to process. Could you provide the file so we can check what's going on?
Also, which version of Geany are you using, and on which OS?
Anyway, to work around this you can try a few things:
If the above helped but it's still too slow when saving the file, you can disable symbol parsing for the Java filetype by setting the tag_parser
settings
option to an empty value in filetypes.java:
[settings]
tag_parser=
This is kind of a hack but it should disable all symbol parsing for Java files.
—
Reply to this email directly or view it on GitHub.