mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +02:00
Added ToggleCommentAlt as Toggle comments alternate style under Settings/Editor
This commit is contained in:
parent
b3cf28f500
commit
20261f5d0d
3 changed files with 5 additions and 1 deletions
|
@ -2162,6 +2162,8 @@ namespace IDE.ui
|
|||
|
||||
public bool ToggleComment(bool? doComment = null)
|
||||
{
|
||||
if (gApp.mSettings.mEditorSettings.mToggleCommentAlt) return ToggleCommentAlt(doComment);
|
||||
|
||||
if (CheckReadOnly())
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue