Skip to content

Tags: Wrye-Code-Collection/wrye-bash

Tags

307.202002061758

Toggle 307.202002061758's commit message
Been bothered with the menu

307.202001171600

Toggle 307.202001171600's commit message
Prevent Large References being copied to the bashed patch

307.202001171036

Toggle 307.202001171036's commit message
Prevent Large References being copied to the bashed patch

307.202001101724

Toggle 307.202001101724's commit message
Wouldn't have thought I would have missed this

307.202001101603

Toggle 307.202001101603's commit message
Address Cell Patcher Coordinate Reversal and Improper Comparison

307.202001030030

Toggle 307.202001030030's commit message
Been bothered with the menu

307.201912311130

Toggle 307.201912311130's commit message
initialise_locale is no longer a thing

I don't know what this even does

307.201912282148

Toggle 307.201912282148's commit message
Been bothered with the menu

The items on the Menu apply to more then just a folder, they can apply to an archive as well. There is no reason to have "install Last" for example as something unique to a folder. It simply makes it install after the "==Last==" marker. You wouldn't need to make a folder to do that to a simple zip file.

I don't like the idea of needing all this submenus but if you want the context menu a bit shorter this is at least make more sense.

307.201912231441

Toggle 307.201912231441's commit message
Been bothered with the menu

The items on the Menu apply to more then just a folder, they can apply to an archive as well. There is no reason to have "install Last" for example as something unique to a folder. It simply makes it install after the "==Last==" marker. You wouldn't need to make a folder to do that to a simple zip file.

I don't like the idea of needing all this submenus but if you want the context menu a bit shorter this is at least make more sense.

307.201912081753

Toggle 307.201912081753's commit message
Fix for WindowsError: [Error 6] The handle is invalid

In subprocess.py there is an if statement for when stderr is None.
This is the code that is failing because subprocess wants to access
`_subprocess.GetStdHandle(_subprocess.STD_ERROR_HANDLE)` and that errors
for some reason. The error in subprocess.py should be addressed however,
Python 2 is at end of life soon so I suggest this woraround when using
pyinstaller to build the EXE.