-
Notifications
You must be signed in to change notification settings - Fork 40
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
Mousemap contexts #105
Comments
"Official" statement: http://www.sublimetext.com/forum/viewtopic.php?f=6&t=3311
Interesting read/workaround idea: http://www.sublimetext.com/forum/viewtopic.php?f=6&t=11680 Regarding folded text: http://www.sublimetext.com/forum/viewtopic.php?f=6&t=10503 And yes, the docs suck. |
Thanks for the links. The workaround is more or less how i imagined. I'll see what i can do with this. 👎 for the docs. |
Please, please, please allow mousemap files to provide context! I have 2 plugins that I've added double-click support to (CscopeSublime and Git) to and have had to back it out of both of them because there's no way to provide a context for mouse events. |
Any update on this? Would love to get more customisable mouse maps. |
We've been asking for this for 4 years now =:( Can we please get at least an update? |
This got my upvote 👍 ! Specifically for running commands when hitting specific selector, I use this little wrapper command. Just drop the This lets me pipe my commands through like so:
|
This. Also it would be great if mousemaps could be exposed via the Preferences menu like keymaps are |
Contexts in mousemap files would indeed allow to make useful things. |
The |
🎉 |
@FichteFoll the context is derived from the position of the mouse rather than the focused control but is otherwise identical. |
Context is now supported as of sublimehq/sublime_text#105
Context is now supported as of sublimehq/sublime_text#105
…4149, since it supports "Mousemap contexts": sublimehq/sublime_text#105 (comment)
I just realized that mousemaps lacks some of the keybinding goodies, like context.
E.g.:
Also the middle button doesn't allow
count
:Assuming this will be fixed someday, does anyone has an idea how to detect if a text is folded or not?
(also, there is nothing in the documentation about mouse configs; at all!)
The text was updated successfully, but these errors were encountered: