. New Open Scripts Folder menu item.
. New Open Project Folder menu item.
. Now it remembers the Project Manager and Group Manager positions and widths.
. Mew image edition capabilities, by the moment it provides basic pixel edition with a color picker popup.
. New image wizard, which asks for image name, width and height.
. New multiple external Emulators Management.
. New New option in the popup menus of Sources and Resources to add a brand new file to project.
. New Stop Building menu item in Project menu, accesible also via the Ctrl+F2 shortcut.
. New Portable mode. If the IDE detects the file 'portable' (yes, without extension, and it can be empty or not, it doesnt matters) in the application directory (the same where the mp3IDE.exe is located), then it will work in Portable mode, that means it will store configuration files in the application directory. This allows you to put MidletPascal in a pen drive or other removeable device and work from there. Also under WINE MP will work in this mode, and this is for compatibility since old versions of WINE do not handle My Documents and other special folders correctly.
. New synchronized scroll in the code viewers of the History's Difference tab.
. New Open File at Cursor feature accesible via Ctrl+Enter keystroke. Just like in Delphi.
. New Rollback to This Version feature in History's Contents tab. It will overwrite the current source file (in disk and in editor's buffer) with the selected historical version, and will drop the "newer" versions of the file kept in the History subdirectory.
. New Send to Buffer feature in History's Contents tab. It will overwrite the current editor's buffer with the selected historical version.
. New Demos folder in the installation directory. Currently only contains two simple demos: one called xyGridDemo, that shows, amongst other things, the Include Directive ($I) usage; and other called RGBToCMYKDemo, that shows how to share code with other pascal compilers, this time with FreePascal using a Lazarus .lpi file.
Partager