Here is a small annoying, IDE related issue.
Lazarus 4.4.
My user interface is German.
What I know by sure, I translate to English
Do this
- Menu
- Datei (=file? the very left one)
- neue Unit (=new unit)
The new unit opens by the name of "unit1"
- give the unit your own name, let us say "unit_test"
- save the unit and accept the suggestion of unit_test.pas as name
Try to compile.
==> Will not work.
REASON:
The myproject.lpr has saved "Unit1" and cannot find it any more.
==> just delete the word ",unit1" and everything works fine.
This small thing is not much to work around, but somehow not necessary in such a gorgous software as Lazarus.
Not to forget:
A warm thank you to all developers for your great work!