Page 1 of 3
SciTE Editor PureBasic Edition !
Posted: Thu May 29, 2003 12:06 am
by PWS32
Hi,
here are the new SciTE Editor PureBasic Edition !
when you need ...
+ Procedure Folding
+ Free Folding
+ Codecompletion for
694 Functions
70 Keywords
362 PureBasic Constants
+ Calltips for
694 Functions ( more then have the Orginal PB-Editor )
+ Brace highlighting for () and {} and []
+ Tabs and Indentation Guides
+ Syntax Colour
+ Bookmarks
+ Searching and replacing
+ Overtype
+ Cut, copy and paste
+ Undo and Redo
+ White space
+ Cursor
+ Line endings
+ Styling
+ Style definition
+ Caret, selection, and hotspot styles
+ Margins
+ Other settings
+ Keyboard commands
+ Printing
+ Zooming
+ Long lines
+ Lexer
then Download this :
Download eng.Version :
http://www.spisla.com/pbsciteeng.zip
Download ger.Version :
http://www.spisla.com/pbsciteger.zip
please rename your currently editor (purebasic.exe) to purebasic_org.exe
extract the zip file in your purebasic folder and test demo.pb for the
first instructions
when you have fun on this programm please send me a card to:
Peter Spisla
Bruchhauser Str.27a
40699 Erkrath
Germany
Posted: Thu May 29, 2003 12:35 pm
by Justin
Really good, it's possible to have a procedure/mark browser like in the official editor?
Great !
Posted: Thu May 29, 2003 5:40 pm
by DominiqueB
Simply great,
thank's a lot ! !
Dominique.
Re: SciTE Editor PureBasic Edition !
Posted: Thu May 29, 2003 8:25 pm
by ricardo
Great!!!!!!
Just miss some helpfile, but its a very good option.
Thanks a lot for sharing it, i will use it.
Posted: Thu May 29, 2003 9:20 pm
by PWS32
Hi,
Just miss some helpfile, but its a very good option.
if the purebasic.chm in your basic dir ?
it's possible to have a procedure/mark browser like in the official editor?
no to this time you have procedure folding an freefolding thats lookslike the procedurebrowser direkly in your code
Best Regards,
Peter
Posted: Thu May 29, 2003 9:28 pm
by ricardo
PWS32 wrote:Hi,
Just miss some helpfile, but its a very good option.
if the purebasic.chm in your basic dir ?
Peter
I mean a helpfile for this editor

Posted: Thu May 29, 2003 9:45 pm
by PWS32
Hi,
please find the Editorhelp by
http://www.scintilla.org/SciTEDoc.html
after my work on this editor (im write to this time a setup for colors, fonts etc.)
im write a spezial helpfile, OK ?
Best Regards,
Peter
Posted: Fri May 30, 2003 10:42 pm
by TronDoc
It looks good Peter.
Only thing I've found is that it doesn't like source names with spaces:
>Compilers\PBCompiler C:\APPSWIN\!PROG\PureBasic\Diagram using bars.pb /EXE "C:\APPSWIN\!PROG\PureBasic\Diagram using bars.exe" /DYNAMICCPU
******************************************
PureBasic v3.62 - Windows x86
******************************************
Compiling bars.pb
The file 'bars.pb' isn't found or can't be opened !
Loading external libraries...
Syntax Error !
>Exit code: 2
Posted: Mon Jun 02, 2003 8:03 am
by ricardo
TronDoc wrote:
Only thing I've found is that it doesn't like source names with spaces
Same here, otherwise its great!
Posted: Tue Jun 03, 2003 8:55 am
by eddy
damn Scintilla buried RichEdit ...
Is it easy to use ?
Posted: Tue Jun 03, 2003 5:16 pm
by ricardo
eddy wrote:damn Scintilla buried RichEdit ...
Is it easy to use ?
Yes and very nice, the folding is great, the intelisense, the tooltips, etc. im using it as my main ide.
Some small things must be perfectioned, but its easy. Im talking about Peter's ide not abot calling Scintilla from the dll of course.
:)
Posted: Tue Jun 03, 2003 7:24 pm
by eddy
[yoohoo]
Why not implemente this lib in PB ?
a very useful gadget.
Posted: Wed Jun 04, 2003 8:58 pm
by PWS32
Hi,
here are a new SciTE PureBasic Edition (v.04062003)
-fix any little Errors
-add normal scrolling to down
-add mor folds and comment styles
classic comment style ( BP Editor Compatible )
color comment style
bookmark comment style
big letter comment style '
box fold comment
free fold ( fold wath you need )
freefold can now fold any Procedures
Procedure fold
If fold
For fold
Repeat fold
While fold
Select fold
Structure fold
Repeat fold
please show the demo.pb ( dont compile )
Download eng.Version :
http://www.spisla.com/pbsciteeng.zip
Download ger.Version :
http://www.spisla.com/pbsciteger.zip
please rename your currently editor (purebasic.exe) to purebasic_org.exe
extract the zip file in your purebasic folder and test demo.pb for the
first instructions
when you have fun on this programm please send me a card to:
Peter Spisla
Bruchhauser Str.27a
40699 Erkrath
Germany
Posted: Wed Jun 04, 2003 9:12 pm
by ricardo
Excellent!!!!!!!
Posted: Thu Jun 05, 2003 12:13 am
by HarryO
Peter,
Just started testing/using your latest ver..
One issue, if any of the keywords are part of the comments,
it starts a fold there that continues to the end of the source code.
For example:
#M_tmp.w = #Const_Index:#Const_Index = #Const_Index + 1 ;Temp for finding related information
#M_SBS.w = #Const_Index:#Const_Index = #Const_Index + 1 ;Which Sub-Section of the import file are we proc.
#M_Eod.w = #Const_Index:#Const_Index = #Const_Index + 1 ;NOT a valid marker, just to indicate EoD for array
Any thoughts or workarounds?
HarryO