Jump to content

Recommended Posts

Posted (edited)

When I do searches in SciTE I find it really hard to see what has been highlighted because the background color of selected text in SciTE is hardly any different from the unselected background color.

(light-grey vs white)

I looked in the config but did not see an option for this.

I'd like it to be the standard dark blue or something easily noticable...

Thanks

Edited by Lope
Posted (edited)

While you have a autoit file open in scite press ctrl-1 or go scite menu > tools > scite config , click on the colour settings tab.

Edited by Yoriz
GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF.
Posted

While you have a autoit file open in scite press ctrl-1 or go scite menu > tools > scite config , click on the colour settings tab.

If you look at the colour options there, there is no option for selected text...

Posted (edited)

go options > global user options file

change the value of selection.back=

click save

Edited by Yoriz
GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF.
Posted

Awesome, I'll start looking in this file more often when I need to change stuff not in the other options.

I used

selection.fore=#FFFFFF

selection.back=#0a0aa7

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...