Skip to content

GeanyLua: Add geany.range. - #1586

Open
Skif-off wants to merge 1 commit into
geany:masterfrom
Skif-off:geanylua-range
Open

GeanyLua: Add geany.range.#1586
Skif-off wants to merge 1 commit into
geany:masterfrom
Skif-off:geanylua-range

Conversation

@Skif-off

@Skif-off Skif-off commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Maybe remove

if (start < 0) { return FAIL_UNSIGNED_ARG(1); }
if (stop < 0) { return FAIL_UNSIGNED_ARG(2); }

?

@Skif-off

Copy link
Copy Markdown
Contributor Author

@xiota, @b4n, @eht16, @elextr , Winnie-the-Pooh and all-all-all :)

Scintilla uses SCI_GETTEXTRANGE with the Sci_TextRange structure, so we have no way to access the text without using the selection functions, but that can be inconvenient in some cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant