Page 4 of 7

Posted: Thu Mar 24, 2005 2:02 am
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.

Posted: Thu Mar 24, 2005 4:28 am
by dracflamloc
IDE's don't have to include visual dialog editors...

Posted: Thu Mar 24, 2005 12:22 pm
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

Posted: Wed Mar 30, 2005 4:11 pm
by oliv
hi, I wanted to test the IDE but I can't open it, have you any idea ?
Thanks

Posted: Thu Mar 31, 2005 12:35 am
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)...

Posted: Thu Mar 31, 2005 12:33 pm
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/

Posted: Thu Mar 31, 2005 5:07 pm
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: )

Posted: Thu Mar 31, 2005 8:13 pm
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

Posted: Thu Mar 31, 2005 8:57 pm
by freak
Your X server needs to have a colordepth of at least 24bit.

Posted: Thu Mar 31, 2005 9:48 pm
by oliv
Thanks Freak, it was the problem :D
And your editor is very good :shock:

Posted: Fri Apr 01, 2005 11:09 pm
by Progi1984
After this IDE, can you do some tuts on Scintilla ?

Posted: Fri Apr 01, 2005 11:20 pm
by dracflamloc
Inner created the library so that would probably be his department, since freak is so busy with top secret projects ;)

Posted: Fri Apr 01, 2005 11:52 pm
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.

Posted: Sat Apr 02, 2005 12:14 am
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

Posted: Sat Apr 02, 2005 1:05 pm
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'.