That makes no sense as I have Google Mail in a thousand other notes and I don't find what I want. And this is just one example. This happens with many different searches also.
Nope as it shows the notes first and I don't see anything there
I have many entries e.g. only Googlemail and username is different. I have a lot of infos and when I search for googlemail I get the results but don't see which entry is which user. I solved it for my by adding always the username when drawing the title. Instead of only searchResult.Title I use searchResult.Title + " - " + searchResult.Entry.Strings.ReadSafeEx( PwDefs.UserNameField ) Could you add an option to always show the username in the title?
Okay, I tested it and the behavior looks good so it's a bug in N++ I think
I can try if you tell me how to execute this policy at runtime like I do in N++. I've trie to edit SciTE.properties and added command.name.10.=setXCaretPolicy test command.mode.10.=subsystem:lua,savebefore:no command.10.*=editor:setXCaretPolicy(0x5,50) command.name.11.=test command.mode.11.=subsystem:lua,savebefore:no command.11.*=editor:SetSel(5,15) command.name.12.=Test print command.mode.12.=subsystem:lua,savebefore:no command.12.*=print ("Hello, World!") But only Test print works. The others...
One more question, I don't know if it's a bug in N++, Scintilla or expected behavior by you. I can jump to the end and don't see the CRLF characters, I can scroll further to the right to see them. When I set the caret policy, I can see them when I press END, but the scrollbar now can scroll even further to the right which makes no sense to me.
Thanks for the hint. I have posted your solution to Notepad++ and I'm waiting for the answer.
END key jumps to EOL but ignores CRLF/CR/LF and cuts them off
I don't want to have advanced search. if I have Username: xyz Info: abc I want to find this entry. Just search for each part in all fields and if all parts are found, it's a match.
In KeePass, when I search for "abc xyz", it finds entries with "xyz sdafsadfasdf abc", so KeePass searches for each part of the searchstring and if all matches in all fields, it is found. Can you do that also?
Then the question is what Kaspersky installs as 21.07.1 if you don't have an official version.
Kaspersky patch management shows me a security vulnerability and distributes a version 21.07.1. Can you tell me if it's just not published yet or is it a fake from Kaspersky?
R2201 fixed it for me
Do you know whats wrong so I can tell them? As its a tool from MS, I normally wouldn't think they would do it wrong.
Do you know whats wrong so I can tell them?
I've created a VHDX yesterday with disk2vhd from sysinternals and I couldn't open it.
It happes on Windows 11. I only use 64 bit versions but I have tested now the 32 bit version and it also doesn't show any newer drivers. Only if a device isn't found in DriverPacks it is shown.
Since R2111 I can download index updates, but no driver updates are found. If I start R2102 in the same directory, it shows me driver updates. I put R2111 in a new folder with new new settings and I still have the same problem. Any hints what I can do? For now I will always test both R2111 and R2102.
When I search for an entry, I get a list of entries and I know I need more entries from this group, I have to search the tree on the left side and then all entries are shown. It would be great if I could double click the group in the search result and the search is cleared and KP shows me all entries in this group. In this example I would double click on homebanking and KP shows me all Logins I have
When I search for an entry, I get a list of entries and I know I need more entries from this group, I have to search the tree on the left side and then all entries are shown. It would be great if I could double click the group in the search result and the search is cleared and KP shows me all entries in this group.
This code works, but there is a much better alternative with UIAutomation jfyi. https://stackoverflow.com/questions/11711400/how-to-monitor-focus-changes This doesn't need a timer, it works with events and even works when you switch focus 5 times a second.
It looks like that my plugin uses a lot of CPU and RAM after some hours. I don't know yet why and I'm not 100% sure it it's my plugin, but I will test KP now without my plugin to see if it changes.
Thanks, I will include this.
Do I miss something inside my plugins? I edit one entry and then I call entry.Touch(true); I see the changes, but KeePass doesn't show the blue save icon. It stays gray. What do I need to do to improve this so that KP nows there are changes?
I have attached the DLL. I will post the source and a plgx file later. You can decompile it if you don't trust it. ;)
I've written a plugin which sets "Courier New" on all notes if you are interested.
I fixed it. I wasn't using the event correctly.
Perhaps you can give me an hint. I subscribed to the event with KeePassLib.PwEntry.EntryTouched += GetEventEntryTouched(); but it's only executed once on startup, never when I click on an entry an say "Perform Auto-Type". Did I miss something?
Thanks. I will give it a try. Perhaps you could include an event in the next release.
I've written 2 plugins for KeePass 2.x yet but I feel a bit stupid because I cannot find an event to catch after AutoType was executed. It shouldn't matter if I double click an entry, right click it or select it from the list after I press the hotkey. Can somebody point me into the right direction how to get the event in my plugin?
What disturbs me since a long time: Ditto steals the focus when you open the list of clipboards. ClipX was better in this case. But now I've tested the new Windows Mulitple Clipboard coming with Windows 1809 and the basics are working. The best feature is that when it shows the list of the last clipboard entries, the focus is still in the "textbox" and the cursor is blinking. I have many places where the lost focus disturbs the workflow. So is it somehow possible also for Ditto to not steal the focus?...
You should also check the microcode version of the cpu. So you can compare the values if the same cpu is working and you get errors from different people.
Here you can find the documented hotkeys. https://support.microsoft.com/en-us/help/12445/windows-keyboard-shortcuts I've tried this registry changes https://www.ghacks.net/2015/03/22/how-to-disable-specific-global-hotkeys-in-windows/ but it didn't work for me. Perhaps I have to log off and on again but I cannot log off the next days.
My Ditto hotkey is CTRL+WIN+V. This worked until Win 10 1703. Yesterday I updated to 1709 and Ditto cannot register this hotkey anymore. I read that this hotkey opens now "Open shoulder taps". Do you know what this is and how I can disable it? Is it possible to remap CTRL+WIN+V back to Ditto?
Rarlab fixed a security bug in their extractor. Is 7z affected by this bug?
It is slow and it is even slower with TCATO. When you don't show the selection dialog...
I was wrong. I tested it back to 2.25 and it never worked. It seems with ESC I always...
In earlier versions of KP I could abort the typing of entries when I pressed ESC....
When I modify my selected theme and other settings, the path is saved with an absolut...
I've checked the GUI zip file and it also contains 3 versions. The files in the subfolders...
I downloaded the new version 0.7.73 and there are 3 mediainfo.dll files One in the...
Is it somehow possible to capture a window without borders? Normally I capture them...
Is it somehow possible to capture a window without borders? Normally I capture them...
That explains a lot. Thanks for clarifying and thanks for Greenshot. Great tool.
I capture the window with a right click on the tray icon and "Capture Window". You...
I like Greenshot but I have one problem. I've set the option to preserve transparency...
Yes. KeePass works without problems then.
I've tried it with a title now. Same result. I get the errors.
It doesn't have anything to do with the title. I can also use PStart or other tools...
I don't know which settings are default. I have attached my settings file which gives...
Wrong window size on restore when KP was startet minimized
Assert Failure in KeePass.Util.ClipboardEventChainBlocker.Dispose
5 is not working for me. There must be something else.
Thanks for the tip. I will try this with my Kodak ADF. No option is working so f...
When you click on clear, the default button is "Yes". The default button should be...
After a lot of testing, I figured out when this happens but not why. This happens...
I have KeePass Portable running. I have compiled KeePass myself with some debug code....
I still have this error even I thought it was a one time problem. Everytime this...
No. Not yet. You would need another checkbox to set if this entry should be touched...
I made a small modification. I set expiration time to 6 or 12 months only when it's...
I have finished the plugin now. I will see if it works like I think.
I see no issues. If you enable such an option, you have to save the database. I think...
It would be great if you could automatically set expiration date to now + 6 months...