Fixed
Status Update
Comments
do...@gmail.com <do...@gmail.com> #2
Thank you for your feedback. Team may reach out for more feedback in reproducing or triaging this issue.
jk...@google.com <jk...@google.com> #3
Ivan, has anything changes in the flags that are passed to D8 for the run button compared to other ways of building?
fr...@riologica.net <fr...@riologica.net> #4
Running the application from the IDE passes the same min api level as when building from the command line. Can you please add the following snippet to build.gradle and upload the output?
android.applicationVariants.all { variant ->
println "Variant ${variant.name } has min sdk version ${variant.getMergedFlavor().getMinSdkVersion()}"
}
android.applicationVariants.all { variant ->
println "Variant ${
}
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.