Matthew Brush
Matthew Brush
> Then the OP should say that Perhaps the OP didn't articulate it well, but it's implied if you want to know the current match and how many total matches,...
The main part of this will be adding a parser for Swift to [ctags](https://github.com/universal-ctags/ctags), once that's done, it should be relatively trivial to add a new filetype for it. Scintilla's...
It's theoretically possible for a plugin to force and keep off Scintilla's (very basic) auto-complete list and replace with a better one using plain GTK+ calls. I did this before...
@gennad, this would probably be best done as a plugin. If you have any questions or to discuss working on this, feel free to ask on the mailing list or...
@badger-craftmanship if you want to work on this, possibly as a plugin, don't hesitate to ask here, or on the mailing list or on IRC.
It looks enough like Java/Vala/C++/JS/etc. that one of the existing highlighters might work with little-to-no modification, probably CTags will be a bit tricker. A quick search finds this: https://github.com/cbracken/ctags/commit/3b52670bfc4d9f7a3b0c3e4fc0ba7c4d25a6135e But...
Some of Scintilla's hardcoded keybindings are already different per platform.
Should merge this if it does as advertised (cannot test ATM)
Also related is merged #1246, which allows to have documents reloaded automatically.
It's definitively the rendering, Scintilla's Pango/Cairo rendering looks kind of rough on all platforms compared native Win32, or Qt or even real GTK+ font rendering like GtkSourceView-based apps. It's particularly...