Fixed
Status Update
Comments
do...@gmail.com <do...@gmail.com> #2
I just attached a minimal test application with duplicated and multiline traces. Provided are a couple of logcat files and screenshots.
To me this isn'r really a big problem, since AS compiles my application and lets me debug it. That's what I use it for in my company. I just found it a bit annoying that something that worked one way in AS 2.x and 3.0, suddenly changed in 3.1. The new way results more time-consuming to me while debugging and reviewing the logs.
Could this be made configurable? Not necessarily in the UI, but editing some properties file. Thanks. :)
To me this isn'r really a big problem, since AS compiles my application and lets me debug it. That's what I use it for in my company. I just found it a bit annoying that something that worked one way in AS 2.x and 3.0, suddenly changed in 3.1. The new way results more time-consuming to me while debugging and reviewing the logs.
Could this be made configurable? Not necessarily in the UI, but editing some properties file. Thanks. :)
fr...@riologica.net <fr...@riologica.net> #4
I also have the same problem.
Description
Until last week I would select a block of text in the Google Apps Script Editor in Sites and Spreadsheet and hitting the Tab key it would realign my javascript code.
I found this very useful for readability and for detecting missing parenthesis, brackets, semi-columns.
I notices this behavior stopped working earlier this week. Now Tabbing just moves the selected text 2 characters to the right.
Is this change intentional? Can I still pretty format and validate the code otherwise?
Thanks.