-
I add a right-click menu to every tab. (for Open file on explorer) When I active (focus) on this tab (e.g. tab 3), but I right click on that tab (e.g. tab 2). |
Beta Was this translation helpful? Give feedback.
Answered by
Alexey-T
Oct 2, 2024
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jackusay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use
on_tab_menu
and get the handleed_self
- this is the handle of right-clicked editor. usecudatext.Editor(that_handle)
to make editor object.'Open file in explorer' is a new command? Cud has the similar one: 'Open folder containing the current file' in Cmd-Palette