From 8adb74550e7d6675ef144d9392ca30b2f42fa535 Mon Sep 17 00:00:00 2001 From: Georgy Grigoryev Date: Mon, 11 Jan 2016 09:00:31 +0400 Subject: [PATCH] shift to github --- QuickSearch/QuickSearch.csproj | 3 --- Readme.md | 35 ++++++++++++++++++++++++++++++++++ Readme.txt | 31 ------------------------------ 3 files changed, 35 insertions(+), 34 deletions(-) create mode 100644 Readme.md delete mode 100644 Readme.txt diff --git a/QuickSearch/QuickSearch.csproj b/QuickSearch/QuickSearch.csproj index 60403c5..3f2e2ca 100644 --- a/QuickSearch/QuickSearch.csproj +++ b/QuickSearch/QuickSearch.csproj @@ -125,9 +125,6 @@ - - - IF $(ConfigurationName) == Release "$(ProjectDir)..\CreatePlgX.bat" diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..1055cca --- /dev/null +++ b/Readme.md @@ -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) \ No newline at end of file diff --git a/Readme.txt b/Readme.txt deleted file mode 100644 index 4f76e98..0000000 --- a/Readme.txt +++ /dev/null @@ -1,31 +0,0 @@ -QuickSearch -=========== -http://profon.wordpress.com/quicksearch/ - -QuickSearch is a search plugin for KeePass Password Safe v2 . It can be used -as a replacement for the built-in QuickFind toolbar control. - -Installation ------------- -Place QuickSearch.plgx in your KeePass Plugins folder. - - -Uninstallation --------------- -Delete QuickSearch.plgx from your KeePass Plugins folder. - - -Changelog ---------- -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) - -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 \ No newline at end of file