nimbosa / meld-installer

Automatically exported from code.google.com/p/meld-installer
0 stars 0 forks source link

Using Meld as merge tool always opens command prompt #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Issue #15 introduced a change that causes a command prompt to appear when using 
Meld as a merge tool (for example from TortoiseHG).  This is undesirable since 
the user isn't directly calling it from the commandline and doesn't need the 
exit code, yet still displays the command prompt.

The fix for this is to add a flag argument to Meld.exe to tell it if the exit 
code is needed and have it use pythonw otherwise.

Original issue reported on code.google.com by keeganw...@gmail.com on 30 Sep 2013 at 4:20

GoogleCodeExporter commented 9 years ago
To avoid differences between platforms, I'm fixing this by introducing a 
separate executable to call python.exe instead of pythonw.exe (meldc.exe), with 
a new registry key pointing to it (HKLM\Software\meld\CommandLineExecutable).

Original comment by keeganw...@gmail.com on 1 Oct 2013 at 11:27

GoogleCodeExporter commented 9 years ago

Original comment by keeganw...@gmail.com on 1 Oct 2013 at 11:27