-
Notifications
You must be signed in to change notification settings - Fork 12
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
Implement Single/Double Click for Items #460
Comments
need to re-implement prior double click functionality that was removed when i implemented the path toolbar. |
prior double click is added, need to implement double click for parsed artifacts such as prefetch, lnk, etc. |
single click is working for lnk, will check pf, recycled, pdf, html, docx, and txt next. |
pdf, html, docx work. need to test recycled and plain txt. prefetch doesn't do anything, so need to check that code. |
prefetch does work. |
plain text works. need to test recycled |
recycler half works, some files open and some don't. need to figure out what the reason is and then fix it. |
Need to implement double click functionality for plain view parsed artifacts.
The text was updated successfully, but these errors were encountered: