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 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...
Purebasic Linux IDE beta1 released
-
- Addict
- Posts: 1648
- Joined: Mon Sep 20, 2004 3:52 pm
- Contact:
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
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

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
https://reportcomplete.com <- School end of term reports system
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)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)...
(sorry for my bad english

After reboot, I have this error:
But I don't know what it's mean
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
-
- Addict
- Posts: 1648
- Joined: Mon Sep 20, 2004 3:52 pm
- Contact:
As dracflamloc said, there is much going on here, and probably will be for quite a while... the list is long
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.

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
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'.
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'.