mannworks00 Posted February 7, 2019 Share Posted February 7, 2019 This script will reset SciTE's scheme back to its original form (fonts, colors, etc.) Local $path = @LocalAppDataDir&"\AutoIt v"&Floor(@AutoItVersion)&"\SciTE\" Local $SettingsFile = "SciTEUser.properties" ;ShellExecute($path); View local app data folder on windows 7 & Windows 10 ;Delete SciTEUser.properties (it will regenerate on SciTE restart) If FileDelete($path&$SettingsFile) <> 1 Then MsgBox(0,"","Could not delete "&$SettingsFile) Else MsgBox(0,"","Deleted "&$SettingsFile) EndIf #cs CAUTION Deleting this file will fully reset font size, type, etc to SciTE's original settings. If you don't want to lose those, you can edit the settings file manually: C:\Users\<user>\AppData\Local\AutoIt v3\SciTE\SciTEUser.properties #CE Exit Link to comment Share on other sites More sharing options...
Developers Jos Posted February 7, 2019 Developers Share Posted February 7, 2019 Just to be clear: this is a bad idea as this will remove all user settings made for SciTE, not just the Color & fonts. Why not simply edit it or use SciTE indigo to reset those settings by loading the standard scheme? Jos Skeletor 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. Link to comment Share on other sites More sharing options...
Skeletor Posted February 8, 2019 Share Posted February 8, 2019 Agree with @Jos right there... Kind RegardsSkeletor "Coffee: my defense against going postal." Microsoft Office Splash Screen | Basic Notepad Program (Beginner) | Transparent Splash Screen | Full Screen UI Link to comment Share on other sites More sharing options...
Earthshine Posted February 8, 2019 Share Posted February 8, 2019 It’s still nice to have if you’ve messed it up to go back to standard because I messed mine up once and I could’ve use this My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Developers Jos Posted February 8, 2019 Developers Share Posted February 8, 2019 1 hour ago, Earthshine said: It’s still nice to have if you’ve messed it up to go back to standard because I messed mine up once and I could’ve use this Not really... Just edit the file and remove the unwanted lines. You also don't buy a new car when the left front lamp is broken. 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 More sharing options...
Earthshine Posted February 8, 2019 Share Posted February 8, 2019 I do. Lol. New lease time! Headlight out! 😃 My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
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