Open location in new tab with focus #56
advice2020
started this conversation in
Ideas
Replies: 1 comment
-
im not a big tab user myself, so maybe idont understand something: in my understanding, if you need immediate focus -> you need one tab -> so you go to the dir and use cm_newtab, if you need several tabs -> you dont need focus -> so you open dirs with the cursor (this focus option for ctrl+up is disabled by default)
https://doublecmd.github.io/doc/en/cmds.html#cm_ActivateTabByIndex |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(If anyone agrees maybe this can be added to plugin bundle)
I do not know if you guys experience anything like this, but do you ever run into an action where it is 50/50, where you have two different preferences for the same action?
I have a few and one of them is Tab functionality.
Mainly, to focus or not to focus?
DC has setting
Ctrl+Up opens new tab in foreground
so user has to choose 100% what action is used, which can be tricky.
I have made request post about this but currently there are no parameters in the internal tab commands for this.
Currently have to achieve by combining internal commands.
Open new tabs near current tab
setting has to be 'on'(not sure what I/other users would have to do if this setting was turned
off
, because then tabs open at the end of tab bar, which then would not work)DC.ExecuteCommand("cm_OpenDirInNewTab")
or("cm_NewTab")
DC.ExecuteCommand("cm_NextTab")
I was wondering, by any chance do you guys know of a more elegant approach for something like this?
Thank you to anyone who reads this
Beta Was this translation helpful? Give feedback.
All reactions