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

rubyFeedback notifications at xxxxx
Mon May 6 20:57:36 UTC 2019


Right now if you input a number like

12345678

In the go-to widget

nothing happens.

The file I was modifying was a large .yml file, 16000 lines.

12345678 is much higher than 16000 so "technically"
geany would be "correct". But, the event that me as the user
is using that, the current behaviour is quite useless as the
go-to functionality does not work. In that case I would
like to, in pseudo code, have this behaviour:



    if user did input a HUGE number here
      automatically set the number to the "end of the file"

That way I as the user do not have to give an exact number
if I want to quickly jump to the end of a file, even if only
accidentally.

I reason that this behaviour would be better than the current
"no action is done" behaviour, which is quite useless to me.
(I also admit that this behaviour was with my old editor,
and I got used to it a lot. The go-to behaviour of geany
ni this regard is quite useless to me right now; I dont want
to need or have to need to know the number, it could be
autoset in this case, to the last line).

-- 
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190506/56a7add8/attachment.html>


More information about the Github-comments mailing list