BinaryBrother Posted 11 hours ago Posted 11 hours ago (edited) 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 11 hours ago by BinaryBrother SIGNATURE_0X800007D NOT FOUND
argumentum Posted 9 hours ago Posted 9 hours ago 2 hours ago, BinaryBrother said: Why is that white line on the right side? Unless you write Right to Left, in Left to right writing it marks the 201st character. 2 hours ago, BinaryBrother said: And how do I change the color of the left line count? No clue. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
ioa747 Posted 8 hours ago Posted 8 hours ago (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 8 hours ago by ioa747 argumentum 1 I know that I know nothing
BinaryBrother Posted 7 hours ago Author Posted 7 hours ago (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 6 hours ago by BinaryBrother SIGNATURE_0X800007D NOT FOUND
ioa747 Posted 7 hours ago Posted 7 hours ago (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 7 hours ago by ioa747 I know that I know nothing
BinaryBrother Posted 6 hours ago Author Posted 6 hours ago That Theme should be added to the official list. It's pretty good. ioa747 1 SIGNATURE_0X800007D NOT FOUND
argumentum Posted 5 hours ago Posted 5 hours ago ..you can put your custom ones at C:\Users\<Username>\AppData\Local\AutoIt v3\SciTE\SciTEConfig\ So I guess his would be __SciTE4AutoIt3_Dark-ioa747.SciTEConfig or something. I have a script that updates SciTE's install. It could be used to update your own *.SciTEConfig files too. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
Developers Jos Posted 2 hours ago Developers Posted 2 hours ago (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 2 hours ago by Jos ioa747 1 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.
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