-
Notifications
You must be signed in to change notification settings - Fork 26
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
Feature/ui #77
base: master
Are you sure you want to change the base?
Feature/ui #77
Conversation
…m outside accessible , Version to 1.4.0
<HintPath>$(USERPROFILE)\Dropbox\KeePass\KeePass.exe</HintPath> | ||
<HintPath>$(MSBuildProgramFiles32)\KeePass Password Safe 2\KeePass.exe</HintPath> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is changing the hint path intended? It seems like Dropbox would be more common, but I don't know if there's some standard around this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As not all developers might use dropbox I changed the HintPath to the KeePass.exe in default installation folder.
Hi,
first of all many thanks for the great plugin.
After working with large keepass databases I missed some UI features. First of all, I wanted to see the password found in the breach. Then, sorting by columns would be great and lastly, I had to copy the data into an excel sheet for further processing of dozens of accounts.
Therefore, I build in the following features:
I’ve looked at the source of Dominik Reichl’s CustomListViewEx which is a sealed class and couldn’t find any relevant code compared to the standard ListView. Thus, I think the switch to the new class should be ok.
It would be great if you could include this pull request as it enhances the UI for larger KeePass databases with tens or hundreds of passwords.
I have to confess that – instead of being a software developer since 1996 – this is my first github pull request. Hence, feel free to change the code and contact me for any questions.
Yours,
Marcus