[Lazarus] IDE: how navigation in block works?
Martin
lazarus at mfriebe.de
Thu Apr 11 19:01:26 CEST 2013
On 11/04/2013 17:03, Lubos Pintes wrote:
> Hi,
> How and when Ctrl+Q, K works?
> It seems to me that it does nothing. Contrary to Ctrl+Q, B.
Note that in 1.1 (trunk) this key combo is broken:
http://bugs.freepascal.org/view.php?id=24008
But the feature can be used by changing either of the conflicting
settings (or once the bug is fixed)
Ctrl+Q, K works, if the caret is on an "begin" keyword (or other block
opening keyword). In that case it jumps to the "end"
Ctrl+Q, B. works anywhere inside the block
Ctrl+Q, K only on the opening
More information about the Lazarus
mailing list