mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 11:22:16 +02:00
IDE: fixed compilation
git-svn-id: trunk@32279 -
This commit is contained in:
parent
c70ad135b5
commit
105551e3cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user