Jump to content

change SciTe backgroud


gear
 Share

Recommended Posts

  • Developers

there is a generic (default background) color setting .32 and then the background setting per style.

When you skip the background setting on the specific stule, the default background color is used.

This is the AutoIt3 version I use...

#Background
style.au3.32=style.*.32=$(font.base),back:#F0F4F9
#CaretLineBackground
caret.line.back=#FFFED8
# Brace highlight
style.au3.34=fore:#0000FF,bold,back:#F0F4F9
# Brace incomplete highlight
style.au3.35=fore:#009933,italics,back:#F0F4F9
#White space
style.au3.0=fore:#000000,back:#F0F4F9
#Comment line
style.au3.1=fore:#009933,italics,back:#F0F4F9

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

I find the SciTEGlobal.properties and change its content, but fail to change the backroud color, I just want a gray color so it is not too bright.

the following is the code I change:

# Global default styles for all languages

# Default

style.*.39=$(font.base)

# Line number

style.*.33=fore:#000000,back:#CDC5BF,$(font.base)

# Brace highlight

style.*.34=fore:#0000FF,bold

# Brace incomplete highlight

style.*.35=fore::#009933,bold

# White space

style.*3.0=fore:#CDC5BF,back:#CDC5BF

# Control characters

style.*.36=

# Indentation guides

style.*.37=fore:#C0C0C0,back:#FFFFFF

I feel hard to be familar with SciTe's odd setting, please tell me the detail.

Thank you very much!

Regards,

Gear

Link to comment
Share on other sites

  • Developers

It seems so far SciTe cannot change its backgroud color.

Yes it can .... as shown this style sets the default style :

#Background
style.*.32=$(font.base),back:#F0F4F9

just changing it for one "language" you do (eg Au3 lexer):

#Background
style.au3.32=style.*.32=$(font.base),back:#F0F4F9

Jos

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 Jos, without the experienced user's guide, it is hard to master SciTe.

By the way, SciTe is a very good editot and I believe it is the best one so far.

I know basic knowledge about AutoIt, SciTe Editer for AutoIt is so good that almost no any other

editer can compete with it, many computer langauges only have poor editor and the debuging environment

is often too hard to achieve efficient development.

Edited by gear
Link to comment
Share on other sites

Thanks Joe, without the experienced user's guide, it is hard to master SciTe.

By the way, SciTe is a very good editot and I believe it is the best one so far.

Who's Joe?? His name is Jos BTW :)

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