Skip to content

Commit dc44f52

Browse files
author
ProgerXP
committed
Removed useless files, renamed license so GitHub picks it up, minor readme chances
1 parent 55ff7a9 commit dc44f52

File tree

3 files changed

+21
-34
lines changed

3 files changed

+21
-34
lines changed

License.txt renamed to LICENSE

File renamed without changes.

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ For those of you who are unfamiliar with *Notepad2*:
1414
1515
Some folks use it to replace the standard `Notepad.exe` of Windows. It knows about permissions and will use user-specific INI file if it cannot write INI in the EXE's directory.
1616

17+
**License:** *Notepad2* uses 3-clause BSD license. *Notepad 2e* follows the same license.
18+
1719
## Extended Edition Changes
1820
The `[NEW]` mark indicates a new major feature introduced by *Notepad 2e*. Items without this mark are changes (or minor features added) compared to the original *Notepad2*.
1921

@@ -409,6 +411,25 @@ These flags affect how the menu looks like and which commands are available; it'
409411
* `ShellMenuType=16`
410412
* `ShellMenuType=4`
411413

414+
Bit | Type
415+
----|-----
416+
NORMAL | 0x00000000
417+
DEFAULTONLY | 0x00000001
418+
VERBSONLY | 0x00000002
419+
EXPLORE | 0x00000004
420+
NOVERBS | 0x00000008
421+
CANRENAME | 0x00000010
422+
NODEFAULT | 0x00000020
423+
INCLUDESTATIC | 0x00000040
424+
ITEMMENU | 0x00000080
425+
EXTENDEDVERBS | 0x00000100
426+
DISABLEDVERBS | 0x00000200
427+
ASYNCVERBSTATE | 0x00000400
428+
OPTIMIZEFORINVOKE | 0x00000800
429+
SYNCCASCADEMENU | 0x00001000
430+
DONOTPICKDEFAULT | 0x00002000
431+
RESERVED | 0xffff0000
432+
412433
### WheelScroll
413434

414435
Type | Default | Set By UI

bin/Notepad2e_readme.txt

-34
This file was deleted.

0 commit comments

Comments
 (0)