andry81
andry81
The command in Windows prints `123` and exits immediately: ``` C:\Users\User>c:\windows\system32\cmd.exe /c echo 123 123 ``` In the msys2 it prints cmd.exe hello header as if it runs w/o any...
System: * Python 3.12.2 (PyQt5, PyQtAds) * Windows 8.1 > $ py main.py ```console Traceback (most recent call last): File "...\QtADS\examples\centralwidget\main.py", line 104, in w = MainWindow() ^^^^^^^^^^^^ File "...\QtADS\examples\centralwidget\main.py",...
I want to compare comment lines of 2 files with different extensions. For example vbs bat ignoring a comment line prefix. Currently only the prediff filter works: https://github.com/WinMerge/winmerge/issues/2221 But a...
### Description of the Issue If you keep using it, it will annoy you more and more. Especially when you use the git or other tools accessing the opened files,...
https://github.com/useful-forks/useful-forks.github.io/issues/76 https://github.com/orgs/community/discussions/173970
I've found that several forked repositories does not show anymore on the list. More over, the filter field in the repositories pane section works differently and does not show all...
### Environment - Git Extensions 6.0.0.18195 - Build 2121cd76bc68629d32b038a9d9edd2c10e147969 - Git 2.50.1.windows.1 - Microsoft Windows NT 6.3.9600.0 - .NET 9.0.6 - DPI 96dpi (no scaling) - Portable: False - Microsoft.WindowsDesktop.App...
* PythonScript: 3.0.20.0 I have an extension to the Notepad++. In the extension I have using the `startup.py` to parse an extra command line looking like this: ```console notepad++.exe -nosession...