mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
New nullable support
This commit is contained in:
parent
59233cc996
commit
88adb3a1cd
16 changed files with 963 additions and 143 deletions
|
@ -1997,7 +1997,7 @@ namespace IDE.ui
|
|||
|
||||
public bool ToggleComment()
|
||||
{
|
||||
if (HasSelection())
|
||||
if ((HasSelection()) && (mSelection.Value.Length > 1))
|
||||
{
|
||||
var startLineAndCol = CursorLineAndColumn ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue