Jump to content

Recommended Posts

Posted (edited)

Hi! :)

Please, is possible to have:  keywords, numbers, operators and variables  in bold font ?

I probably know, how to change it's colour (in SciTEGlobal.properties):

colour.number=fore:#007F7F
colour.keyword=fore:#00007F
colour.string=fore:#7F007F
colour.operator=fore:#000000
 

But what about font type?

Thanks,

;)

Edited by iXX
Solved.
  • 2 weeks later...
Posted

;) !

Two more things:

1.) Is possible to exit SciTe with pressing Escape?

2.) What about non-blinking cursor?

:blink:

 

  • Developers
Posted (edited)

1, Can't imagine you want that and standard behavior is Alt+F4 to close a program. You could make the change by adding/updating the User.Shortcut variable in the SciTEUser.properties like this:

user.shortcuts=\
Escape|IDM_QUIT|\
Ctrl+Shift+V|IDM_PASTEANDDOWN|\
Ctrl+PageUp|IDM_PREVFILE|\
Ctrl+PageDown|IDM_NEXTFILE|\
KeypadPlus|IDM_EXPAND|\
KeypadMinus|IDM_BLOCK_COMMENT|\
Ctrl+F1|IDM_HELP_SCITE|

2 As described in the helpfile: ;)

caret.period=0

 

Jos

 

Edited by Jos
fixed filename

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

Thanks again! :drool:

 

Can't imagine you want that and standard behavior is Alt+F4 to close a program.

Yes, standard is Alt+F4.  But if you have few other programs with exit by "Esc" and if you are get used for this, its super to have one more...

Shortcut variable in the SciTEUser.config.

Actually, I put it into "SciTEUser.properties" to work...

;)

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...