Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor handling of custom editor commands #2280

Merged
merged 12 commits into from
Jun 24, 2023
Merged

Conversation

rchl
Copy link
Member

@rchl rchl commented May 30, 2023

Extracted the refactoring I did in #2249 into its own PR, without introducing handling for editor.action.rename.

The benefits are that the handling for editor.action.triggerSuggest and editor.action.triggerParameterHints is supported in all contexts that run executeCommand and also those have access to the originating view instead of guessing.

rchl added 10 commits May 9, 2023 22:53
* main:
  fix "Error rewriting command" warning triggered on startup (#2277)
  Take font style of sighelp active parameter from color scheme (#2279)
  Add argument "include_declaration" to "lsp_symbol_references" (#2275)
  fix crash on checking excluded folders with missing project data (#2276)
  Fix tagged diagnostics flickering on document changes (#2274)
  Cut 1.24.0
  use class for diagnostic info instead of hardcoding color (#2257)
  Fix package storage path in a docstring description (#2256)
  Use regular font style in sighelp popup if already highlighted by color scheme (#2259)
  update note about custom color scheme rule used for diagnostics (#2254)
@rchl rchl changed the title handle editor.action.rename command for interoperability with VSCode refactor handling of custom editor commands May 30, 2023
@rchl rchl merged commit 757908a into main Jun 24, 2023
4 checks passed
@rchl rchl deleted the refactor-custom-actions branch June 24, 2023 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant