Les versions se succèdent à un rythme élevé
Développé sur SourceForge, le nouveau compilateur MIDlet Pascal open source permet de créer des applications pour mobiles, en traduisant le source Pascal en bytecode Java MicroEdition (J2ME).
Après la sortie de la version 3.1 finale, la version 3.2 est déjà en construction.
Quelques points sur la version MIDletPascal 3.2 ALPHA
http://sourceforge.net/projects/midletpascal/
*IDE NEW FEATURES*
. Added Ruler at the top of the Code Editor.
. Added Edit\Comment Selected Text (Ctrl+K) menu item.
. Added Edit\Comment Selected Lines (Cltr+/, like in Delphi) menu item.
. Added Settings\Set Default Project Location... menu item. So you can change the C:\NewProject folder at will.
. Added Project\Open Folder\Open Classes Folder menu item. Useful when using Compile Current File.
. Added Skin support. Find the available skins in the View\Skins menu.
. Added the Unlock button to the read only source file information bar.
. Added French translation. Thanks to François Jouen!
*IDE CHANGES*
. The group and project persistence backend has been changed from MSXML to JclSimpleXml due to problems with a new xml document creation under WINE. The WINE distro has MSXML 3.0 installed and it seemed to me better to quit using MSXML and forget about the version stuff, so many months ago I decided to replace that implementation but didn't had the time to do it until now.
. Fixed several small bugs in the New Project and New Group dialogs (displaying wrong friendly name for inexistent directories, non working browse for folder in W9x/ME, etc).
*COMPILER NEW FEATURES*
. Added exit keyword support.
. Added C-style /* */ multiline comments support. Very useful when porting source code from a C-family language.
Qu'en pensez-vous ?
Avez-vous déjà testé MIDlet Pascal ?
Qu'utilisez-vous pour développer vos applications pour mobiles ?