PDA

View Full Version : Lazarus 0.9.16



WILL
31-05-2006, 09:06 AM
There is a new version of the Lazarus IDE for Free Pascal now available. Lazarus 0.9.16 has many bugfixes and a few new features. One of the most notable changes is the IDE Online Help feature that was first introduced back in 0.9.14 that is now online with about 50% of the IDE's documented help pages published. The full help pages are expected within the next few days.

The rest is mostly fixes and enhancements to aspects of the menu layouts and Qt interface, new features in the Source Editor and the LCL object library. A full list of the changes is available here (http://www.lazarus.freepascal.org/modules.php?op=modload&name=News&file=article&sid=119&mode=thread&order=0&thold=0).


Some of the improvements include but are not limited to:
IDE Online Help
Qt Interface
New IDE Menu Items
Source Editor
Win32 Interface.

Lazarus is available at Lazarus.freepascal.org (http://www.lazarus.freepascal.org/)!

WILL
17-06-2006, 10:31 AM
Any Laz gurus here that know what The 'Start Page' in the Online Help configuration under that 'Databases' tab is supposed to actually link to? I installed 0.9.16 over 0.9.14 and it seems that it breaks the Online Help by doing that.

Don't know what I'm talking about?: On the IDE's main menu, click on Help -> Configure Help. Then click on the Databases tab. When I click on the 'Online Help' menu item instead it give me an error about not finding an index file inside Lazarus' docs folder. :think:

Well it's either that or the Laz team is slipping and did not setup the package properly. :P *tisk tisk* :)

savage
25-09-2006, 12:35 PM
From the Lazarus news page...

With FPC and Lazarus from svn from today ( 24th of September ), it is possible to build a native and working lazarus for Win x64.

WILL
25-09-2006, 03:28 PM
Very nice! :)

I wonder what other platforms will be supported within the IDE. PocketPC and Palm are ones that I'm sure lots of users will like to see.

I'd be happy to see the GBA platform myself though. ;)

dmantione
25-09-2006, 04:01 PM
Very nice! :)
I'd be happy to see the GBA platform myself though. ;)

A GUI on a GBA?! :shock:

WILL
25-09-2006, 04:41 PM
:o Shame on you Daniel. Everyone knows you don't have to make a VCL or LCL application with either Delphi or Lazarus. :P

In fact I use Lazarus for ALL my projects now. (when I have time to work on the poor neglected things) It's the IDE that encourages me me use it not the Forms.

:idea: One thing I think it missing from the IDE is; When you create a new project, you should be able to pre-target it to what kind of app/console program you want it to be. ie add a small wizard or pre-config window for newly created projects through the 'New...' function in the menu/quick button.

Or the ability to load/save project templates. :idea:

JernejL
25-09-2006, 06:47 PM
this is nice, altrough some ide fixes (and docking!!) would be much needed in the ide.

dmantione
25-09-2006, 07:49 PM
:o Shame on you Daniel. Everyone knows you don't have to make a VCL or LCL application with either Delphi or Lazarus. :P


I am not pointing at non-VCL apps. Developing a TUI app in Lazarus or Delphi makes a lot of sense since you still use the IDE for anything except the form designer. For GBA projects the point of a Lazarus IDE is almost non existant, since all it basically provides is an editor with syntax highlighting.

The only way to make a usefull GBA IDE is functionality that emulates a GBA inside the IDE, so you can debug. I think that will remain a dream for the time being :)

Legolas
25-09-2006, 08:08 PM
The only way to make a usefull GBA IDE is functionality that emulates a GBA inside the IDE, so you can debug. I think that will remain a dream for the time being :)

Uhm... maybe it could be possible to make an add-on for gdb remote debugging. :idea:

WILL
25-09-2006, 09:03 PM
Well interface is important in a way, though not vital.

BTW what is TUI supposed to stand for? :)

I think that the debugging is a HUGE thing. I make mistakes sometimes just to test that I'm right in doing something a specific way. I also make extensive use of being able to step through lines of my code as I do the more complex routines in my games/libraries. So if GBA developers could debug their games, that'd be a big deal for them.


Legolas: What do you mean by "remote debugging" btw?

Legolas
25-09-2006, 09:21 PM
Legolas: What do you mean by "remote debugging" btw?

Visualboy Advance is capable to act like a real hardware linked to a pc via tcp connection. GDB should be capable to get debug infos from a tcp port, so I suppose that should be possible to mix both things :)