[Github-comments] [geany/geany] Proposed slight change to Go-To Line functionality (#2146)

Matthew Brush notifications at xxxxx
Wed May 8 00:32:15 UTC 2019


If the line is out of range, it could just leave the dialog open and make the text box red similar to the search dialog. It could also disable accepting the dialog (disable the "OK" button). It could do these in real time while typing to give some feedback whether the line entered is even valid, since it's a cheap check in code.

For jumping to the end of the file, better than inputting a random out of range number, the dialog could accept negative numbers and go that far from end, like -1 for the last line, -2 for the 2nd to last line, and so on.

Just a few ideas which would probably be easy to implement.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2146#issuecomment-490302715
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190507/1118dee6/attachment-0001.html>


More information about the Github-comments mailing list