Larger caret?
-
Is there any way to get a larger (vertical bar) caret?
The maximum size of 3 is not enough (for me) on my high DPI screen: it is too thin and I have problems in locating it (and I do not feel comfortable with the block caret).
-
Is there any way to get a larger (vertical bar) caret?
Not without using a plugin.
You could use PythonScript and use the command
editor.setCaretWidth(x)
where x can be at most 20.I’m sure the NppExec plugin can do it as well, and maybe even the ExtSettings plugin could assist.
-
@Alan-Kilborn Thank you.
I submitted a feature request to have a larger max witdth for the caret. This is too basic to rely upon some plugins.
-
@thistlillo said in Larger caret?:
I submitted a feature request
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13065
There are a LOT of open “high DPI” issues.
Not many get any traction.
The current settings in Notepad++ seem adequate for typical screen resolutions. -
@Alan-Kilborn High-DPI are an issue with Notepad++, and, more in general, with Windows: not even MS apps work correctly on such screens.
I restricted the request to the caret because I thought it would not be that hard to add, but I am clearly wrong.
-
@thistlillo said:
High-DPI are an issue with Notepad++
Agree.
I thought it would not be that hard to add, but I am clearly wrong.
It would NOT be that hard to add, you just have to see if someone is interested in adding it, or contribute the change yourself and hope that the author is interested enough to accept the change.
Or, use one of the alternatives I mentioned earlier.
-