BennuIDE Linux

Started by raverdave09, May 31, 2009, 03:45:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

raverdave09

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


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

DCelso

It has a good look.
Please, continue the project to help to all linux users
Monstruos Diabólicos

"A PAck of classic GAMEs For BennuGD" en desarrollo
http://code.google.com/p/apagame4be/

josebita

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.

raverdave09

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! ;)

DCelso

Oh, this idea is very good, I would need this button for several bad PCs. :D
Monstruos Diabólicos

"A PAck of classic GAMEs For BennuGD" en desarrollo
http://code.google.com/p/apagame4be/

osk

I did a syntax-highlighting configuration archive for Gedit. Maybe it could help you...It´s on the forum.
Thanks and luck!!

raverdave09

#6
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

kruz

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


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.

osk

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

handsource-dyko

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.

kruz

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