Make starmath german-comment-free.
Change-Id: I48b5c6afe861704abe978cb07ecd9df6e39d7b7c
This commit is contained in:
parent
a211c75400
commit
4cd629645c
@ -310,7 +310,7 @@ class Parser:
|
|||||||
"smoketest" : 1,
|
"smoketest" : 1,
|
||||||
"solenv" : 1,
|
"solenv" : 1,
|
||||||
"soltools" : 1,
|
"soltools" : 1,
|
||||||
"starmath" : 0, # - 1 line !
|
"starmath" : 1,
|
||||||
"stoc" : 0, #
|
"stoc" : 0, #
|
||||||
"store" : 1,
|
"store" : 1,
|
||||||
"svgio" : 1,
|
"svgio" : 1,
|
||||||
|
@ -1295,7 +1295,7 @@ void SmParser::Blank()
|
|||||||
NextToken();
|
NextToken();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Blanks am Zeilenende ignorieren wenn die entsprechende Option gesetzt ist
|
// Ignore trailing spaces, if corresponding option is set
|
||||||
if ( m_aCurToken.eType == TNEWLINE ||
|
if ( m_aCurToken.eType == TNEWLINE ||
|
||||||
(m_aCurToken.eType == TEND && SM_MOD()->GetConfig()->IsIgnoreSpacesRight()) )
|
(m_aCurToken.eType == TEND && SM_MOD()->GetConfig()->IsIgnoreSpacesRight()) )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user