PPL 2.1.1 update

August 19th, 2009 | Tags: ,

PPL 2.1.1 is in the works as you’ve learned from the previous post. Here are the changes and new features that will be part of it:


- Changed hint for File -> Open menu item.
- Fixed Mobile WM2003 executable creation to use correct rtl file.
- New listbox that lists runtime library files instead of radioboxes. Allow for more runtimes.
- Added Windows Mobile 6 runtime files.
- Executables are now created in a separate folder based on the runtime selected.
- Fixed PCL xml load issue if inherited class was not loaded already.
- Fixed issue with event assignment.
- Fixed Find Definition in code editor to go to correct line.
- Fixed compiler to accept case expression with + signs.
- Fixed compiler case expression between ().
- New Copy and Paste methods in PValue.
- New Cut, Copy, Paste, Undo methods in PEdit.
- New CanUndo, ClearUndos, CharFromPos, FirstVisibleLine, MaxText, Line, LineLength, LineCount,
SelText, SelStart, SelLength, PasswordChar, LineFromChar, LineIndex, ScrollLines, PosFromChar,
CaretInView, ReadOnly properties and methods in PEdit.
- Fixed rename objects on specific property value changes.

We will be releasing a new video very soon that will show you how to create a text editor without typing a single line code, only using visual coding.

Our tecnical writer is working hard on the tutorial book, we hope to have it ready for the release of 2.1.1, if not, we will post it for you all to enjoy.

No comments yet.
You must be logged in to post a comment.
TOP