First of all, congratulations to the Lazarus team.
I've been following the Lazarus project since the early days. And I I'm glad to see that it is becoming a *very powerful* environment.
Over the years I used lots of tools and several IDE and I must say that Lazarus is probably one of the best, if not the best.
Lazarus efficient, light and fast (not on Mac OS, see below) IDE, multiplatform capabilities, ultra fast native binaries and Object Pascal friendly and easy to read code, makes it a formidable tool.
But on Mac OS there are several (near) show stoppers.
I've been using 1.2 RC2 for MacOS Leopard 10.6.8, for several weeks now and I would like to report several bugs I found:
1. The first thing I experienced is that RC2 refused to load. I had to recompile Lazarus with the 'clean all' flag in order to be able to use it.
2. One of the (almost) show stoppers for Lazarus in Mac Os is the terrible slowness of the Source Editor. At least in my dual core MacBook.
I thought that this would be fixed in RC2 but this behavior still exists.
When I select the Source Editor window, the CPU usage of Lazarus jumps to 40%. Scrolling, typing and debugging is very slow and uncomfortable. It is like coding in slow motion

If I select any other window in Lazarus, for example, the Code Explorer, the CPU usage drops to 0. Or if I switch to another application the CPU drops to 0.
3. Also I noticed that 'indent selection' y 'unindent selection' do not work.
That's it for now.
Thanks again and keep up the good work!

Hoch.