What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Beta Release] RTF Tools 0.3.1

[Beta Release] RTF Tools 0.3.1
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: [Beta Release] RTF Tools
Seems like he forgot to end his RegExp's. :P Replace lines 49 and 50 with:
code:
rtfData = rtfData.replace(/\\{/,"{");   
rtfData = rtfData.replace(/\\}/,"}");

Wonderful work there, Dempsey! I tried it with some copied text from WordPad and the debugger doesn't lie: it works! :D However, my Office Word 2007 seems to make things a lot more difficult, it doesn't recognize it. (line 86 "var sColourTbl = rtfData.match(/\\colortbl(.+)\}/)[1];" fails).

I changed it so it actually returns the text, this is really useful! (H)

Hint: add the command to Plus!' commands list! ;)

This post was edited on 09-05-2007 at 05:40 PM by Matti.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
09-05-2007 05:39 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Beta Release] RTF Tools 0.3.1 - by Dempsey on 09-05-2007 at 04:30 PM
RE: [Beta Release] RTF Tools - by Sunshine on 09-05-2007 at 04:44 PM
RE: [Beta Release] RTF Tools - by Matti on 09-05-2007 at 05:39 PM
RE: [Beta Release] RTF Tools - by absorbation on 09-05-2007 at 05:56 PM
RE: [Beta Release] RTF Tools - by Dempsey on 09-06-2007 at 12:06 PM
RE: [Beta Release] RTF Tools - by Felu on 09-06-2007 at 02:03 PM
RE: [Beta Release] RTF Tools - by Dempsey on 09-06-2007 at 02:16 PM
RE: RE: [Beta Release] RTF Tools - by felipEx on 09-06-2007 at 02:38 PM
RE: [Beta Release] RTF Tools - by Mnjul on 09-06-2007 at 03:42 PM
RE: [Beta Release] RTF Tools - by Dempsey on 09-06-2007 at 03:51 PM
RE: [Beta Release] RTF Tools 0.3 - by Mnjul on 09-06-2007 at 04:01 PM
RE: [Beta Release] RTF Tools 0.3 - by Dempsey on 09-06-2007 at 04:03 PM
RE: [Beta Release] RTF Tools 0.3.1 - by Dempsey on 09-07-2007 at 04:18 PM
RE: [Beta Release] RTF Tools 0.3.1 - by Mnjul on 09-07-2007 at 04:24 PM
RE: [Beta Release] RTF Tools 0.3.1 - by Dempsey on 09-07-2007 at 04:27 PM
RE: [Beta Release] RTF Tools 0.3.1 - by Mnjul on 09-07-2007 at 04:38 PM
RE: [Beta Release] RTF Tools 0.3.1 - by Mnjul on 10-07-2007 at 05:41 PM
RE: [Beta Release] RTF Tools 0.3.1 - by Dempsey on 10-07-2007 at 05:42 PM
RE: [Beta Release] RTF Tools 0.3.1 - by Mnjul on 10-08-2007 at 03:07 PM
RE: [Beta Release] RTF Tools 0.3.1 - by Dempsey on 10-08-2007 at 03:11 PM
RE: [Beta Release] RTF Tools 0.3.1 - by warmth on 10-08-2007 at 07:36 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On