Question: Does CodeCleaner change all uses of variable names to the format used in their declaration, i.e. will it change
Dim MyVariable as Integer
myvariable = 1
to
Dim MyVariable as Integer
MyVariable = 1
[Version 1.6.5]
Anonymousreviewed on 27 Mar 2005
What I love about RealBasic is how big the whole vertical market is to try to make this product like it should have been when it first shipped. I mean, every other day there is a band-aid here, patch there, tweek somewhere else.
Want to know what it should have looked like along -- check out runrev.com and buy a copy of Revolution. Computers should work like people, not the other way around.
[Version 1.6.5]
2 Replies
Anonymouscommented on 19 May 2005
unfortunately, that's not possible. and halfway measures are worse than none at all.
so it falls back to 'computers should work' which means Carbon or Cocoa.
Anonymouscommented on 21 May 2005
Alan K, this is a place for reviews of CodeCleaner, not of REALbasic. I know RB's IDE is lacking in some areas, and that's why I wrote CodeCleaner and Project Organizer. Don't slam REALbasic here - this is my product.
There are currently no troubleshooting comments. If you are experiencing a problem with this app, please post a comment.
-15
Dim MyVariable as Integer
myvariable = 1
to
Dim MyVariable as Integer
MyVariable = 1
Anonymous reviewed on 27 Mar 2005
Want to know what it should have looked like along -- check out runrev.com and buy a copy of Revolution. Computers should work like people, not the other way around.
so it falls back to 'computers should work' which means Carbon or Cocoa.