On Mon, 27 Nov 2006, Vincent Snijders wrote:
> Pieter Valentijn schreef: > > I also think lazarus is verry good :-) > > Theres one feature I realy miss working in the IDE that’s the back and > > forward buttons when you used Ctrl+click on a routine and then you can > > go back to that place with the buttons. I use this to inspect code and > > get back to where I left off. > > > > You mean there is no toolbar button for <ctrl>+<h> and <shift>+<ctrl>+<h>? Or > do you mean something else? In delphi, the source editor has 2 arrow buttons in the top-right corner which allows you to navigate through the jump history. I assume this is what is meant. You can easily implement this yourself. There should be a sample IDE add-on which shows how to add a toolbar to the IDE source editor. Michael.
