1. What's New
  2. Version 2015.1.0:
  3. New Items
  4. Compiler: Added a TargetARM constant that is set to true when building for ARM devices.
  5. Compiler: The 'StructureAlignment' attribute on a structure can now be set to 0, which indicates that the compiler should perform natural alignment. Natural alignment ensures that the structure will be laid out correctly for a given platform's ABI rules.
  6. IDE: Added a new preference for controlling whether searches and filtering happen immediately or wait until enter/return are pressed.
  7. IDE: Added support for 1024 x 1024 icon size.
  8. Changes
  9. All: Added Parse function to Integer, Double, and Single. This function acts more like Val/CDbl did, in that it's more lenient at parsing and will not raise exceptions.
  10. Compiler: TargetHasGUI, TargetPPC, TargetPowerPC, TargetMacOSClassic, and Target68K have formally be marked as deprecated.
  11. Compiler: The compiler now preserves type information better when dealing with "Integer" and "UInteger". As such, error messages will reflect what the user types instead of "Int32" or "UInt32".
  12. IDE: Added Icons for autocomplete purposes for Auto, Text and Ptr.
  13. IDE: Auto-layout baselines guides now result in baseline constraints.
  14. IDE: Auto-layout baselines guides now result in baseline constraints.
  15. IDE: Certain deprecated items have been removed from file formats and print outs of projects.
  16. IDE: Debugger Viewer now is labelled with "View as " instead of "view".
  17. IDE: It is possible to paste multiline text into the constant editor listbox on Windows and Linux (it already worked on OS X).
  18. IDE: Revised project printing to not repeat the note name, group things better and add in delegates and using clauses.
  19. IDE: The Debugger shows headers for 1D arrays as Row and Value. For 2D arrays it shows row, column and value. For a 2D array sorting by rows puts data in Row / Column order.
  20. IDE: The picture in the debugger view now scrolls as you move the mouse wheel.
  21. IDE: There is now a Project Controls section in the Library for iOS projects.
  22. IDE: Trying to place an instance of a Container Control or EmbeddedWindowControl directly on a window is not permitted. You can no longer drag out a control, like a canvas, change its super to Container Control or EmbeddedWindowControl.
  23. IDE: Updated structures to support natural alignment. This means now you can set the StructureAlignment attribute to 0 to use natural alignment.
  24. IDE: Viewing a window in the debugger shows "Controls" instead of "Contents" in the debugger.
  25. IDE: When you use Run Paused, the Resume toolbar item, resume menu item and pause items will be disabled until such time the app to be debugged has been started and communicated with the IDE.
  26. OS X: ICNS files written use up to date internal image formats (PNGs instead of JPEG 2000) and only use currently documented formats.
  27. PluginSDK: Updated Plugins SDK with new function to handle the Text datatype. Please review the Plugins SDK for details.
  28. SQLiteDatabase: Updated to SQLite 3.8.8.
  29. Web: Removed the "Xojo HTTP Server" header from the list of headers returned for a standalone web app.
  30. Web: Updated standalone HTTP response headers to more closely match existing behavior.
  31. Web: Web Apps no longer request that ChromeFrame be activated if it's installed on the user's computer.