EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   UI Developer Discussion (https://www.eq2interface.com/forums/forumdisplay.php?f=3)
-   -   Need a new XML editor (https://www.eq2interface.com/forums/showthread.php?t=1207)

Deathbane27 01-30-2005 08:05 AM

Need a new XML editor
 
Currently using EditPad ( http://www.editpadpro.com/editpadlite.html ) and love it. Problem is that when I save a file in the UI builder containing "<" or ">" in a LocalText area (button text, dropdown box, etc.), and open it in EditPad or Notepad to do large copy-and-paste jobs, it converts those to "&lt;" and "&gt;", respectively, and when I save it and re-open with UIBuilder it displays &lt; instead of <. I have to go through and do a search-and-replace each time I switch between the two.

What I need is a text editor that can read and save those characters in the same format that the UIBuilder does, will let me use the FixedSys font, has search-and-replace, and preferrably not cost anything.

Any suggestions?

Quib 01-30-2005 08:33 AM

Well, this isn't a good answer, but NotePad and WordPad work pretty darn well, with NotePad working better but not handling big xml files (unless this isn't an issue with WinXP NotePad, I don't recall).

Cons:
- With WordPad, if you copy from a web browser then paste it in else it'll screw up the file's format, so you have to paste into a blank NotePad first then recopy it (this strips the formatting like font, bold, etc.).
- No color coding, but you get over that pretty quick...

Pros:
- With NotePad there aren't any tricks, it's just as plain as can be.
- You can strip the stupid text file format header UIBuilder uses with NotePad.
- Free.

I imagine someone will suggest some actual xml editors, but just making sure you know stuff you already have works pretty well.

Quib

ger 01-30-2005 09:34 AM

Quote:

Originally Posted by Quib
Well, this isn't a good answer, but NotePad and WordPad work pretty darn well, with NotePad working better but not handling big xml files (unless this isn't an issue with WinXP NotePad, I don't recall).

Cons:
- With WordPad, if you copy from a web browser then paste it in else it'll screw up the file's format, so you have to paste into a blank NotePad first then recopy it (this strips the formatting like font, bold, etc.).
- No color coding, but you get over that pretty quick...

Pros:
- With NotePad there aren't any tricks, it's just as plain as can be.
- You can strip the stupid text file format header UIBuilder uses with NotePad.
- Free.

I imagine someone will suggest some actual xml editors, but just making sure you know stuff you already have works pretty well.

Quib

XP notepad fixed the character limit issues of previous versions, as well as adding find/replace instead of just find. It's what I use for modding (*snickers at self* modding, right) and web design.

Itanius 01-30-2005 10:13 AM

I use TextPad for HTML, XML, php. Works great.

Weegie 01-30-2005 10:59 AM

another free one -> Context

pooka 01-30-2005 11:54 AM

Editplus
http://www.editplus.com/

Shareware, but it's fully functional forever.

I love it. Actually, love it so much I registered it.

Incredible options.
Small & stable with syntax highlighting.
I've been doing all my asp and html and javascript and perl and css stuff in editplus for several years.

Try it, you'll like it.

mos 01-30-2005 12:48 PM

Try Notepad2, it's what I've been using for a long time.

Drumstix42 01-30-2005 01:32 PM

Tribal IDE is a great text editor I use for almost all coding I do. php, html, xml, c/c++, ect

It was originally created for a game that's code was simliar to c++, but I use it for everything. It's great, simple to use, and has color :p

Screenshot:
http://www.advancedmod.com/download/Tribal_IDE.jpg

Download:
http://www.advancedmod.com/download/Tribal.zip

Deathbane27 01-30-2005 07:47 PM

2 Attachment(s)
Notepad, Wordpad: Same problem as Editpad

TextPad: Same problem

ConTEXT: Same problem

EditPlus: Same problem

Notepad2: Same problem

Tribal: Same problem



Screenshot of the problem, since apparently my description was insufficient:
From Editpad and all the other text editors:


How it should look (From FireFox and Internet Explorer, BEFORE saving with the text editors):


Drumstix42 01-30-2005 07:52 PM

I see now. UIBuilder just parses it like that if it's found in a text string, or w/e it may be. You would have to get an editor that you can edit that stuff and how it displays.

Deathbane27 01-30-2005 07:57 PM

Not just that. Opening the file with a text editor and saving will make it so UIBuilder doesn't parse it anymore. It shows up as &gt; and &lt; in UIBuilder and the game, and I have change them back before it will parse it again.

If one of those editors will take some special settings to save the text in the format UIBuilder can parse, please tell.

Laffs 02-06-2005 12:44 PM

You could try this small editor XMLPad its freeware and has a tree structure on the left and works like a very simple version of the UI builder.

*EDIT* You will find it under Software >> Editors >> and scroll down the page a little way, she got loads of other usefull stuff on there as well I been using her stuff for a few years now, as nearly all of them are standalone apps.

Pure 02-07-2005 07:10 AM

Peter's XML Editor
http://www.iol.ie/~pxe/

Eloa 02-07-2005 08:36 AM

if none of these others do it for you, I tried it and it works fine with PHP Coder Pro (aka PHP IDE). Dont remember where to download it though

sunthas 02-07-2005 12:14 PM

Quote:

Originally Posted by Deathbane27
Not just that. Opening the file with a text editor and saving will make it so UIBuilder doesn't parse it anymore. It shows up as &gt; and &lt; in UIBuilder and the game, and I have change them back before it will parse it again.

If one of those editors will take some special settings to save the text in the format UIBuilder can parse, please tell.

I go back and forth between the UIBuilder and Wordpad all the time. The only thing I've noticed is once in awhile a file will get corrupt with "?" question marks in weird places and I have to go in and replace them. I justed saved a file with UIBuilder let me open it with Wordpad and see what it looks like.

Yup, works fine. I only ever open just the XML file I'm working on not the whole set. Never seen the problem you are describing.

OH!!!! You are putting < and > inside " marks. You probaly have to use the &gt; and &lt; to properly use these as characters and not XML syntax code.

Hideki 02-07-2005 12:19 PM

Personnaly i use Homesite or Superdi, the + from homesite is that you can ask it to not translate all of your problem, the - is that it's not free, but you can find a very nice program and free made for a lot of devs which named

SuperEdi made by Wolosoft where you can find it here :

http://www.wolosoft.com/en/superedi/

you can manage color to sheme all langugae text, use ftp etc, a very nice program

Quib 02-07-2005 12:45 PM

"The only thing I've noticed is once in awhile a file will get corrupt with "?" question marks in weird places..."

This drives me nuts. Everytime I sort through someone else's EQ2MAP xml file, I have to fix all the screwed up symbols (they don't even appear as question marks for me until I copy the damaged area over to NotePad; in WordPad they appear as foreign language characters, Japanese sometimes for example).

Quib

taco-man 02-07-2005 03:58 PM

use notepad2 , it doesnt screw it up at all i think someone posted a link for it a while ago.

Zonx 02-08-2005 07:08 AM

My ColdFusion editor, which is a supped up version of HomeSite, can't handle the encoding either, but I've gotten to like the qurkie UIB since discovering the Play button actually mimics the game environment.

None of the handfull of free XML editors I tried that touted encoding options could deal.


All times are GMT -5. The time now is 05:14 AM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI