58
I Use This!
Low Activity

Commits : Listings

Analyzed 5 minutes ago. based on code collected 41 minutes ago.
Dec 06, 2024 — Dec 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented issue #32: teach us regex More... about 17 years ago
Implemented issue #26: Rename window to remember previous search/ rename expressions More... about 17 years ago
Implemented issue #28: Rename window to remember previous window location and size More... about 17 years ago
Make sure the chevron menu for the toolbar buttons doesn't get shown below the screen. More... about 17 years ago
Fixed issue #30: Live selection in Rename Window halts the program More... about 17 years ago
Implemented issue #33: If a file is selected, rename window operates only on that. More... about 17 years ago
Fix coloring of unrelated renames. More... about 17 years ago
Implemented issue #29: Rename Window to ignore/ match case in regex/ rename expr More... about 17 years ago
A doubleclick on the edit box clears its content. More... about 17 years ago
Print some information while converting tabs/spaces. More... about 17 years ago
Don't forget to save the EOL removal. More... about 17 years ago
Add small command line tool to convert tabs/spaces. More... about 17 years ago
Require admin rights when installing. More... over 17 years ago
Add AutoHotKey script for use with the StExBar, contributed by Joshua A. Kinnison. More... over 17 years ago
use 'stx' instead of 'svn' for the temp files. More... over 17 years ago
Add new command line replacements: %selafile and %selufile More... over 17 years ago
Add screenshots. More... over 17 years ago
Add comments to attrib.js script. More... over 17 years ago
* improve tooltip of "Enabled when anything is selected" * add explanation labels More... over 17 years ago
Add a "Browse" button on the command line & icon input field. This implements issue #13. More... over 17 years ago
When using the screen rect, use the one from the monitor where the menu is shown on. This fixes issue #9. More... over 17 years ago
* hide the checkbox to hide an internal command if the command is "Options" * always show the "Options" button, even if it was accidentally hidden More... over 17 years ago
Always install the tools for all users, not just the current user. This fixes issue #12. More... over 17 years ago
When touching a file, use the current system time, not the UTC time. This fixes issue #10. More... over 17 years ago
* Add build target for x64 * Bump version number to 1.5.0 * Fix build for x64 More... over 17 years ago
* Add build target for x64 * Bump version number to 1.1.0 * Fix build for x64 More... over 17 years ago
Fix handling of separators and improve the options dialog to enable/disable the buttons according to the selection. This fixes issue #6. More... over 17 years ago
Add a fixed width and height to the chevron menu size to avoid the items being clipped. This fixes issue #7. More... over 17 years ago
Use a custom invalid parameter handler which does not invode dr.watson: we can deal with invalid parameters just fine and don't need a crash just because a user entered an invalid regex. This fixes issue #8. More... over 17 years ago
64 bit target support added Changed LONG to LONG_PTR and DWL to DWLP as needed for 64 bit ( is backwards compatible ) Added ignores for x64 working directories 64-bit target NOT added to nant or installer build scripts More... over 17 years ago