Hello danilos and welcome,
I am not sure if anyone is interested but, as a learning exercise, I am attempting to develop an IDE for the Amiga with Lazarus.
Fresh input is always encouraged, especially when it concerns two of my favourite hobby's
I have to admit it has been a very very long time since I have used the Amiga and Pascal (and never used Lazarus before) so perhaps I have my hopes a bit too high.
It might perhaps a bit daunting when you never used Lazarus before, and for two reasons:
1 - Although a perfect tool to design applications with, Lazarus has a bit of a steep learning curve for newcomers. It can help if you have experience with developing applications with Delphi.
2 - Not all components that accompany Lazarus are available for Amiga/Lazarus
and there is actually a 3th reason, namely that classic Amiga systems are very restricted with regards to the hardware. Having said that, if you use emulation then this should not be much of a problem (or using nextgen amiga hardware).
The IDE could also be converted to develop for other languages not just pascal, pascal is the language i find easier to program with on the Amiga. For the time being the IDE can edit a file, and compile it. I have included some screen shots of the IDE, it's still all very rudimentary and only 0.1% of the features are implemented.
Perhaps you can have a look at ALB42's Edisyn editor (see
https://blog.alb42.de/programs/edisyn/ ) to see how we tried to get some sort of an ide going (sources are available on github).
The exe is for some reasons quite big, it's about 43MB for Windows and 6.5MB when zipped, but I can share it if anyone is interested. Don't expect too much for the moment is just a learning experiment.
Yes, Lazarus really generates humungous sized executables by default.... poor Amiga...

You are able to win at least more than half the battle when debug information is turned off. An executable can also be stripped from unnecessary stuff that is not required to run an executable.
I just would like some feedback if it's worthwhile working on it.
I really would like to give you some detailed feedback but i am a bit swamped at the moment.
I do not know if you are familiar with IRC but at freenode #aros you are usually able to find me or (at least) ALB in case you need some help. It can sometimes be that we are busy so in such a case just stick by until you get a response.
Personally i do not have specific experience with ALB42's cross development setup, as i use my own but in the basics it is similar.
(edit: typos removed)