Page 1 of 1

08-19-2005, new version out!

PostPosted: Aug 19, 2005 @ 4:53pm
by kornalius
It's been a while since the last update. I started to work back on PPL this week and I have managed to clear a few issues and add new features.

Fixes:

- Char() and Wide() functions are now working correctly.
- Char() and Wide() functions don't do the processing again if the strings are already in the needed format.
- Fixed a bug with the performance counter being reset to zero at odd times in the main game loop.
- PIDE, the function window doesn't reset the search results on activation anymore.
- Faster api calls.
- Fixed Common.ppl library, lots of defines were not done properly for WinCE.

New features:

- PIDE, Find in files... option added to the search menu.
- New Copy() function to copy current list element to another list element.
- IsWide() function to check whether a string is a widechar format.
- ApiChar() function to make sure the string will match the target os requirements for a future api call.
- Updated Visual Form Builder (still in beta).
- Updated PPL Editor (still in beta).