Page 1 of 2
Editor for PB
Posted: Sat May 10, 2003 1:06 pm
by PWS32
Hi,
It's a real shame that the GPI Editor (5b) doesn't work with
XP/2000 because of the great procedurfolding feature.
Now GBI found a alternative Richedit.dll and post it here , and it
seems to be great.
I examined it and it seems thats you don't have to program
anything to get an alternative PB Editor.(everything is adjusted
by .properties)
Well, I carried some links together . Take a look at it and play
around, I think thats whats missing in PB.
I will try (when I have time) to rewrite one or more .properties
Files to get hopefully a better PB.
maybe someone
have a mind to take part.
http://www.scintilla.org/SciTEImage.html
( Screenshot )
http://amip.tools-for.net/SciTE-CVS.exe
( mod. Distribution looks like )
http://www.scintilla.org/wscite152.zip
( normal Distribution and .properties )
http://www.scintilla.org/SciTETranslation.html
( any Languages )
Posted: Mon May 12, 2003 2:53 pm
by PWS32
Posted: Mon May 12, 2003 6:59 pm
by TronDoc
Nice!

Posted: Tue May 13, 2003 5:26 pm
by PWS32
Ok,
here are the first PureBasicEditor alpha release for testing,
please rename your currently editor (purebasic.exe) to purebasic_org.exe.
extract the zip file in your purebasic folder and test foldtest.pb
when you have fun on this programm please send me a card to:
Peter Spisla
Bruchhauser Str.27a
40699 Erkrath
Germany
Download :
http://www.spisla.com/pbe.zip
Posted: Tue May 13, 2003 5:47 pm
by TronDoc
I get the error:
"The Scintilla DLL could not be loaded. SciTE will now close."
I see the only .DLL in the download you linked is:
"SciLexer.dll"
Joe
Posted: Tue May 13, 2003 5:52 pm
by PWS32
sorry missing dll Download :
http://www.spisla.com/dll.zip
Posted: Tue May 13, 2003 5:55 pm
by TronDoc
heh heh
that helped!
many thanks.
I'll let you know how it goes
after I have some time to
try it out.
Joe

Posted: Tue May 13, 2003 5:57 pm
by TronDoc
the fold example seems to work just fine.
--jb

Posted: Tue May 13, 2003 6:49 pm
by Num3
This editor is going very well...
In fact when most of the compiler options of PB are implemented i think it will rock

Posted: Tue May 13, 2003 7:10 pm
by dmoc
Thanks PWS32, just what I need!
Posted: Wed May 14, 2003 10:03 am
by PWS32
Ok,
any changes for SciTE-PB
1.help in menu and over F1
2.big margin for easy mark your source
3.compile in tool menu
unpack the zip files in your bp dir
Download :
http://www.spisla.com/change1e.zip
Posted: Wed May 14, 2003 2:49 pm
by PWS32
Posted: Wed May 14, 2003 3:39 pm
by ebs
I really like it! Please continue with your development. One suggestion: put a list of recent filenames on the File menu, so it's easier to re-open a file you just worked on. Maybe even an option to automatically re-open the previous session?
Posted: Thu May 15, 2003 5:46 pm
by PWS32
Hi,
*** for testing the projekt is not finish ***
here are the new Scite-PB editor with multifold
if msvcrtd.dll in your basic dir present remove this
if you have the original purebasic.exe in your basic dir
then rename this to purebasic_org.exe
extract all zip files in your basic dir
start purebasic.exe ( this is the scite-pb version )
and load multifold.pb example.( please dont compile !! )
Download eng.Version :
Download ger.Version :
have fun ??? then send me a postcard for
my 2 children( Frederic and Jannis )
my woman ( Alexandra )
and my ( Peter )
to:
Peter Spisla
Bruchhauser Str.27
40699 Erkrath
Germany
Download eng.Version :
http://www.spisla.com/purebasic_eng.zip
Download ger.Version :
http://www.spisla.com/purebasic_ger.zip
Posted: Thu May 15, 2003 5:57 pm
by ebs
Peter,
Do you know how to define PureBasic keywords so your editor can do syntax coloring?
Regards,
Eric