Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

long paths support and other minor improvements #5

Merged
merged 8 commits into from
Aug 7, 2020

Conversation

gioccher
Copy link
Contributor

@gioccher gioccher commented Apr 18, 2018

we have been using RED2 for a while to cleanup our mess, wanted to share back some of the improvements I've made

here's an extended explanation of the commits included in this PR:
long paths support: upgraded project to .net 4.6.2 and added manifest file to support paths longer than 260 characters
fix crash due to case sensitivity of paths: fixes crash that happens when crawling if the user enters \server\sharedfolder instead of \server\SharedFolder
speed up crawl and deletion by disabling UI updates: when there are a lot of empty folders, the UI freezes and slows down the crawl because it gets updated too frequently
added Mac "junk" files to default ignore list: a couple extra patterns, for the Mac equivalent of the Thumbs.db files on windows
allow opening the selected folder after canceling the crawl or after deleting: (in the context menu that shows up when right clicking on a folder)

@hxseven
Copy link
Owner

hxseven commented Aug 7, 2020

Wow! Thank you very much for all those improvements, looks really great on the first look. And the AlphaFS library looks also like a very promising alternative to the build in IO library. And didn't know about it before.
Also it's great to here that RED2 ist still in use and helps people out there :D

I will test the changes in the next time and try to finally release an update after a long time of inactivity 🙈

@hxseven hxseven merged commit 9365fab into hxseven:master Aug 7, 2020
@hxseven
Copy link
Owner

hxseven commented Aug 7, 2020

@tunisiano187 Thanks for reviewing the changes!

@endolith
Copy link

endolith commented Aug 7, 2020

Also it's great to here that RED2 ist still in use and helps people out there :D

I use it all the time, for the record. Very useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants