Game Development Community

IDE for Torque 2D?

by Mitchell Vincent · in Torque Game Builder · 09/24/2005 (11:25 am) · 11 replies

I just noticed that there are quite a few IDE/Editors out for "regular" Torque but I couldn't find any that said they supported Torque 2D. I'm find with using Textpad (though I wish I had syntax definitions!) but I'm curious what other people are using too!

#1
09/24/2005 (11:42 am)
No reason at all you cannot use the IDE's that target TGE for T2D, especially on the script side. To an IDE, a file is a file, and T2D uses the same files for the same reasons (for the most part) as TGE does.
#2
09/24/2005 (11:49 am)
That's good to know! Is there any one IDE you would suggest over the others?
#3
09/24/2005 (12:03 pm)
I'm actually not an IDE kind of guy...I started using UltraEdit back when I was doing completely remote development on a MUD, and have been with it ever since.

For strictly text editing (no compilation, debugging, etc in an integrated manner), it's an excellent editor. There are also quite literally 5+ different IDE's all focused around Torque that can be used...do a quick search for Torque IDE and you might get some strong references.
#4
09/24/2005 (12:24 pm)
I started using TorqueDev about a week or so ago, and I'm more than happy with it.
#6
09/24/2005 (1:05 pm)
I still use jEdit with ProjectViewer and TIDEBrowser... started using it when TGE came out, but it still gets the job done. ;)
#7
09/24/2005 (1:09 pm)
I've tried TorqueDev and Torsion. As a beginner, I like Torsion better as it was easy to set up and start coding with T2D. TorqueDev would probably benefit advanced coders more because it has more features.
#8
09/24/2005 (2:28 pm)
If you are windows only, you can use t2d.net (currently in beta)

i will be posting an update to it next week.
#9
09/25/2005 (12:01 am)
I wrote a how-to for setup of Slickedit (a commercial programmer's editor) for torquescript

I use Torsion for debugging, until I figure out how to get the Slickedit debugger model can be extended.
#10
09/26/2005 (10:41 am)
TextPad does support TorqueScript syntax highlighting (It's what I use). It just has to be downloaded from their website
#11
09/28/2005 (5:52 am)
Well I'll be - I never thought to even look on the Textpad site!

Thanks!