This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Georgy Grigoryev
committed
Jan 13, 2016
1 parent
630ba21
commit 8adb745
Showing
3 changed files
with
35 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#QuickSearch | ||
|
||
original version: [profon.wordpress.com](http://profon.wordpress.com/quicksearch/) | ||
|
||
QuickSearch is a search plugin for KeePass Password Safe v2 [KeePass.info](http://www.KeePass.info) . It can be used | ||
as a replacement for the built-in QuickFind toolbar control. | ||
|
||
##Development | ||
|
||
To start developing the pluging, you should place KeePass sources at directory at one level with project. For instance, you have following structure __p:\projects\QuickSearch__, KeePass must be placed in __projects__ folder. | ||
|
||
|
||
##Installation | ||
|
||
Place __QuickSearch.plgx__ in your KeePass Plugins folder. | ||
|
||
|
||
##Uninstallation | ||
|
||
Delete __QuickSearch.plgx__ from your KeePass Plugins folder. | ||
|
||
##Changelog | ||
|
||
v2.17 | ||
updated: changed code to support KeePass 2.17 | ||
|
||
v2.13 b0.0.0.2 | ||
fixed: QuickSearch.config will now be saved in application directory if PreferUserConfiguration==false. | ||
added: different mouse cursor for ColorSelectButton | ||
|
||
v0.3 | ||
* Settings system changed: QuickSearch.config is no longer used and settings are now stored in the | ||
KeePass config file | ||
* Changed redistributable to plgx instead of dll | ||
* Compatible with KeePass 2.28 (and probably earlier versions, but untested) |
This file was deleted.
Oops, something went wrong.