*IDE NEW FEATURES*
. Added Open Libs Folder in Project\Open Folder menu.
. Now a no-longer-existent project from the recents can be renamed or deleted when trying to open it.
. Added Side Bar.
. Added Environment Variables edition via Settings\Set Environment Variables... menu. Useful when setting up emulators.
. Added the Apply button to the Code Editor Styles edition dialog.
. Defined the MIDLETPASCAL34 conditional.
*IDE CHANGES*
. Updated to last version of UPX (3.07).
. Enabled the NeverSleepOnThreadContention flag of FastMM (4.97).
. Added depedency to IcoJoy's Free Icons (
http://www.icojoy.com/blogs/3/).
. Fixed a little bug in menu refresh on skin selection.
. Now the Code Editor Styles dialog is resizable and has the current style selected by default.
*COMPILER NEW FEATURES*
. Added Project Library Directory support. This allows you to add Libs locally, relative to the project, instead of adding them in the Global Libs directory. Useful when you have many versions of the same library for different projects (ex. for Internationalization purposes) and also for an easier backup process.
. Updated the bytecode parser to the implementation of Artem's MPC.011.SIMPLE.
. Added bytecode keyword support. Now you can start inlining a block of bytecode without "inline()" but using a "bytecode/end" approach like in Delphi or FreePascal you use "asm/end".
. Added ushr/>>> shift operator support. Useful for unsigned values.
Partager