Jump to content

Recommended Posts

Posted

Tidy does this GUISetState(@SW_RESTORE) but I MUCH MUCH prefer my code like this GUISetState( @SW_RESTORE ), is there an option somewhere I'm missing to set it to do this?

Posted

I don't think Tidy can do what you want. You can check out the Scite help file to see what options are available.

In order to get the effect you want, you can either do a search/replace on "(" to "( " and ")" to " )" , or write a script in Lua that does a more thorough regex based replace and add it to the tools in AutoItTools.lua. You could also write a small autoit script using stringregexreplace on your script.

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
×
×
  • Create New...