IDE: fixed compilation

git-svn-id: trunk@32279 -
This commit is contained in:
mattias 2011-09-11 09:09:51 +00:00
parent c70ad135b5
commit 105551e3cb

View File

@ -4899,6 +4899,9 @@ end;
function TSourceEditor.GetOperandFromCaret(const ACaretPos: TPoint): String;
begin
if not CodeToolBoss.GetExpandedOperand(CodeBuffer, ACaretPos.X, ACaretPos.Y,
Result, False)
then
if not CodeToolBoss.ExtractOperand(CodeBuffer, ACaretPos.X, ACaretPos.Y,
Result, False, False, true)
then