Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
shift to github
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgy Grigoryev committed Jan 13, 2016
1 parent 630ba21 commit 8adb745
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 34 deletions.
3 changes: 0 additions & 3 deletions QuickSearch/QuickSearch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@
<ItemGroup>
<None Include="Resources\Icon1.ico" />
</ItemGroup>
<ItemGroup>
<Content Include="ChangeLog.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>IF $(ConfigurationName) == Release "$(ProjectDir)..\CreatePlgX.bat"</PostBuildEvent>
Expand Down
35 changes: 35 additions & 0 deletions Readme.md
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)
31 changes: 0 additions & 31 deletions Readme.txt

This file was deleted.

0 comments on commit 8adb745

Please sign in to comment.