Is it possible to change the cursor? The single pixel wide white line is easy to lose. Editing the Adwaita cursors is easy but I don't think the Geany cursor is one of those.
Hi,
On 24.10.22 20:43, Ray Andrews wrote:
Is it possible to change the cursor? The single pixel wide white line is easy to lose. Editing the Adwaita cursors is easy but I don't think the Geany cursor is one of those.
it can be customized but only to a limited amount.
In Geany, use Tools->Configuration Files->filetypes.common and in the opened file uncomment the "[styling]" line at the top and then find the settings "caret" and "caret_width".
For example: caret=0xff000;0;true;false
would give you a red block cursor. For details, see the documentation at https://www.geany.org/manual/#id4.
Regards, Enrico