EPB Version 1.86: (editor for Purebasic )
http://michel.dobro.free.fr/download.php?view.25change of command syntax epb (replace "_" with "$")
we write:
$declare instead:
_declareAdding the
$include command to include the *. pbi by pb * (xinclude) and their path
fixed a bug in the command
$declareAdded a Help menu to remember the commands and use of EPB:
Fixed several bugs, I forget what, there were a lot: lol:
Reminder: EPB commands:
$declarePut your procedures at the end of listing
write in the beginning of listing:
$declareYour procedures will automatically be declared by EPB
$includeOn the current line, write:
$includeEpb will ask you what file (s) include
The include path and file names will be included in the listing
by epb
$r_include On the current line, write:
$r_includeEpb will ask you what file (s) include (many-selectable)
The include path (relative) and the file names will be included in the listing
by epb
$catchimageOn the current line (at the beginning of listing) write:
$catchimageEpb will ask you which files include image
Epb wrote inclusions, and DataSection, or complement, if it already exists
$catchsoundOn the current line (at the beginning of listing) write:
$catchsoundEpb will ask you which files to include Sons
Epb wrote inclusions, and DataSection, or complement if it already exists
$catchspriteOn the current line (at the beginning of listing) write:
$catchspriteEpb will ask you which files include image_sprite
Epb wrote inclusions, and DataSection, or complement, if it already exists
All this is recalled in a new menu "Help EPB"