bionbird.blogg.se

Purebasic window outer size
Purebasic window outer size













  1. #Purebasic window outer size full#
  2. #Purebasic window outer size code#
  3. #Purebasic window outer size mac#

Added support for structured items in the 'View Array/List/Map' tab of the Variable Viewer - Changed: The Array, List or Map name in the Variable viewer should be entered with a "()" now to display their elements.

purebasic window outer size

Added maximize button to Variable-, Memory-, Library Viewer and Callstack Added data breakpoints for the debugger Added network debugging for the standalone debugger

#Purebasic window outer size full#

Added full debugger compatibility between all OS and processors Added the ability to select multiple compilers in the compiler options Added indentation guides and whitespace options Added "Format indentation" option in the edit menu Added Keyword sensitive indentation (block mode is still available) Added StatusBar help for prototypes and interfaces Added Keyword underline for Break, Continue, ProcedureReturn

#Purebasic window outer size code#

Added 'Debugger' Library to control some debugger actions from code IDE/Debugger: Added many more Math functions: Exp(), ATan2(), Radian(), Degree(), CosH(), SinH(), TanH(), IsNaN(), IsInfinity(), NaN(), Infinity() Added CryptRandom(), CryptRandomData(), OpenCryptRandom(), CloseCryptRandom() commands Added large file support to File lib on Linux/OSX Added graphical console functions to linux

#Purebasic window outer size mac#

Added image support for the ComboBoxGadget command (not supported for editable ComboBox on Mac OSX) Added #PB_2DDrawing_AllChannels mode for DrawingMode() (modifies all channels without blending)

purebasic window outer size

Added RoundRect() command to the 2DDrawing library Added 32bit support to BMP image encoder Added 32bit support to TGA image decoder Added #PB_Image_Transparent flag for CreateImage() Added ImageDepth() flag to get the original or current image depth Added Depth parameter to SaveImages() (default is the original depth when the image was loaded) Changed: The Image library now keeps images only in 24bit or 32bit (loading and saving works with other bit depths) Added CopyStructure() and InitializeStructure() commands Added FreeList(), FreeMap(), FreeArray() commands Added CopyList(), CopyMap(), CopyArray() commands

purebasic window outer size

The feature list: PureBasic 4.50 Beta 1 - Added support for Array, List, Map inside structures The other languages will follow in the final release. The english help file has already been updated with all documentation for these new features. It is described in detail here: įurthermore, the already discussed network support and data breakpoints are now available. As this requires support from the compiler, it has to be activated in the compiler options to be available in the debugger. It adds special 'cookie' values around variables, strings and allocated memory blocks to detect when the program accidentally writes past its intended target buffer. There is a brand new 'Purifier' tool in the debugger. Furthermore, some longer requested options like keyword sensitive indentation and indent guides have been added. It also allows to easily build and debug 32bit and 64bit applications from one IDE. The ability to select the used compiler in the compiler options allows to easily switch between different versions from the same IDE. Images can still be loaded (and now also saved) at lower bit depth, so you can still work with them if you need to. The library now stores images internally only in 24bit or 32bit format which makes things a lot simpler. Support for images with a palette was Windows-only anyway and had quite a number of bugs as well. We decided to abandon the support for images with depths below 24bit. Embedded Arrays, Lists or Maps can be easily viewed by right-clicking on them in the Variable Viewer. The debugger has full support for this too. Arrays inside structures can only have one dimension for the moment. Dim can of course still be used to change the size of a dynamic array. They are created as soon as the outer structure is created. There is no need to call NewList, NewMap or Dim on these elements.

purebasic window outer size

These can be nested as much as you want, so you can have a Map-in-List-in-List if you want to. The most notable are: * Support for Array, List and Map in structures Nonetheless, some long requested features have been implemented in this release which we hope you will enjoy very much. As promised, the release cycle is much shorter than that of the 4.40 release which means that also the feature list is shorter. or is it? We are proud to announce the first public beta of the upcoming PureBasic 4.50 release.















Purebasic window outer size