Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(578)

Unified Diff: docs/android_studio.md

Issue 2871963002: Update android studio doc about formatting commits. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/android_studio.md
diff --git a/docs/android_studio.md b/docs/android_studio.md
index 818287983f35a99e970cd11738aa8ea5f45c0f1d..bcbeadc70be47bda8f58676d91972c069930bc29 100644
--- a/docs/android_studio.md
+++ b/docs/android_studio.md
@@ -101,6 +101,12 @@ includes `R.java`).
* Help -> Find Action -> "Show quick documentation on mouse move"
* Turn on line numbers:
* Help -> Find Action -> "Show line numbers"
+* Format changed files (Useful for changes made by running code inspection):
+ * Set up version control (May require project to be inside the src folder)
+ * Help -> Find Action -> "Version Control"
estevenson 2017/05/09 15:50:52 After generating a new project, clicking "Version
F 2017/05/09 17:29:28 Done. I've updated the instructions to use File->S
+ * Commit changes and reformat
+ * Help -> Find Action -> "Commit Changes"
+ * Check "Reformat code" & "Optimize imports" and commit
### Useful Shortcuts
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698