@techee commented on this pull request.
> {
+ GeanyDocument *doc = document_get_current();
+
+ if (plugin_extension_goto_provided(doc, NULL))
+ return plugin_extension_goto_perform(doc, pos, definition);
Just tested and yes, I get identical numbers from
```C
int start = sci_get_selection_start(doc->editor->sci);
int end = sci_get_selection_end(doc->editor->sci);
```
placed inside `symbols_goto_tag()` and after control-clicking and having
something selected.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3849#discussion_r1635557278
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3849/review/[email protected]>