mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-29 16:54:43 +02:00
Renumber Notepad++ marks for preparing Scintilla 5.3.0's integration
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12045#issuecomment-1229195785
This commit is contained in:
parent
6322562cf8
commit
9455684b42
@ -113,13 +113,11 @@ const UCHAR BASE_08 = 0x02; // Oct
|
||||
const UCHAR BASE_02 = 0x03; // Bin
|
||||
|
||||
|
||||
const int MARK_BOOKMARK = 24;
|
||||
const int MARK_HIDELINESBEGIN = 23;
|
||||
const int MARK_HIDELINESEND = 22;
|
||||
const int MARK_HIDELINESUNDERLINE = 21;
|
||||
//const int MARK_LINEMODIFIEDUNSAVED = 20;
|
||||
//const int MARK_LINEMODIFIEDSAVED = 19;
|
||||
// 24 - 16 reserved for Notepad++ internal used
|
||||
const int MARK_BOOKMARK = 20;
|
||||
const int MARK_HIDELINESBEGIN = 19;
|
||||
const int MARK_HIDELINESEND = 18;
|
||||
const int MARK_HIDELINESUNDERLINE = 17;
|
||||
// 20 - 16 reserved for Notepad++ internal used
|
||||
// 15 - 0 are free to use for plugins
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user