@b4n commented on this pull request.


In src/symbols.c:

> +		plugin_extension_goto_perform(doc, pos, definition);
+		return TRUE;

Ad (1): plugin_extension_goto_perform() could be modified to return gboolean so Geany could use it if it uses the PluginExtensions interface. The LSP plugin though will always have to return TRUE here.

Well, the LSP plugin would look for the word and return FALSE if it didn't find any.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3849/review/2100218631@github.com>