[Lazarus] Format code on Save
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Thu Feb 23 10:19:50 CET 2017
On 2017-02-23 09:08, Mattias Gaertner via Lazarus wrote:
>> Also, what does the AddHandlerOnSaveEditorFile()'s "AtLast" parameter
>> mean and do?
>
> Prepend or append to the list of handlers.
Ah, thank. That would come in handy if the IDE Options ever have a GUI
to manage such actions. eg: Eclipse has that, and that is also where I
saw this feature (format code on save).
> You set a non var parameter? Think again.
Ah, too many late nights. Thanks for that pointer.
Adding the following to the beginning of my event handler solves the
problem.
if SaveStep = sefsAfterWrite then
Exit;
Thanks for all your help.
Regards,
Graeme
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
My public PGP key: http://tinyurl.com/graeme-pgp
More information about the Lazarus
mailing list