WaE: /* inside //
This commit is contained in:
parent
24ab72b31e
commit
10039e6e23
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ void SmCursor::DeletePrev(OutputDevice* pDev){
|
|||
nLineOffset != 0 &&
|
||||
pLine->GetType() == NEXPRESSION &&
|
||||
pLine->GetNumSubNodes() == 0){
|
||||
//There's a (sub/super/*) script we can delete
|
||||
//There's a (sub/super) script we can delete
|
||||
//Consider selecting the entire script if GetNumSubNodes() != 0 or pLine->GetType() != NEXPRESSION
|
||||
//TODO: Handle case where we delete a limit
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue