ozymandius257 Posted August 8, 2019 Posted August 8, 2019 Is there a way to remove the numbers from the tabs in Scite? When you have multiple autoit programs open, the tabs are numbered, so you'll get something like 1 ProgramA.au3 2 Program2.au3 3 Program3.au3 I am working on programs with numbers as the first character, so I get 1 3-DoThis.au3 2 4-DoAnother.au3 3 5-DoTheRest.au3 (not the real program names, obviously :)) It would be nice if I could get rid of the tab number, and just have the program name on each tab. Werty 1 Back up my hard drive? - I can't even find reverse gear.
Danp2 Posted August 8, 2019 Posted August 8, 2019 Add the following line to your Sciteuser.properties file -- tabbar.hide.index=1 Inpho and Werty 1 1 Latest Webdriver UDF Release Webdriver Wiki FAQs
ozymandius257 Posted August 8, 2019 Author Posted August 8, 2019 @Danp2 - Just what I wanted! - thank you Back up my hard drive? - I can't even find reverse gear.
Werty Posted August 8, 2019 Posted August 8, 2019 Thanks Some guy's script + some other guy's script = my script!
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