Purebasic Linux IDE beta1 released

Developed or developing a new product in PureBasic? Tell the world about it.
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

dracflamloc wrote:Theres a fine line between IDE and Editor. Technically an editor is just that, it might have syntax highlighting but thats usually it. IDE tend to have things like bookmarks, procedure lists, autocompletion, etc...
Dont forget resource editing and a built in visual dialog editor. I have found only one IDE for PB out, and it's called PBDev or something.
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

IDE's don't have to include visual dialog editors...
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

The devkits for consoles don't usually have resource editors ;)

I think that if you can edit, launch (emulate or upload in the case of consoles), and monitor/debug then I would call it an IDE.

-Anthony
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
oliv
User
User
Posts: 42
Joined: Sun Aug 24, 2003 10:11 am
Location: France

Post by oliv »

hi, I wanted to test the IDE but I can't open it, have you any idea ?
Thanks
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

I guess it would be helpful to know what you have tried and any errors you received... I simply typed:

tar zxvf ide_beta1d.tgz

This created a folder in my home directory. Type:

./ide_beta1d/purebasic.exe

to start the IDE (it might be PureBasic.exe - I'm not near my linux box)...
sec
Enthusiast
Enthusiast
Posts: 792
Joined: Sat Aug 09, 2003 3:13 am
Location: 90-61-92 // EU or ASIA
Contact:

Post by sec »

It was
[sec@linux ide_beta1]$ ls -l
total 1340
-rwxrwxr-x 1 sec users 1135936 2005-03-15 09:31 purebasic
-rw-rw-r-- 1 sec users 222636 2005-03-15 09:12 purebasic.help
[sec@linux ide_beta1]$
and move .help file to /usr/share/purebasic/
oliv
User
User
Posts: 42
Joined: Sun Aug 24, 2003 10:11 am
Location: France

Post by oliv »

Beach wrote:I guess it would be helpful to know what you have tried and any errors you received... I simply typed:

tar zxvf ide_beta1d.tgz

This created a folder in my home directory. Type:

./ide_beta1d/purebasic.exe

to start the IDE (it might be PureBasic.exe - I'm not near my linux box)...
Yes sorry, I extracted IDE without problem but when I want start it, nothing runs, I came back on bash, same result with clicks under gnome (Fedora Core 3)

(sorry for my bad english :oops: )
oliv
User
User
Posts: 42
Joined: Sun Aug 24, 2003 10:11 am
Location: France

Post by oliv »

After reboot, I have this error:

Code: Select all

Gdk-ERROR **: BadMatch (invalid parameter attributes)
  serial 244 error_code 8 request_code 145 minor_code 3
Gdk-ERROR **: BadMatch (invalid parameter attributes)
  serial 245 error_code 8 request_code 145 minor_code 3
But I don't know what it's mean
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Your X server needs to have a colordepth of at least 24bit.
quidquid Latine dictum sit altum videtur
oliv
User
User
Posts: 42
Joined: Sun Aug 24, 2003 10:11 am
Location: France

Post by oliv »

Thanks Freak, it was the problem :D
And your editor is very good :shock:
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

After this IDE, can you do some tuts on Scintilla ?
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Inner created the library so that would probably be his department, since freak is so busy with top secret projects ;)
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

As dracflamloc said, there is much going on here, and probably will be for quite a while... the list is long :wink:

Even if i had the time, Scinitlla has so many features that explaining them all in detail would take forever.
I know the scintilla-docs are crap (read those and you'll never complain about PB's docs again ;)),
but they are enough for most parts.

Inner's lib makes the start quite easy. From there it is basically all just sending
messages to the gadget.

I think it helps more people if i continue what i am doing instead of
spending time writing a tutorial that only benefits a few.

Sorry for that.
quidquid Latine dictum sit altum videtur
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

freak wrote: I know the scintilla-docs are crap (read those and you'll never complain about PB's docs again ;))
I second that... :D
User avatar
Inner
PureBasic Expert
PureBasic Expert
Posts: 714
Joined: Fri Apr 25, 2003 4:47 pm
Location: New Zealand

Post by Inner »

It's all farely simple to use scintilla really, as freak said it's all passing messages,retriving nothing fancy really.

The hard part come with trying to understand the obscurity of the scintilla manual, programmers are the worst when it comes to documenting there own software, scintilla's is probably one of the worst I've seen in my years, which is odd since it's the most comment editor gadget for ide's to use, you'd think every effort would be made to make everything clear, considering it's popularity, but no.

And yes that would be my area.. and for the moment it is 'sorry no'.
Post Reply