- Notifications
You must be signed in to change notification settings - Fork 955
Open
Labels
Description
Description
Currently, comparison options ( like ignoring whitespace or blank lines ) r global states. Changing a setting forces the change across all open tabs, making multitasking between diff comparison contexts frustrating.
Proposed Feature:
- Per-Tab Settings: Isolate comparison settings from the global state so that each tab can retain its own independent configuration.
- Auto-Launch Workspaces: Allow users to configure a "Default Startup Workspace".
For example, opening WinMerge would automatically spawn predefined layouts, e.g:
Tab-1: 2 panes w strict formatting
Tab-2: 2 panes w ignoring whitespace
Tab-3: 3 panes
= N So, i'll be able to quickly choose whatever workspace i wanna work on.
Reactions are currently unavailable