<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 19/03/2019 04:39, Dmitry Boyarintsev
via lazarus wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAMpTZrfJtenAciB+sRYs+67rJaPk-WBPMWGUK38EBhY=T3ao5w@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div dir="ltr">On Mon, Mar 18, 2019 at 10:58 PM Martin Frb via
lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org"
moz-do-not-send="true">lazarus@lists.lazarus-ide.org</a>>
wrote:<br>
</div>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF">
<div class="gmail-m_7599168124147304246moz-cite-prefix">History
back should work after an codetools error. IIRC Ctrl-H,
but I move it to Alt-Cursor-Left.</div>
</div>
</blockquote>
<div><br>
</div>
<div>The first time I hear about that thing. What's "History
point"? how is it defined?</div>
</div>
</div>
<br>
</blockquote>
View menu: jump history<br>
<br>
Everytime you jump to a declaration, method body, ... (and some
others like go to begin/end of file) a point is inserted. (except,
if it is just 1 or 2 lines from where you were).<br>
<br>
You can navigate back and forward on those points.<br>
- mouse buttons 4 and 5 (like in webbrowesrs)<br>
- ctrl-h (IIRC.., I recommand mapping it to alt cursor left/right)<br>
- editor toolbar can provide buttons too<br>
<br>
<br>
The usual way is, that you look up the definition of some identifier
(I mapped "jump to declaration" to alt cursor up), maybe follow it
forward, follow another declaration inside it...., and then jump
back as far as you need.<br>
<br>
</body>
</html>