Skip to content

Commit

Permalink
Remove "context not supported" warning for mouse bindings (#94)
Browse files Browse the repository at this point in the history
Context is now supported as of sublimehq/sublime_text#105
  • Loading branch information
mirekkukla authored Dec 27, 2023
1 parent d742d50 commit 1210d45
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/reference/mouse_bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,3 @@ in a mousemap file can take.

This is a mapping of arguments
to be passed on to the `press_command`.


::: warning
Mousemap files currently don't have the ability
to define contexts like key bindings.
Hence, it is not advisable
to ship them with packages or plugins,
as the lack of context means the shipped mousemap files
take priority over the default mouse actions,
leading to undesirable or unexpected behaviour.

This is tracked at [#105](https://github.com/sublimehq/sublime_text/issues/105).
:::

0 comments on commit 1210d45

Please sign in to comment.