Adventure Game Studio

Community => General Discussion => Topic started by: kantor_98 on Thu 19/10/2006 10:20:50

Title: xml editors
Post by: kantor_98 on Thu 19/10/2006 10:20:50
Can anybody indicate me a good xml editor ? I want it to use it for the xml files of the walk cycle generator that I have downloaded from this site...
Title: Re: xml editors
Post by: scotch on Thu 19/10/2006 10:26:15
If you're not going to do any heavy xml editing on a regular basis you should probably just edit the file in notepad, or your favorite text editor. There are specialised XML editors that will syntax highlight and check for well formedness, but you don't particularly need one for this task.
Title: Re: xml editors
Post by: Miez on Thu 19/10/2006 15:12:40
http://www.context.cx/ is a great free editor that has syntax checking for a cr*pload of programming languages, of which XML is one. No AGS syntax checker, though...
Title: Re: xml editors
Post by: Radiant on Thu 19/10/2006 19:15:28
I recommend UltraEdit.

Any editor that does C++ syntax highlighting has a fair chance of parsing AGS correctly.
Title: Re: xml editors
Post by: RickJ on Fri 20/10/2006 19:46:19
I think Scite will do the syntax highlighting if that's what you are looking for.  It is based on the scintilla editor component the same as the AGS script editor. 

http://www.scintilla.org/SciTE.html