Jump to content


Photo

Ide For Bennugd


  • Please log in to reply
3 replies to this topic

#1 SolarLune

SolarLune

    GP32 Hardcore

  • Members
  • PipPipPipPip
  • 181 posts

Posted 22 November 2010 - 02:23 AM

So in my short time using BennuGD, I've found Notepad++ and ConTEXT both ineffectual at the job. Notepad++ (the one that comes with the BennuTools pack?) didn't have a console, and while ConTEXT did have one, it didn't scroll down to the last line while running a game (useful for debugging). That's why I decided to use another IDE that I had on my system for awhile - Komodo Edit. It's a nice, free IDE for programming, and while it doesn't support Bennu highlighting, it can be customized to create the highlighting (use the Bennu.chl file that ConTEXT provides and port that for Komodo). Why put up with it even though it doesn't have highlighting?

1 > A console that scrolls downward to the last line.

2 > A project format in which you can organize your data (You may be able to filter out non-essential files).

3 > A customizable macro / command system able to run and compile Bennu files.

4 > Folding. Yes, FOLDING for your Process blocks and If statements.

5 > It's available for Windows, Mac, and Linux.

That stuff is pretty essential for me (except for the cross-platform part). Anywho, that's just my own recommendation. If I recall, Ruckage said something on this forum about wanting a new IDE to code in for BennuGD - maybe he'll find this as useful as I did. Here's the site.

Edited by SolarLune, 22 November 2010 - 05:21 AM.


#2 Squarefish

Squarefish

    GP32 User

  • Members
  • PipPipPip
  • 43 posts

Posted 05 December 2010 - 12:21 PM

If anyone does still want to use ConTEXT there is a very good clear guide to Setting Up ConTEXT on the BennuGD wiki:

http://wiki.bennugd....nu_with_ConTEXT

Edited by Squarefish, 05 December 2010 - 12:21 PM.


#3 BurningSludge

BurningSludge

    Member

  • Members
  • PipPip
  • 16 posts

Posted 10 December 2010 - 12:44 AM

Maybe what you need is an Emacs extension.

#4 cmunoz

cmunoz

    Member

  • Members
  • PipPip
  • 17 posts

Posted 11 January 2012 - 04:37 PM

I agree SolarLune, and I like your screenname. My question is, although I found a great explanation of how to set up bennuGD in komodo for Windows and have been using it, I am currently trying to learn linux and am currently running openSUSE with the XFCE desktop, and I'm wondering how to set up Komodo to work with bennuGD on that OS. Any tips?