Skip to content
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

Suggestions for tabs, titles, menus, and tasks #1138

Closed
jrmain opened this issue Oct 23, 2016 · 9 comments
Closed

Suggestions for tabs, titles, menus, and tasks #1138

jrmain opened this issue Oct 23, 2016 · 9 comments
Labels
👀 Awaiting Response Waiting to hear back from the issue reporter. 🎨 Type: Enhancement

Comments

@jrmain
Copy link

jrmain commented Oct 23, 2016

I'm a huge fan of cmder, and there's very little about it that I would change, but there are a few minor things...

  1. I'd like to see an option to change the window title based on the name of the current task. (Update: ConEmu by default changes the window title to match the tab title, so cmder seems to be overriding this behaviour.)
  2. The highlighting of the current tab is kind of hard to see. An option to make the currently-selected tab more obvious would be helpful. (Update: it looks like this would have to be changed in ConEmu).
  3. How about an option to have multiple rows of tabs instead of scrolling them horizontally? (Update: it looks like this would have to be changed in ConEmu).
  4. Better navigation of the Tasks menu would be helpful. Currently I just get a series of 'More tasks...' 'More tasks...' 'More tasks...' entries. How about submenus or some other kind of grouping? (Update: ConEmu supports one submenu level, and this works fine in cmder).
  5. Minimize to notification area on startup would be nice. (Update: this works fine in ConEmu if the Windows shortcut is set to 'minimized'. It doesn't work for cmder.)
  6. An easy way to duplicate a task would save some time. (Update: this was resolved with the task clone feature added to ConEmu recently.)
@ryantheleach
Copy link

ryantheleach commented Nov 23, 2018

I'd really appreciate the window title being dynamic, it helps with my time tracking software.

swprintf_s(args, L"%s /single /Icon \"%s\" /Title Cmder /dir \"%s\" /run {%s}", args, icoPath, cmderStart.c_str(), cmderTask.c_str());

I suspect removing the /Title 's being passed into ConEmu would fix this, as if you pass a fixed title to ConEmu it will ignore all dynamic titles.

This issue has cropped up a few times on the ConEmu repo, not sure if by other cmder users.

There was also a bug in a previous version of windows, that since seems to have been fixed.

@tgice
Copy link

tgice commented Dec 4, 2018

I also would like to see some control over the main window title (not the title that is settable on tabs).

This is important for me mostly because I use Enso Portable to switch between windows frequently, and do this based on current window title. I may have multiple cmder windows open, and if they all have the same title, I can't quickly jump to the one I want, all without coming off the keyboard.

As others have pointed out, this is already doable in ConEmu, so surely it could be done here without too much effort.

Thanks for the product!

@stale
Copy link

stale bot commented May 25, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contribution.

@stale stale bot added the 👀 Awaiting Response Waiting to hear back from the issue reporter. label May 25, 2019
@jrmain
Copy link
Author

jrmain commented May 25, 2019

Dear Mr. stalebot: please don't close this issue. Some of the problems I reported originally have yet to be resolved.

  1. Still a problem.
  2. Looks like a ConEmu issue.
  3. Looks like a ConEmu issue.
  4. No longer a problem once I discovered how to use menu sub-levels.
  5. Still a problem.
  6. Resolved with a ConEmu change.

@stale stale bot removed the 👀 Awaiting Response Waiting to hear back from the issue reporter. label May 25, 2019
@daxgames
Copy link
Member

@jrmain

  1. Look at the /x arg of the latest unreleased code.
    This allows you to pass conemu args to conemu when launching Cmder it might also help with 1. Also regarding 1 if conemu does this by default it's probably a setting in conemu that sets this behavior and not Cmder overriding anything since Cmder can't override any Conemu behavior unless Cmder.exe is passing the name of the window as a conemu arg already.

@jrmain
Copy link
Author

jrmain commented May 26, 2019

@daxgames - That looks promising for 5. Not sure it will help for 1. Later... my test seems to confirm that adding /x "-Min -TSA" to the cmder command line with the unreleased version you referenced does make cmder/conemu start minimized in the TSA.

@daxgames
Copy link
Member

Cmder.exe is passing /title Cmder to conemu already so I doubt 1 will be fixed.

@stale
Copy link

stale bot commented Jun 25, 2019

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in a week if no further activity occurs. Thank you for your contribution(s).

@stale stale bot added the 👀 Awaiting Response Waiting to hear back from the issue reporter. label Jun 25, 2019
@stale
Copy link

stale bot commented Jul 2, 2019

This issue has been automatically closed due to it not having any activity since it was marked as stale. Thank you for your contribution(s).

@stale stale bot closed this as completed Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👀 Awaiting Response Waiting to hear back from the issue reporter. 🎨 Type: Enhancement
Projects
None yet
Development

No branches or pull requests

5 participants