I've been using Notepad++ for a while now and the one thing that's always frustrated me is the bottom scrollbar. It seems that half the time it goes way beyond the document's right-most boundaries. Then when I try dragging the bottom scroll bar box, it's so small and I can barely slide it over without it jumping forward a mile.
Is there a way to fix this so that the bottom scroll bar works properly and only goes to the end of the longest code line? It would sure be appreciated.
Thanks,
- Matt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
(I think) Scintilla is open source. Is it possible for Don (or someone else who's capable) to edit the Scintilla source in order to fix the issue? Maybe the modified source could then be suggested to be included in future releases of Scintilla?
Those are my thoughts so far.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've been using Notepad++ for a while now and the one thing that's always frustrated me is the bottom scrollbar. It seems that half the time it goes way beyond the document's right-most boundaries. Then when I try dragging the bottom scroll bar box, it's so small and I can barely slide it over without it jumping forward a mile.
Is there a way to fix this so that the bottom scroll bar works properly and only goes to the end of the longest code line? It would sure be appreciated.
Thanks,
- Matt
Per the link above:
"Hmm, it's a bug in Notepad++ but not in Scintilla.
I'll see what I can do for it. - Don"
Thanks so much!!!
The issue with long lines is, afaik, a scintilla issue, so...
Use the key commands when you get past the end of the buffer. Control + -> will take you one work to the right.
You can always hit end on your keyboard too.
Thanks for your replies. So there is no way to modify the underlying Scintilla code to fix this? :-(
I truly do appreciate Notepad++ and all the work that is put into it.
(I think) Scintilla is open source. Is it possible for Don (or someone else who's capable) to edit the Scintilla source in order to fix the issue? Maybe the modified source could then be suggested to be included in future releases of Scintilla?
Those are my thoughts so far.
I submitted this as a bug on the Scintilla SourceForge.net bug tracker. I'm not quite sure what else to do.
https://sourceforge.net/tracker/index.php?func=detail&aid=1744905&group_id=2439&atid=102439