PUREBASIC syntax hilighting file for ULTRAEDIT32

Developed or developing a new product in PureBasic? Tell the world about it.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by gnozal.

Uploaded to PB resource site

PBUEDIT.EXE v0.06

Creates a PUREBASIC syntax hilighting file for ULTRAEDIT32

- Basic keywords are extracted from Purebasic.exe
Search string '41 6E 64 00' is used to detect start of keywords in Purebasic.exe
- Libraries keywords are extracted with PBCompiler's help (PBFunctionListing.txt)
The user libraries are included ! Use PBUEDIT each time you add a new
user library or after upgrading Purebasic.
- PB Constants are extracted from the resource files (*.RES) [NOT Windows.res].

Created sections in the hilighting file :
/C1"Basic keywords"
/C2"Libraries"
/C3"ASM"
/C4"Constants"

Since PBUEDIT uses PBFunctionListing.txt and Purebasic.exe, it can be used
with the future versions of PUREBASIC, as long as the structure of Purebasic.exe
and PBFunctionListing.txt remains unchanged.