mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3557 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
9ab602a7b7
@ -33,13 +33,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.807.(build_#) (2021-08-07)
|
||||
Current BETA/RC Version 5.21.809.(build_#) (2021-08-09)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.809.1]- Configure app to open hyperlink (instead of default browser).
|
||||
[.805.1]- File URL forced to open in new window by (Ctrl+Alt+Click).
|
||||
[.805.1]- File change notification, if removed current file is recreated.
|
||||
[.805.1]- Allow definition of line number for file:/// URL (separator is ':' ).
|
||||
|
||||
15
Readme.md
15
Readme.md
@ -456,9 +456,22 @@ New parameter "[Settings2] ExitOnESCSkipLevel = 2"
|
||||
|
||||
#### `DarkModeTxtColor=0xEFEFEF`
|
||||
|
||||
#### `HyperlinkShellExURLWithApp=""`
|
||||
|
||||
- If not defined or empty the default behavior on `Ctrl+Click` URL is done:
|
||||
- The URL-String is send to OS via ShellExecute(), which will try open the URL using the registered protocol (e.g. http:// or file://) - in most cases the default browser resp. the file, if extension is known.
|
||||
- If defined, e.g. "`D:\PortableApps\GoogleChromePortable\GoogleChromePortable.exe`", this application will be started on `Ctrl+Click`.
|
||||
|
||||
#### `HyperlinkShellExURLCmdLnArgs="${URL}"`
|
||||
|
||||
- (use ${URL} as place holder for clicked Hyperlink URL string)
|
||||
- Defining the argument/parameter string for the above application (only taken into account if `HyperlinkShellExURLWithApp` is defined).
|
||||
- If not defined, empty or set to "${URL}", the argument for the app will be the URL-String clicked.
|
||||
You can specify more command line parameter for the app here. The token `${URL}` within the string will be replaced by the URL-String clicked. E.g. `HyperlinkShellExURLCmdLnArgs="--incognito "${URL}""` will start the Chrome-Browser (see `HyperlinkShellExURLWithApp`) in "incognito mode" trying to open the clicked URL.
|
||||
|
||||
#### `HyperlinkFileProtocolVerb=""`
|
||||
|
||||
- `(ShellExecuteEx()::lpVerb` (""=default, "edit", "explore", "find", "open", "print", "properties", "runas")`
|
||||
- `ShellExecuteEx()::lpVerb (""=default, "edit", "explore", "find", "open", "print", "properties", "runas")`
|
||||
|
||||
|
||||
## **`[Statusbar Settings]`**
|
||||
|
||||
@ -1 +1 @@
|
||||
807
|
||||
809
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.807.1"
|
||||
version="5.21.809.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 807
|
||||
#define VERSION_REV 809
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 511
|
||||
#define LEXILLA_VER 511
|
||||
|
||||
Loading…
Reference in New Issue
Block a user