Jump to content

Tidy Output is inserting


Recommended Posts

before Tidy:

$button_3 = GUICtrlCreateButton("Pricing", ((2 * $spaceX) + INT(((2 - 1) * $bX2))), $bY1, $bX2, $bY2)

after Tidy:

$button_3 = GUICtrlCreateButton("Pricing", ( (2 * $spaceX) + INT( ( (2 - 1) * $bX2))), $bY1, $bX2, $bY2)

Why are extra spaces being inserted, and only on the open parentheses?

Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache

Link to comment
Share on other sites

  • Developers

Why are extra spaces being inserted, and only on the open parentheses?

<{POST_SNAPBACK}>

It shouldn't... :">

Will be fix in the next version of the installer or download http://www.autoitscript.com/fileman/users/jdeb/test/tidy.zip to update manually..

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

It shouldn't...  :">

Will be fix in the next version of the installer or download http://www.autoitscript.com/fileman/users/jdeb/test/tidy.zip  to update manually..

<{POST_SNAPBACK}>

No worries, thanks a ton for it.....even with all these ... undocumented features. :lmao:

Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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