-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Using the context menu doesn't open a new tab in Single Instance Mode #356
Comments
Glad I'm not the only one that noticed this, I thought I messed up something. Not sure if related, but I'm fairly sure this was working before, and now I updated from Win7 to Win8.1. |
I have the same issue in quake mode & single instance on windows 7 x64 bit some fix would be nice |
I have the same issue. Could not fix it. |
Has anyone found a workaround? really missing this feature... |
@TimNN |
@WangJi We know about it, try the latest pre-release |
👍 This doesn't seem to be working in the latest pre-release for me Or perhaps I am misunderstanding what this option is supposed to do. I expect this to only show a single instance in the task bar (no stacking). Similar to the option for Internet explorer. |
Strange, it's working for me... My target for the shortcut is |
@MadLittleMods I haven't used cmder in a while so I may be wrong, but I think you are misunderstanding something: The single options means that instead of opening a new window, a new tab is opened. This does not change cmder's behaviour of displaying separate previews for each tab, which I think it does anyway. |
I've changed the registry entry for "Cmder here" to |
I'm having this same problem using release 1.2.9 |
Working on it: #772 |
@MartiUK Looks like you've merged and closed things this references are you happy to close his too? |
-----BEGIN PGP SIGNED MESSAGE----- Yeah go for it. On 25 May 2016 11:36:21 BST, Jack notifications@github.com wrote:
Sent from my Android device with K-9 Mail. Please excuse my brevity. iQE+BAEBCgAoIRxNYXJ0aW4gS2VtcCA8bWFydGluQG1hcnRpbmtlLm1wPgUCV0WA |
I don't think this is actually fixed? I'm having the exact same problem on 1.3.0. |
@rainyday No, it's not fixed. Only the first tab can be opened in single instance mode. |
Here my workaround, after registered "ConEmu here" :
As in the ini.bat, if we defined a CMDER_START environment variable, it will cd on this directory (in where the click happens). But this is a workaround, Cmder.exe should be fixed to have consistent behavior. |
I use 1.3.0 as a restricted user and the workaround by @MrKuja does not work for me. |
@MrKuja I use your solution at the version 1.3.1 , but it still only have the same directory from the first tab. |
rounding up another /single issue onto #420 |
This is still not working for me,
I get a new tab in the (single) window but it does not change directory Any help ? |
Still does not work. Settings Quake style slide down to true, also didn't fix the issue. |
@michidk have you tried |
@daxgames yep. also did '/register all'. If Cmder is closed, it works for the first tab. But if one tab is already open, I can't use 'Cmder Here' anymore. Works with the ConEmu shortcuts though, which can be registered in the settings. |
@michidk I wrote this support so I know it worked on my system. I will need to test it again. |
It works,Thanks. |
works |
With
Appearance > Single Instance Mode
checked...Using
Cmder Here
in the context menu opens correctly for the first time, but when trying again in another folder, it does not add a new tab to Cmder, it just focuses the existing tab.Unchecking Single Instance Mode works as expected with new windows each time.
This worked ok with
ConEmu Here
.I guess it's something that has to do with
init.bat
or the default{cmd}
task, but I couldn't figure it out.Tested on Win 7 and Win 8.1.
The text was updated successfully, but these errors were encountered: