Script editor?
by John Vanderbeck · in Torque Game Engine · 04/16/2004 (4:21 pm) · 18 replies
Can anyone suggest a good text editor on Linux for editing CS scrpit files? One that will do syntax highlighting, or can be set up to do it, and has good project management? Something akin to Crimson Editor on Windows?
#2
In Game Script Editor
not sure how far it has evolved lately, but was looking good when it was submitted.
04/17/2004 (12:48 am)
This may work for you also In Game Script Editor
not sure how far it has evolved lately, but was looking good when it was submitted.
#3
04/17/2004 (5:05 am)
Thanks Stefan but I already new about JEdit/Tide.. I hate JEdit :p
#4
04/18/2004 (4:34 am)
Why's that?
#5
04/18/2004 (4:59 am)
Last time I tried it, the project management seemed sorely lacking. Not your plugin, but JEdit itself.
#6
04/18/2004 (5:09 am)
Really? there is the projectviewer plugin which is distributed with TIDE also, which has everything I expect from a project viewer... or what exactly do you mean with "management"? some more advanced stuff? if so, what specifically?
#7
04/18/2004 (5:17 am)
Hmm, well maybe I missed that. The main thing I look for is how well I can organize my files. I like the way DevStudio lets you organize files. Arbitrary folders and sub folders, with files in each. Crimson Edit does the same thing. I'll give JEdit another try and see if maybe I was just missing something.
#8
You can manage multiple projects, specify file types, search in projects, etc. etc.
04/18/2004 (5:28 am)
Definately!You can manage multiple projects, specify file types, search in projects, etc. etc.
#9
04/18/2004 (5:54 am)
Heh yeah I was obviously doing somethign wrong then. I'll mess with it some more.
#10
"TIDEDebug will be added to the JEdit GUI by default"
I installed everything, and it is all working except I don't have the TIDEDebug toolbar. It never appeared. How can I turn it on?
04/18/2004 (7:10 am)
Stefan,"TIDEDebug will be added to the JEdit GUI by default"
I installed everything, and it is all working except I don't have the TIDEDebug toolbar. It never appeared. How can I turn it on?
#11
Now to mess around a bit and see how this whole thing works. I wish it would highlight variables.
04/18/2004 (9:18 am)
Nevermind. I managed to "rebuild" it so to speak by simply adding new buttons to the standard toolbar from the TIDEEdit commands. My icons aren't the same as there were not good ones for the step functions, but oh well.Now to mess around a bit and see how this whole thing works. I wish it would highlight variables.
#12
see sourceforge.net/forum/forum.php?forum_id=366186
for details and how to get the updated TIDE plugins working...
04/18/2004 (12:13 pm)
Hm, no idea what you mean with Quote:The usual reason for that is that you are using the JEdit 4.2 pre version together with the TIDE plugins for the stable 4.1 major release (and TIDEDebug doesnt work then since they've changed the plugin API with the upcoming 4.2 release)
I managed to "rebuild" it so to speak by simply adding new buttons to the standard toolbar from the TIDEEdit commands
see sourceforge.net/forum/forum.php?forum_id=366186
for details and how to get the updated TIDE plugins working...
#14
It has got syntax hightlightning and well.. uhm. Yeah.
Much better than notepad!
04/18/2004 (3:15 pm)
No one's using Tribal IDE? rofl.. that's the one I'm using.It has got syntax hightlightning and well.. uhm. Yeah.
Much better than notepad!
#15
04/18/2004 (3:21 pm)
Is Tribal IDE available on Linux? I didn't think it was.
#16
04/18/2004 (8:14 pm)
I love JEdit, and am very grateful Stephan and Paul have made this plug-in. JEdit is WAY more customizable than the Tribal IDE.
#17
04/27/2004 (9:30 pm)
Emacs in java-mode with font lock enabled isn't too bad
#18
10/17/2004 (2:31 am)
Does the java mode deal with TorqueScript better than C mode does?
Associate Stefan Beffy Moises
You need to have a recent JDK/JRE installed though ...