codetools: fixed TPascalParserTool.ExtractNextAtom adding space between words

git-svn-id: trunk@30695 -
This commit is contained in:
mattias 2011-05-12 16:33:47 +00:00
parent 7cd017040a
commit 1b7397b2a3

View File

@ -4487,7 +4487,7 @@ begin
// -> check if a space must be inserted
if AddAtom
and ( ((phpCommentsToSpace in Attr) and (CurPos.StartPos>LastAtomEndPos))
or ((CurPos.StartPos<=SrcLen) and (IsIdentStartChar[Src[CurPos.StartPos]])
or ((CurPos.StartPos<=SrcLen) and (IsIdentChar[Src[CurPos.StartPos]])
and ExtractStreamEndIsIdentChar)
)
then begin