| 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
|
|
|
| ```
|
|
|