[Lazarus] How can I see what has changed in my project?

Aurimenes Apolonio aurimenes at gmail.com
Thu Aug 1 13:23:05 CEST 2019


You may not have made any changes in your source code. If you just open any
saved form and move it (by dragging its title bar and droping elsewhere),
the * will be added to the form's name tab, because you changed something:
the form position. The same will happen if you move some non-visual
components in the form.

You could try this: Go to your folder, select both .pas and .lfm files and
copy/paste them. Then go back to Lazaurs, save the "changed" file and
compare them using some merging tool like Winmerge.

*Aurimenes Apolônio Silva*
Desenvolvedor de Software
Fones: (81) 99935-9066 / 4101-5689


Em qui, 1 de ago de 2019 às 03:44, Bo Berglund via lazarus <
lazarus at lists.lazarus-ide.org> escreveu:

> I have Lazarus 2.0.2 from 2019-04-13 x86_64-win64-win32/win64 (from
> help/about) on a Windows 7 x64 laptop.
>
> I have opened a project I worked on a few weeks ago in order to check
> some implementation detail, then left it sitting untouched for a few
> days. As far as I can recall there was no changes made in this
> session.
>
> But now Lazarus shows that the FormMain unit (with the main form) has
> changed (an * before the name onthe tab and the save buttons enabled).
>
> How can I find out what Lazarus thinks has changed????
>
> I believe nothing was changed, but still Lazarus signals a change.
> I have scrolled the source and there is no indication in the left edge
> of any change.
>
> I don't want to save an unknown change but if I just forgot what it
> was I also do not want to lose a bona-fide edit.
> All files on disk are dated July 5 or older.
>
>
> --
> Bo Berglund
> Developer in Sweden
>
> --
> _______________________________________________
> lazarus mailing list
> lazarus at lists.lazarus-ide.org
> https://lists.lazarus-ide.org/listinfo/lazarus
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20190801/f43554d4/attachment.html>


More information about the lazarus mailing list