Gnozal's purebasic placehttp://gnozal.ucoz.comEditors (Windows x86) :Code:
jaPBe V3 for Purebasic V4.xx : a new updated and enhanced jaPBe version !
See thread :
viewtopic.php?t=19335&start=0Form Designers :Code:
PureFORM : yet another visual form designer, for purebasic 3.94 and 4.xx
See thread :
viewtopic.php?t=23529&start=0Programming tools :Code:
* PureHELP Compiler
A tool to compile HTML files into a CHM help file
* PureHELP Maker
A tool to fast build help files for your userlibraries
* PureUPX
A shell for UPX and various scramblers, to use with the PureVALID lib (protection) or just to compress your programs
* PureLIB Installer
A tool to build user library installers
PB Editor plugins : these plugins are designed for the new editor (3.94+)Code:
* PureBUILD
Adds build and backup support to the editor
* Constants Explorer
A constant viewer
jaPBe plugins : these plugins are standalone (you can use them without jaPBe)Code:
* Code Explorer
A code archive viewer
* Constants Explorer
A constant viewer
* PureLIB Manager
A Purebasic User Library Manager
* PureTemplate
Another code archive viewer, for template collections in zip archives
UserLibraries (Windows x86)Code:
* PureVALID library
Check an executable integrity at runtime ; to use with PureUPX to protect your executables
* PureLPRINT library
LPRINT like functions (direct access to printer)
* PureSMTP library
Send e-mails (with files attachements) POP and SMTP AUTH supported
* PurePOP3 library
POP3 functions (get mail from POP3 server including attachments)
* PureCOLOR library
Coloring gadgets (text and back colors) and much more
* PureLVSORT library
Sorting ListIcon gadgets (manually or after a LVN_COLUMNCLICK event)
* PureRESIZE library
Automatically resizing gadgets after a WM_SIZE event, monitoring windows
* PureBriefLZ library
Wrapper to the BriefLZ static library by Ibsen software (fast compression)
* PureZIP library
To ZIP and UNZIP files (uses the ZLIB 1.2.3 static library) ; no DLL required !
* PureFILE library
Provides WinAPI based buffered file functions (faster than the genuine ones)
* PureDIC(tionary) library
Provides associative array (dictionary) functions (based on GDSL)
* StaticScintilla library
Use scintilla without a DLL, supports CreateWindowEx() and ScintillaGadget()
* PureLZMA library
Provides functions to compress/uncompress data using the LZMA algorithm [LZMA SDK]. Optional RC4 based encryption is supported.
* PureCAB library
Provides functions to handle CAB files [MS-Cabinet] with Purebasic
* PureAES library
Provides two functions to encrypt/decrypt data using the AES (Rijndael) algorithm.
AES-256 is used for encryption and SHA-256 for key generation.
* PurePROCS library
Features three kind of functions : process and module functions, execute a PE executable from memory, load a PE dynamic library from memory.
* PureWCX library
Provides an interface to TotalCMD archive plugins (*.wcx), with functions to list, compress or extract files from archives.
* PureWLX library
Provides an interface to TotalCMD lister plugins (*.wlx).