Tyranna Posted Sunday at 01:29 AM Posted Sunday at 01:29 AM (edited) This looks REAL close to the original AutoIt script editor. But, cant seem to thicken the font, looks a little thin on Linux. (Ubuntu) Other than that seems good. May you have good scipting! #Font font.monospace=font:Courier New,size:9.4 style.au3.32=style.*.32=$(font.monospace),back:#F0F4F9 # Makes it open with the monospace font as the default. font.base=$(font.monospace) font.small=$(font.monospace) font.comment=$(font.monospace) font.text=$(font.monospace) font.text.comment=$(font.monospace) font.embedded.base=$(font.monospace) font.embedded.comment=$(font.monospace) font.vbs=$(font.monospace) # Line Numberings background color line.margin.visible=1 style.*.33=fore:#000000,back:#C0C0C0 ; 33 is used to display line numbers in the margin. #Folding symbols! fold.symbols=3; # Bar Visibility toolbar.visible=1 statusbar.visible=1 #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 style.au3.1=fore:#027500,italics,back:#F0F4F9 style.au3.1=fore:#0077000,italics,back:#F0F4F9 # Comment block style.au3.2=fore:#007700,italics,back:#F0F4F9 # Number style.au3.3=fore:#0000FF,back:#F0F4F9 # Function style.au3.4=fore:#000090,back:#F0F4F9 # Keyword style.au3.5=fore:#0000FF,back:#F0F4F9 # Macro style.au3.6=fore:#808000,back:#F0F4F9 # String style.au3.7=fore:#FF0000,back:#F0F4F9 # Operator style.au3.8=fore:#FF0000,back:#F0F4F9 # Variable style.au3.9=fore:#000000,back:#F0F4F9 # Sent keys style.au3.10=fore:#FF8800,bold,back:#F0F4F9 # Pre-Processor style.au3.11=fore:#808000,back:#F0F4F9 # Special style.au3.12=fore:#DC143D,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 Edited Sunday at 07:27 PM by Tyranna
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now