From 57633249ab9fa334d08b251a97673bee4cd90410 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Tue, 28 Oct 2014 22:09:55 +0000 Subject: [PATCH] [NEW] Add C# in Function List. [BUG_FIXED] Add "Block Uncomment" command in the Shortcut Mapper. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1281 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/src/Parameters.cpp | 1 + PowerEditor/src/functionList.xml | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/PowerEditor/src/Parameters.cpp b/PowerEditor/src/Parameters.cpp index 33f73324..dce97bef 100644 --- a/PowerEditor/src/Parameters.cpp +++ b/PowerEditor/src/Parameters.cpp @@ -118,6 +118,7 @@ WinMenuKeyDefinition winKeyDefs[] = { {VK_K, IDM_EDIT_BLOCK_COMMENT_SET, true, false, false, NULL}, {VK_K, IDM_EDIT_BLOCK_UNCOMMENT, true, false, true, NULL}, {VK_Q, IDM_EDIT_STREAM_COMMENT, true, false, true, NULL}, + {VK_NULL, IDM_EDIT_STREAM_UNCOMMENT, false, false, false, NULL}, {VK_SPACE, IDM_EDIT_AUTOCOMPLETE, true, false, false, NULL}, {VK_SPACE, IDM_EDIT_AUTOCOMPLETE_PATH, true, true, false, NULL}, {VK_RETURN, IDM_EDIT_AUTOCOMPLETE_CURRENTFILE, true, false, false, NULL}, diff --git a/PowerEditor/src/functionList.xml b/PowerEditor/src/functionList.xml index ced18a2e..2886f00c 100644 --- a/PowerEditor/src/functionList.xml +++ b/PowerEditor/src/functionList.xml @@ -21,6 +21,7 @@ http://notepad-plus-plus.org/features/function-list.html + @@ -231,6 +232,28 @@ http://notepad-plus-plus.org/features/function-list.html + + + + + + + + + + + + + + + + +