Skip to content

Commit

Permalink
Properly support constructs with nested usage of Run Keyword inside…
Browse files Browse the repository at this point in the history
… `Run Keyword`. Fixes #686
  • Loading branch information
fabioz committed May 25, 2022
1 parent 5fd29b2 commit 5c65200
Show file tree
Hide file tree
Showing 13 changed files with 665 additions and 477 deletions.
4 changes: 2 additions & 2 deletions robotframework-ls/.settings/org.python.pydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ MULTI_BLOCK_COMMENT_SHOW_ONLY_CLASS_NAME: true
MULTI_BLOCK_COMMENT_SHOW_ONLY_FUNCTION_NAME: true
PYDEV_TEST_RUNNER: '2'
# PYDEV_TEST_RUNNER_DEFAULT_PARAMETERS: --capture=no -W ignore::DeprecationWarning -n auto --tb=native -vv --force-regen
# PYDEV_TEST_RUNNER_DEFAULT_PARAMETERS: --capture=no -W ignore::DeprecationWarning -n auto --tb=native -vv
PYDEV_TEST_RUNNER_DEFAULT_PARAMETERS: --capture=no -W ignore::DeprecationWarning -n auto --tb=native -vv
# PYDEV_TEST_RUNNER_DEFAULT_PARAMETERS: --capture=no -W ignore::DeprecationWarning -n 0 --tb=native -vv
PYDEV_TEST_RUNNER_DEFAULT_PARAMETERS: --capture=no -W ignore::DeprecationWarning -n 0 --tb=native -vv --force-regen
# PYDEV_TEST_RUNNER_DEFAULT_PARAMETERS: --capture=no -W ignore::DeprecationWarning -n 0 --tb=native -vv --force-regen
PYDEV_USE_PYUNIT_VIEW: true
SAVE_ACTIONS_ONLY_ON_WORKSPACE_FILES: true
SINGLE_BLOCK_COMMENT_ALIGN_RIGHT: true
Expand Down
1 change: 1 addition & 0 deletions robotframework-ls/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ New in 0.48.0 (NEXT)
- Properly consider that `For each input work item` from `rpaframework` receives a keyword as the first parameter. [#684](https://github.com/robocorp/robotframework-lsp/issues/684)
- Added support for `Import Library` keyword. [#675](https://github.com/robocorp/robotframework-lsp/issues/675)
- Implemented expand and shrink selection (use `Shift+Alt+Right` to select outer scope and `Shift+Alt+left` to deselect).
- Properly support constructs with nested usage of `Run Keyword` inside `Run Keyword`. [#686](https://github.com/robocorp/robotframework-lsp/issues/686)
- A simpler TextMate grammar is now used to work better with bracket pair colorization (which is enabled by default in VSCode `1.67`).
- Note that initially very little code will be highlighted until semantic highlighting takes over.
- Updated `robotframework-tidy` to `2.2.0`.
Expand Down
Loading

0 comments on commit 5c65200

Please sign in to comment.