- Following construct is not correct intendet: if (abc){ action } else { action }
Correct would be:
if (abc){ action } else { action }
- The cursor has the wrong position after the action (begin of the doc)
Logged In: YES user_id=1245734 Originator: YES
To prevent sourceforge to reformat the description: Following construct is not correct intendet: if (abc){ ___action ___} else { ___action }
if (abc){ ___action } else { ___action }
Fixed in repository
Log in to post a comment.
Logged In: YES
user_id=1245734
Originator: YES
To prevent sourceforge to reformat the description:
Following construct is not correct intendet:
if (abc){
___action
___} else {
___action
}
Correct would be:
if (abc){
___action
} else {
___action
}
Logged In: YES
user_id=1245734
Originator: YES
Fixed in repository