GNOME Bugzilla – Bug 448658
meld should start with the "new" dialog
Last modified: 2013-01-09 20:21:49 UTC
When run without arguments, meld currently starts and displays the menus, the toolbar, and a big empty gray area. Why not speed things up and directly show the dialog that usually appears when you click the "new" button? ;)
I'd rather see it start with empty panes, since 80% of the time I use it lately I am comparing text from two different machines, and I want to just paste it into the blank panes for comparison.
Created attachment 135293 [details] [review] Start meld with new diff dialog Personally, I'd like to see meld start with the new dialog as well...I don't like the current new dialog, but thats a different bug to work on. In any case, I thought I'd whip up a patch for this. I added a preference item that allows someone to choose to have this feature enabled. When it start_new_dialog is enabled, and meld is started without any command line options, it'll start the new dialog.
For a new/different design of the "new diff" dialog, see bug #518179 also.
In Git HEAD, the old dialog has been replaced with a 'New comparison' tab, which is automatically presented on start-up whenever no other tabs have been opened from the command line. Thanks for the bug report.