mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +02:00
IDE: always add a jump point in DoJumpToOtherProcedureSection (Ctrl+Shift+Up/Down).
git-svn-id: trunk@54151 -
This commit is contained in:
parent
e25135a833
commit
10d7555bc9
@ -9725,8 +9725,7 @@ begin
|
||||
if CodeToolBoss.JumpToMethod(ActiveUnitInfo.Source,
|
||||
LogCaret.X,LogCaret.Y,NewSource,NewX,NewY,NewTopLine,RevertableJump) then
|
||||
begin
|
||||
Flags := [jfFocusEditor];
|
||||
if not RevertableJump then include(Flags, jfAddJumpPoint);
|
||||
Flags := [jfFocusEditor, jfAddJumpPoint];
|
||||
DoJumpToCodePosition(ActiveSrcEdit, ActiveUnitInfo,
|
||||
NewSource, NewX, NewY, NewTopLine, Flags);
|
||||
end else begin
|
||||
|
Loading…
Reference in New Issue
Block a user