Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Tutorials & Info. > XML Tutorials & Info.
User Name
Password

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 04-09-2003, 06:57 AM   #1
Aeroslin
A Ghoul
 
Join Date: Oct 2002
Posts: 13
Default Text Editor

I'm sure everyone has their favorite text editor but if you don't and are looking for one that isn't specific to any specific OS, try Jext. http://www.jext.org

I've been working on story window mods and this the only program that I have found that will append text at the beginning of every line, even when there is existing text. You can select the whole page, then tell it to insert <BR> at the beginning of every line. Works like a charm.

--edit
to prove the usefulness of Jext, I created a custom tag 'inserter' for it. Save the following text into a file called EQSL.insert.xml and put it into the \Documents and Settings\User Name\.jext\xinsert\ folder. (applies to Win2k and XP)

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE xinsert SYSTEM "xinsert.dtd">
<xinsert>
<menu name="EQ Story Line">
<item name="BreakLine">&lt;br&gt;</item>
<item name="DocLink">&lt;a href"file:///storyline/"&gt;|&lt;/a&gt;</item>
<item name="Green">&lt;c "#00FF00"&gt;|&lt;/c&gt;</item>
<item name="Yellow">&lt;c "#FFFF00"&gt;|&lt;/c&gt;</item>
<item name="Cyan">&lt;c "#66CCFF"&gt;|&lt;/c&gt;</item>
<item name="Magenta">&lt;c "#FF00FF"&gt;|&lt;/c&gt;</item>
</menu>
</xinsert>

Last edited by Aeroslin : 04-13-2003 at 03:27 AM.
Aeroslin is offline   Reply With Quote
 




Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 03:25 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI