Alt+J improved - corrected behaviour with multiline definition, adds appropriate number of tabs

git-svn-id: svn://ultimatepp.org/upp/trunk@481 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-09-24 21:06:43 +00:00
parent 108d40beb9
commit 8e0d44a97a

View file

@ -703,7 +703,8 @@ void RichQtfParser::Parse(const char *qtf, byte _accesskey)
}
break;
case 't':
format.tabsize = ReadNumber();
if(IsDigit(*term)) //temporary fix... :(
format.tabsize = ReadNumber();
break;
case '~': {
if(Key('~'))