You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
Yeah my bad, the version i sent you yesterday contained a shortcut CTRL+D linking to a Test() method...
it overrides the scintilla keyboard to duplicate text
This is totally intended.
You can change any plugin's shortcut from the npp menu (you will be able to do it from the application later on). Setting up shortcuts in Npp is a huge pain in the ass, i hook the keyboard events to be able to overwrite default Npp shortcuts. You can still access them, just change the shortcut for the 3P feature.
CTRL+D will never be used by 3P, this is only for a test!!
- Fix several minor bugs (from the auto generated report)
- Fixed lexer to correctly read end of statement again (was broken at the last commit)
- Corrected issues : #32, #29, #33, #27, #36, #35, #32,
- Now correctly handles errors if 3P failed to write in userDefineLang.xml (which would cause 3P to fail loading)
- #41 : adding support for the key word EDITING (code folding + correct block indentation
- #39 : you can now open the main application window from any file (instead of only progress files before)
- missing keyword : "FILE-INFO" as an abbreviation of "FILE-INFORMATION"
- Corrected a bug that caused the plugin to be enable to run normally when the user modified a file from an external editor and then reloaded it in npp
**New features**
Adding a disclaimer in the about page
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Considering a file containing only this:
Select all the file and press CTRL+D.
Two bad behaviors:
The text was updated successfully, but these errors were encountered: