ConEmu icon indicating copy to clipboard operation
ConEmu copied to clipboard

Recursive child menus

Open ruipsrosario opened this issue 8 years ago • 3 comments

Versions

ConEmu build: 161206 x64 OS version: Windows 10 x64 1703 15063.540

Problem description

Using :: for creating child menus in tasks only works for root level.

Steps to reproduce

  1. Add a new task
  2. Set its name to A::B::C
  3. Set the command to pause

Actual results

A task A is created as expected, however the subtask is B::C.

Expected results

A task A was created with a child menu B. Menu B would have subtask C.

Additional files

conemu

ruipsrosario avatar Sep 12 '17 13:09 ruipsrosario

Only two levels are supported

Maximus5 avatar Sep 12 '17 14:09 Maximus5

This would be a nice feature to have, why reject it?

foreignmeloman avatar Dec 06 '19 06:12 foreignmeloman

I also think this is a good idea. If you have many related tasks, it is nice to be able to group them and limit what you see in the higher level menu (as is the case with the root menu).

DManowitz avatar Feb 15 '24 20:02 DManowitz