mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 07:14:09 +02:00
Comment Selection name change
This commit is contained in:
parent
dc1a7f9cbb
commit
2735238634
3 changed files with 4 additions and 5 deletions
|
@ -2446,7 +2446,7 @@ namespace IDE
|
|||
}
|
||||
|
||||
[IDECommand]
|
||||
void CommentSelection()
|
||||
void CommentToggle()
|
||||
{
|
||||
var sewc = GetActiveSourceEditWidgetContent();
|
||||
if (sewc != null)
|
||||
|
@ -5409,7 +5409,7 @@ namespace IDE
|
|||
AddMenuItem(advancedEditMenu, "Make Lowercase", "Make Lowercase");
|
||||
AddMenuItem(advancedEditMenu, "Comment Block", "Comment Block");
|
||||
AddMenuItem(advancedEditMenu, "Comment Lines", "Comment Lines");
|
||||
AddMenuItem(advancedEditMenu, "Comment Selection", "Comment Selection");
|
||||
AddMenuItem(advancedEditMenu, "Comment Toggle", "Comment Toggle");
|
||||
AddMenuItem(advancedEditMenu, "Uncomment Selection", "Uncomment Selection");
|
||||
AddMenuItem(advancedEditMenu, "Reformat Document", "Reformat Document");
|
||||
mViewWhiteSpace.mMenu = AddMenuItem(advancedEditMenu, "View White Space", "View White Space", null, null, true, mViewWhiteSpace.Bool ? 1 : 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue