Editor for PB

Working on new editor enhancements?
PWS32
User
User
Posts: 85
Joined: Sat May 10, 2003 1:02 pm
Location: Germany

Post by PWS32 »

Hi,

yes this is the next step

regards peter
PWS32
User
User
Posts: 85
Joined: Sat May 10, 2003 1:02 pm
Location: Germany

Post by PWS32 »

Hi,

*** for testing the projekt is not finish ***

fix problem with this code : if #TRUE : a.s = ";Hello" : endif
fix pdf-export
remove openconsole() folding
add a little more colors
add stream comment
add box comment


have fun ??? then send me a postcard
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
TronDoc
Enthusiast
Enthusiast
Posts: 310
Joined: Wed Apr 30, 2003 3:50 am
Location: 3DoorsDown

Post by TronDoc »

It seems to be working quite well :D
I can't figure out what it does with the
compiled output though.
If I select [Tools]|[Go] it apparently
compiles and runs the program
correctly.
If I select [Tools]|[Compile] it acts
like it has successfully compiled,
but I cannot find an executable
anywhere???

I looked at the [Options]|[Open Global Options File]
(and the others) but found no output path
and using WinDoze "find" found no
executable.

What am I doing wrong?

Thanks.

Keep up the great work!

Joe
peace
[pI 166Mhz 32Mb w95]
[pII 350Mhz 256Mb atir3RagePro WinDoze '98 FE & 2k]
[Athlon 1.3Ghz 160Mb XPHome & RedHat9]
TronDoc
Enthusiast
Enthusiast
Posts: 310
Joined: Wed Apr 30, 2003 3:50 am
Location: 3DoorsDown

Post by TronDoc »

I found an executable output in the
PureBasic\Compilers
directory
named as: PureBasic#######.exe
which ends up whatever program I've
just used the "Go" option on.
I suppose more experienced users
knew to look there for that. :oops:
Joe
peace
[pI 166Mhz 32Mb w95]
[pII 350Mhz 256Mb atir3RagePro WinDoze '98 FE & 2k]
[Athlon 1.3Ghz 160Mb XPHome & RedHat9]
PWS32
User
User
Posts: 85
Joined: Sat May 10, 2003 1:02 pm
Location: Germany

Post by PWS32 »

Hi,

thanks im fix this next

Best Regards,

Peter
Num3
PureBasic Expert
PureBasic Expert
Posts: 2810
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

TronDoc wrote:I found an executable output in the
PureBasic\Compilers
directory
named as: PureBasic#######.exe
which ends up whatever program I've
just used the "Go" option on.
I suppose more experienced users
knew to look there for that. :oops:
Joe
I'm sorry but this is not so.... The executable seems to dissapear !!!
PWS32
User
User
Posts: 85
Joined: Sat May 10, 2003 1:02 pm
Location: Germany

Post by PWS32 »

*** for testing the projekt is not finish ***

1.fix the compile problem now are your *.exe in your *.bp dir
( you find the compiled dll as purebasic.dll in the compilers dir )
2.add more colors

you need a programm icon for your programm ? then :
copy your icon in your *.pb folder and rename this to icon.ico

have fun ??? then send me a postcard
to:

Peter Spisla
Bruchhauser Str.27
40699 Erkrath
Germany

this files in future are the complette distribution !!
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 with overwrite the old files !
start purebasic.exe ( this is the scite-pb version )
and load multifold.pb example.( please dont compile !! )

Download eng.Version : http://www.spisla.com/purebasic_eng.zip

Download ger.Version : http://www.spisla.com/purebasic_ger.zip
TronDoc
Enthusiast
Enthusiast
Posts: 310
Joined: Wed Apr 30, 2003 3:50 am
Location: 3DoorsDown

Post by TronDoc »

I will try it when I can.
Too late right now.
Joe
peace
[pI 166Mhz 32Mb w95]
[pII 350Mhz 256Mb atir3RagePro WinDoze '98 FE & 2k]
[Athlon 1.3Ghz 160Mb XPHome & RedHat9]
Fenix
Enthusiast
Enthusiast
Posts: 102
Joined: Wed May 07, 2003 1:45 am
Location: Germany

Post by Fenix »

Hi all!

PWS32: I´m testing your editor, but I still got some probs:

1. Where can I change the colors ? (SciTecGlobal.properties? Where? Changing color entries - like on line 314-320 - takes no effect)

2. My sources won´t compile (CTRL+F7)! (it says: my source couldn´t be found, although it´s opened and stored on hd)
But my sources can be run(ned; F5)/Go-Debug(ged;CTRL+0). Well, they get compiled but actually refuse to start! :cry:

3. I get no help (F1) on assembler commands (asm.hlp in Help-folder)

4. I get no help (F1) on system calls (win32.hlp in Help-folder)



Suggestion(s):

1. How about graphical preferences?

2. How about more syntax-highliting? (especially constants/variables)

3. How about a procedures/structures/globals/arrays/constants/includes/labels viewer?

4. How about compile/run with /COMMENTED flag (creates commented assembly file of the source)


So long, thx for that nice IDE.

Fenix
PWS32
User
User
Posts: 85
Joined: Sat May 10, 2003 1:02 pm
Location: Germany

Post by PWS32 »

Hi,
im work for a new version
you find wath you need the next version
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

PWS32 wrote:
Download eng.Version : http://www.spisla.com/purebasic_eng.zip

Download ger.Version : http://www.spisla.com/purebasic_ger.zip
Links are dead !
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

Progi1984, PWS32 posted this two years ago, his last post is from december... ;)
Good programmers don't comment their code. It was hard to write, should be hard to read.
Post Reply