Jump to content

Recommended Posts

Posted (edited)

image.thumb.png.84dabadfb1484cf0726d7a6be4d9c29c.png

Why is that white line on the right side? And how do I change the color of the left line count? Thanks guys, I'm getting back into AutoIt and I've never really messed with ScITE, even though it's capable of some interesting stuff, like Jos's ScITE Beta stuff. I almost forgot about the update where AutoIt supports stuff like ternary operators.

Edited by BinaryBrother

SIGNATURE_0X800007D NOT FOUND

Posted (edited)

And how do I change the color of the left line count?

# 33 is used to display line numbers in the margin.
style.*.33=fore:#DADADA,back:#161d27,$(font.base)
# checkerboard pixel patter color 1 around fold trees
fold.margin.colour=#2D3747
# checkerboard pixel patter color 2 around fold trees
fold.margin.highlight.colour=#0D1117
# Color of symbol fill
fold.back=#0D1117

 

https://www.autoitscript.com/forum/topic/211954-scite-change-colour-scheme/#comments

Edited by ioa747

I know that I know nothing

Posted (edited)
1 hour ago, ioa747 said:

And how do I change the color of the left line count?

# 33 is used to display line numbers in the margin.
style.*.33=fore:#DADADA,back:#161d27,$(font.base)
# checkerboard pixel patter color 1 around fold trees
fold.margin.colour=#2D3747
# checkerboard pixel patter color 2 around fold trees
fold.margin.highlight.colour=#0D1117
# Color of symbol fill
fold.back=#0D1117

 

https://www.autoitscript.com/forum/topic/211954-scite-change-colour-scheme/#comments

I tried putting that in the User Options File, but it doesn't appear to do anything. I tried saving and even restarting ScITE a couple times with hex inputs for different colors.

@argumentum : It comes and goes... It appears to be a bug with ScITE. It first appeared when I used ScITE Config to change the theme. I just noticed that you posted your own screenshot so the issue is able to be reproduced.

Edited by BinaryBrother

SIGNATURE_0X800007D NOT FOUND

Posted (edited)

assumes you have  SciTE4AutoIt3.exe
Every time you edit SciTEUser.properties, ScITE needs to be restarted
try my skin from
https://www.autoitscript.com/forum/topic/211954-scite-change-colour-scheme/#findComment-1534501
 

Edit
press Ctrl + 1 (SciTE Config ), go to the 'Other Tools' tab
press 'Run Autolt3/SciTE check'
and look at the report, it might give you more information

Edited by ioa747

I know that I know nothing

  • Developers
Posted (edited)
4 hours ago, ioa747 said:

Every time you edit SciTEUser.properties, ScITE needs to be restarted

Nah...  That is only for a few changes, but the majority like color settings do not require a restart when edited through SciTe.

Just use sciteconfig to load a theme and the SciTe menu options to refine the settings in the user config file. This way you don't need to worry about it's proper location, which depend whether you use the installer or are running portable.

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

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
  • Recently Browsing   0 members

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