EPB Version 1.86: (editor for Purebasic )
http://michel.dobro.free.fr/download.php?view.25
change of command syntax epb (replace "_" with "$")
we write:
$declare instead:
_declare
Adding the
$include command to include the *. pbi by pb * (xinclude) and their path
fixed a bug in the command
$declare
Added 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:
$declare
Put your procedures at the end of listing
write in the beginning of listing:
$declare
Your procedures will automatically be declared by EPB
$include
On the current line, write:
$include
Epb 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_include
Epb 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
$catchimage
On the current line (at the beginning of listing) write:
$catchimage
Epb will ask you which files include image
Epb wrote inclusions, and DataSection, or complement, if it already exists
$catchsound
On the current line (at the beginning of listing) write:
$catchsound
Epb will ask you which files to include Sons
Epb wrote inclusions, and DataSection, or complement if it already exists
$catchsprite
On the current line (at the beginning of listing) write:
$catchsprite
Epb 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"