alankilborn
alankilborn
@chcg No need for that; I'll write this person a script to show how to do it.
There's actually already a script I wrote for something like this, [HERE](https://community.notepad-plus-plus.org/topic/26900).
>Next time check plugins before requesting a feature which is already available as a plugin. IMO this is one of those where the request really should be implemented natively.
@andry81 Please paste your Notepad++ _Debug Info_ data here.
@andry81 The user manual states: `The only intended and supported use for this option is for the Notepad Replacement syntax.`. Thus, don't do what you're doing with `-z`. You could...
>It works as expected. Ok, but not sure how far anyone here will attempt to carry support along, for an unsupported usage. --- >The problem is with a not catched...
>Do you consider that as a major issue? "major"...well, no, I guess not. But now all Pythonscript programmers are going to have to carry along the "Full" part (i.e., `getTextRangeFull`),...
Workaround: Put the following in user `startup.py`: ```py editor.getTextRange = editor.getTextRangeFull editor1.getTextRange = editor1.getTextRangeFull editor2.getTextRange = editor2.getTextRangeFull ```
> Through debugging I believe this issue is related to the horizontal positioning code in the XYScrollToMake Visible function of Editor.cxx file You should create a Scintilla feature request for...