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

Unified Diff: docs/qtcreator.md

Issue 2729853008: change clang-format settings in docs/vscode.md and docs/qtcreator.md (Closed)
Patch Set: remove auto format Created 3 years, 10 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 | docs/vscode.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/qtcreator.md
diff --git a/docs/qtcreator.md b/docs/qtcreator.md
index 932cc093c3f91a5af30e76b1f85ebc8e3c966ad6..fe9425b8fddf6d9292184f315e837ef40272b5fb 100644
--- a/docs/qtcreator.md
+++ b/docs/qtcreator.md
@@ -12,7 +12,8 @@ not require project configuration.
### Workflow
-1. `ctrl+k` Activate Locator, you can open file(not support sublime-like-search) or type `. ` go to symbol.
+1. `ctrl+k` Activate Locator, you can open file(not support sublime-like-search)
+ or type `. ` go to symbol.
2. `ctrl+r` Build and Run, `F5` Debug.
3. `F4` switch between header file and cpp file.
4. `ctrl+shift+r` rename symbol under cursor.
@@ -30,8 +31,9 @@ block you while parsing.
#### Code Style
1. Help - About Plugins enable Beautifier.
-2. Tools - Options - Beautifier - Clang Format, select use predefined style:
-chromium. You can also set a keyboard shortcut for it.
+2. Tools - Options - Beautifier - Clang Format,
+ change Clang format command: `$depot_tools_dir/clang-format`, select use
+ predefined style: file. You can also set a keyboard shortcut for it.
3. Tools - Options - Code Style import this xml file
```
« no previous file with comments | « no previous file | docs/vscode.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698