diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2024-01-13 22:26:48 +0100 |
---|---|---|
committer | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2024-02-01 13:37:28 +0100 |
commit | 22b5007e2740e1f461968f3c8e919326eb4d4785 (patch) | |
tree | b6960573ca0068e1ca3b4febe45714c83313c1a0 /include/sfx2/sfxsids.hrc | |
parent | 7bcce4180d11f6f49a71f681eeefc556fc2302ba (diff) |
tdf#140004 Toggle comment in the Basic IDE
This patch adds the "toggle comment" functionality to the Basic IDE.
The shortcut Ctrl + Alt + C is used to execute it.
It works similarly to other code editors such as Kate and VSCode.
Change-Id: Ifdae42b3729cc909baf87c729fe8c3cdf6428184
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162005
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Tested-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'include/sfx2/sfxsids.hrc')
-rw-r--r-- | include/sfx2/sfxsids.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index 4c8a080c1b2f..176e500c55b3 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -670,6 +670,7 @@ class SvxZoomItem; #define SID_BASICIDE_WATCH TypedWhichId<SfxBoolItem>( SID_BASICIDE_START + 55 ) #define SID_BASICIDE_STACK TypedWhichId<SfxBoolItem>( SID_BASICIDE_START + 56 ) #define SID_BASICIDE_COLOR_SCHEME_DLG ( SID_BASICIDE_START + 57 ) +#define SID_TOGGLE_COMMENT ( SID_BASICIDE_START + 58 ) #define SID_OPTIONS_TREEDIALOG ( SID_BASICIDE_START + 862) #define SID_OPTIONS_SECURITY ( SID_BASICIDE_START + 863) |