Jump to content

Messed my default scite setting up


JohnOne
 Share

Recommended Posts

  • Moderators

JohnOne,

This is what I have in my SciTEuser.properties file - I do not remember changing anything from the default: :graduated:

#Background
style.au3.32=style.*.32=$(font.base),back:#F0F4F9
#CaretLineBackground
caret.line.back=#FFFED7
# 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
#Comment block
style.au3.2=fore:#669900,italics,back:#F0F4F9
#Number
style.au3.3=fore:#AC00A9,italics,bold,back:#F0F4F9
#Function
style.au3.4=fore:#000090,italics,bold,back:#F0F4F9
#Keyword
style.au3.5=fore:#0000FF,bold,back:#F0F4F9
#Macro
style.au3.6=fore:#FF33FF,bold,back:#F0F4F9
#String
style.au3.7=fore:#9999CC,bold,back:#F0F4F9
#Operator
style.au3.8=fore:#FF0000,bold,back:#F0F4F9
#Variable
style.au3.9=fore:#AA0000,bold,back:#F0F4F9
#Sent keys
style.au3.10=fore:#FF8800,bold,back:#F0F4F9
#Pre-Processor
style.au3.11=fore:#F000FF,italics,back:#F0F4F9
#Special
style.au3.12=fore:#A00FF0,italics,back:#F0F4F9
#Abbrev-Expand
style.au3.13=fore:#FF0000,bold,back:#F0F4F9
#Com Objects
style.au3.14=fore:#0000FF,italics,bold,back:#F0F4F9
#Standard UDF's
style.au3.15=fore:#0080FF,italics,bold,back:#F0F4F9

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

I spoke very much to soon.

Melbas settings fixed the edit area but the console area is still all ballsed up. I used some theme thing I seen in example scripts, and probably without knowing what I was doing.

Anyway, I tried a dark theme, didnt like, it changed it back and broke it somehow, so the bockground is white and the text is light grey, the same colour os the highlight.

It just all buggered, I uninstalled it and re-installed it, but its the same.

Help quick before I get told off by Jos for pissing around with it.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

  • Developers

Help quick before I get told off by Jos for pissing around with it.

Just remove all setting in your SciTEUser.Properties that deal with colors/fonts.

It will then start using the defaults from au3.properties.

Jos :graduated:

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, works fine ... But where can we find the default console settings ("style.errorlist.x=") ?

That way we can complete SciTE4AutoIt3.SciTEConfig and get a clean toggle between User and Default themes

TIA,

whim

Link to comment
Share on other sites

  • Developers

SciTE generic defaults are located in SciTEGlobal.properties and AutoIt3 specific Defaults are located in au3.properties.

Any User updates on any of these should be in SciTEuser.properties.

Jos

Edited by 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

  • Developers

For the record: found the default style.errorlist entries in Embedded.properties, and language dependant overrides in others.properties

The Embedded is not imported in SciTEGlobal.properties thus isn't used. It actually shouldn't be there because that is the file that is used for the SC1 version of SciTE like we distribute with AutoIt3. The file contains all *.properties info that should be included in the stand-alone version and is stored in the SC1 programs resource.

You are right that some generic settings are also stored in others.properties. :graduated:

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

Yes, thanks again. After importing the "style.errorlist.*" entries from others.properties into SciTEConfig\SciTE4AutoIt3.SciTEConfig

I can now do a 1 click switch between Standard (for daytime use) and Obsidian (for night use)

whim

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