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
/
Readme.html
43 lines (40 loc) · 1.9 KB
/
Readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title>QuickSearch</title>
</head>
<body>
<h1 id="quicksearch">QuickSearch</h1>
<p>original version: <a href="http://profon.wordpress.com/quicksearch/">profon.wordpress.com</a></p>
<p>QuickSearch is a search plugin for KeePass Password Safe v2 <a href="http://www.KeePass.info">KeePass.info</a> . It can be used
as a replacement for the built-in QuickFind toolbar control.</p>
<h2 id="development">Development</h2>
<p>To start developing the pluging, you should place KeePass sources at directory at one level with project. For instance, you have following structure <strong>p:\projects\QuickSearch</strong>, KeePass must be placed in <strong>projects</strong> folder.</p>
<p>For KeePass source you can use this github mirror <a href="https://github.com/dlech/KeePass2.x">dlech/KeePass2.x</a>
Before starting debugging you have to enable dll signing for KeePass, otherwise you will get some errors.</p>
<h2 id="installation">Installation</h2>
<p>Place <strong>QuickSearch.plgx</strong> in your KeePass Plugins folder.</p>
<h2 id="uninstallation">Uninstallation</h2>
<p>Delete <strong>QuickSearch.plgx</strong> from your KeePass Plugins folder.</p>
<h2 id="changelog">Changelog</h2>
<p>v2.29
Fix compatibility issue</p>
<p>v2.27 - v2.28
Added automatic check for updates</p>
<p>v2.26
CTRL+SHIFT+F - activate search textbox
Knownig issue - doesn't work at linux</p>
<p>v2.17
updated: changed code to support KeePass 2.17</p>
<p>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</p>
<p>v0.3</p>
<ul>
<li>Settings system changed: QuickSearch.config is no longer used and settings are now stored in the
KeePass config file</li>
<li>Changed redistributable to plgx instead of dll</li>
<li>Compatible with KeePass 2.28 (and probably earlier versions, but untested)</li>
</ul>
</body>
</html>