diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/builtin_plugins.md | 4 | ||||
| -rw-r--r-- | plugin/plugin_development.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugin/builtin_plugins.md b/plugin/builtin_plugins.md index 9b842025..70cd0077 100644 --- a/plugin/builtin_plugins.md +++ b/plugin/builtin_plugins.md @@ -50,7 +50,7 @@ v2.2.8 or later, provides a new version of the vs project generation plugin exte But this mode, there is no way to support the rules of xmake. Because xmake's rules use a lot of custom scripts like `on_build`, they can't be expanded, so projects like qt, wdk can't support exporting to vs. compile. -Therefore, in order to solve this problem, the new version of the vs. build plugin performs the compile operation by directly calling the xmake command under vs, and also supports intellsence and definition jumps, as well as breakpoint debugging. +Therefore, in order to solve this problem, the new version of the vs. build plugin performs the compile operation by directly calling the xmake command under vs, and also supports intellisense and definition jumps, as well as breakpoint debugging. The specific use is similar to the old version: @@ -192,7 +192,7 @@ If you want to cancel multiline input, please input character `q`, for example: We can record and playback our xmake commands and save as macro quickly using this plugin. -And we can run this macro to simplify our jobs repeatly. +And we can run this macro to simplify our jobs repeatably. ### Record Commands diff --git a/plugin/plugin_development.md b/plugin/plugin_development.md index 6fb0f9d1..03fa9491 100644 --- a/plugin/plugin_development.md +++ b/plugin/plugin_development.md @@ -14,7 +14,7 @@ Plugins: ``` * lua: Run a given lua script. -* macro: Record and playback some xmake commands repeatly. +* macro: Record and playback some xmake commands repeatably. * doxygen:Generate doxygen document automatically. * hello: The demo plugin and only print: 'hello xmake!' * project:Generate project file for IDE, only generate makefile now and will generate vs, xcode project in the future |
