mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-22 15:29:35 +01: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;
|
function TSourceEditor.GetOperandFromCaret(const ACaretPos: TPoint): String;
|
||||||
begin
|
begin
|
||||||
|
if not CodeToolBoss.GetExpandedOperand(CodeBuffer, ACaretPos.X, ACaretPos.Y,
|
||||||
|
Result, False)
|
||||||
|
then
|
||||||
if not CodeToolBoss.ExtractOperand(CodeBuffer, ACaretPos.X, ACaretPos.Y,
|
if not CodeToolBoss.ExtractOperand(CodeBuffer, ACaretPos.X, ACaretPos.Y,
|
||||||
Result, False, False, true)
|
Result, False, False, true)
|
||||||
then
|
then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user