Skip to content

[Feature Request] Console clearing option in context menu #1516

@canerksk

Description

@canerksk

eg;

IDM_POP_TRAY MENU
BEGIN
    POPUP "pop"
    BEGIN
        MENUITEM "Resync Pause",    IDM_RESYNC_PAUSE
        MENUITEM SEPARATOR
        MENUITEM "Restore",            IDM_RESTORE
        MENUITEM "Minimize",        IDM_MINIMIZE
        MENUITEM "Console Clear",            IDM_CLEAR_CONSOLE
        MENUITEM SEPARATOR
        MENUITEM "Status...",        IDM_STATUS
        MENUITEM "About...",        IDR_ABOUT_BOX
        MENUITEM SEPARATOR
        MENUITEM "Exit",            IDM_EXIT
    END
END
    case IDM_CLEAR_CONSOLE:
        List_Clear();
        break;

Sometimes there are too many errors in the console and we need to sort them out. It is true that a console cleaner is needed to distinguish them. Maybe others will need it too, so it would be nice to add such a feature.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions