mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 22:15:55 +02:00
added function to find resource directives
git-svn-id: trunk@8692 -
This commit is contained in:
parent
8ff7a29054
commit
1030c5e2fd
@ -2027,8 +2027,8 @@ begin
|
||||
DebugLn('TCodeToolManager.FindResourceDirective A ',Code.Filename);
|
||||
{$ENDIF}
|
||||
if not InitCurCodeTool(Code) then exit;
|
||||
CursorPos.X:=X;
|
||||
CursorPos.Y:=Y;
|
||||
CursorPos.X:=StartX;
|
||||
CursorPos.Y:=StartY;
|
||||
CursorPos.Code:=Code;
|
||||
try
|
||||
Result:=FCurCodeTool.FindResourceDirective(CursorPos,NewPos,NewTopLine);
|
||||
|
Loading…
Reference in New Issue
Block a user