File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11// This file is part of Notepad++ project
2- // Copyright (C)2024 Don HO <don.h@free.fr>
2+ // Copyright (C)2025 Don HO <don.h@free.fr>
33
44// This program is free software: you can redistribute it and/or modify
55// it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 594594
595595
596596#define IDM_SETTING (IDM + 8000)
597- // #define IDM_SETTING_TAB_SIZE (IDM_SETTING + 1)
598- // #define IDM_SETTING_TAB_REPLACESPACE (IDM_SETTING + 2)
599- // #define IDM_SETTING_HISTORY_SIZE (IDM_SETTING + 3)
600- // #define IDM_SETTING_EDGE_SIZE (IDM_SETTING + 4)
597+ // #define IDM_SETTING_TAB_SIZE (IDM_SETTING + 1)
598+ // #define IDM_SETTING_TAB_REPLACESPACE (IDM_SETTING + 2)
599+ // #define IDM_SETTING_HISTORY_SIZE (IDM_SETTING + 3)
600+ // #define IDM_SETTING_EDGE_SIZE (IDM_SETTING + 4)
601601 #define IDM_SETTING_IMPORTPLUGIN (IDM_SETTING + 5)
602602 #define IDM_SETTING_IMPORTSTYLETHEMES (IDM_SETTING + 6)
603603 #define IDM_SETTING_TRAYICON (IDM_SETTING + 8)
You can’t perform that action at this time.
0 commit comments