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 + + + + + + + + + + + + + + + + +