Jump to content

[SOLVED] SciTe customizations.


iXX
 Share

Recommended Posts

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.
Link to comment
Share on other sites

  • 2 weeks later...
  • Developers

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

Link to comment
Share on other sites

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

;)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...