Bennu Game Development

English Forums => Projects => Topic started by: raverdave09 on May 31, 2009, 03:45:32 PM

Title: BennuIDE Linux
Post by: raverdave09 on May 31, 2009, 03:45:32 PM
Trying to develop an IDE for linux,2 days work and things are looking ok, here is a youtube video of work so far..

http://www.youtube.com/watch?v=HGctoTraGy8
(http://www.youtube.com/watch?v=HGctoTraGy8)

Forgive the poor quality, I accidently ran 2 instances of recordmydesktop

I plan on doing syntax highlighting next, though I have no idea what I am doing and the documentation for this development package is pretty much non existent..
Title: Re: BennuIDE Linux
Post by: DCelso on May 31, 2009, 03:56:03 PM
It has a good look.
Please, continue the project to help to all linux users
Title: Re: BennuIDE Linux
Post by: josebita on May 31, 2009, 04:25:34 PM
Looks great, of course I understand that it's preliminary code, but I would do something with the unsued spaces on the left & right of the text box.
Title: Re: BennuIDE Linux
Post by: raverdave09 on May 31, 2009, 04:43:13 PM
Yes, I am gunna put a big red button on there saying "DO NOT PRESS"
Inevitably the user will press it, and his/hers pc will explode!
LOL

Nah, I will think of something! ;)
Title: Re: BennuIDE Linux
Post by: DCelso on May 31, 2009, 04:48:18 PM
Oh, this idea is very good, I would need this button for several bad PCs. :D
Title: Re: BennuIDE Linux
Post by: osk on June 01, 2009, 08:15:29 PM
I did a syntax-highlighting configuration archive for Gedit. Maybe it could help you...It´s on the forum.
Thanks and luck!!
Title: Re: BennuIDE Linux
Post by: raverdave09 on June 01, 2009, 08:32:01 PM
ah brilliant Osk could you point me to it?heh! and also is it easy to implement..i really have no idea how to use gambas as such,kinda just logging along clueless really
Title: Re: BennuIDE Linux
Post by: kruz on December 03, 2010, 08:37:41 AM
Quote from: raverdave09 on May 31, 2009, 03:45:32 PM
Trying to develop an IDE for linux,2 days work and things are looking ok, here is a youtube video of work so far..

http://www.youtube.com/watch?v=HGctoTraGy8
(http://www.youtube.com/watch?v=HGctoTraGy8)

Forgive the poor quality, I accidently ran 2 instances of recordmydesktop

I plan on doing syntax highlighting next, though I have no idea what I am doing and the documentation for this development package is pretty much non existent..


I notice this message has not been replied to in over a year.  I was curious if anyone knows if the development is still going for this and if it's GTK+/GTK only (Gnome) or if I can use it under KDE without having to install all of the Gnome libraries.
Title: Re: BennuIDE Linux
Post by: osk on December 03, 2010, 10:11:33 AM
Quote from: raverdave09 on June 01, 2009, 08:32:01 PM
ah brilliant Osk could you point me to it?heh! and also is it easy to implement..i really have no idea how to use gambas as such,kinda just logging along clueless really


If you use Gedit, you can see:
http://www.bennugd.org/node/101
http://www.bennugd.org/node/103

If you use Gambas, I don't know how to help you, sorry.
Maybe this could be useful...http://gambasdoc.org/help/comp/gb.qt.ext/highlight?view
Title: Re: BennuIDE Linux
Post by: handsource-dyko on December 03, 2010, 12:11:32 PM
I'm afraid you have to install gnome libs anyway, because
a lot programs use it. (the gimp, inkscape, adobe-reader, realplayer
come to mind).

I have Ubuntu as secondary os on my computer and although it runs
gnome as default, I also installed the kde libs because I wanted to do
some experiments with kdialog.
Title: Re: BennuIDE Linux
Post by: kruz on December 07, 2010, 06:21:00 AM
I decided to go a different route, and I created a syntax file for Vim, for anyone else who is interested, they can get the file from the link below.
http://forum.bennugd.org/index.php?topic=1860.0

-Kruz