<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Linkerator 3.2</title>
	<atom:link href="http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/</link>
	<description>Superior Gadget &#38; Doodad Emporium</description>
	<lastBuildDate>Wed, 25 Apr 2012 21:18:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Wiktor</title>
		<link>http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/comment-page-1/#comment-10225</link>
		<dc:creator>Wiktor</dc:creator>
		<pubDate>Mon, 26 Jul 2010 22:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/?p=350#comment-10225</guid>
		<description>&lt;p&gt;Aaaw..&lt;/p&gt;

&lt;p&gt;I just LOVE linkarator. It has helped me to get a lots and lots of gold. I so hope u can get time to fix it some day. You make my wow time brighter :)&lt;/p&gt;

&lt;p&gt;/hug Wiktor&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Aaaw..</p>

<p>I just LOVE linkarator. It has helped me to get a lots and lots of gold. I so hope u can get time to fix it some day. You make my wow time brighter <img src='http://fizzwidget.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>/hug Wiktor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cithan</title>
		<link>http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/comment-page-1/#comment-10224</link>
		<dc:creator>Cithan</dc:creator>
		<pubDate>Wed, 21 Jul 2010 22:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/?p=350#comment-10224</guid>
		<description>&lt;p&gt;I got this more or less working following the advice from Xod, though it took me couple of hours since I&#039;m not familar with lua or WoW addons in general.&lt;/p&gt;

&lt;p&gt;The key was removing the OnChar hook and moving this code into the FLT_ChatEdit_OnTextChanged function after the first if clause:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;local text = self:GetText();
local textlen = strlen(text);
local _, _, query = string.find(text, &quot;%[([^]]-)$&quot;);
if (query and string.len(query) &gt; 0) then
    FLT_PartialText = text;
end

FLT_ChatCompleteQueued = GetTime();
FLT_CompletionBox = self;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Finally I set a one second delay using /link delay 1 since it was autocompleting instantly.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I got this more or less working following the advice from Xod, though it took me couple of hours since I&#8217;m not familar with lua or WoW addons in general.</p>

<p>The key was removing the OnChar hook and moving this code into the FLT_ChatEdit_OnTextChanged function after the first if clause:</p>

<pre><code>local text = self:GetText();
local textlen = strlen(text);
local _, _, query = string.find(text, "%[([^]]-)$");
if (query and string.len(query) &gt; 0) then
    FLT_PartialText = text;
end

FLT_ChatCompleteQueued = GetTime();
FLT_CompletionBox = self;
</code></pre>

<p>Finally I set a one second delay using /link delay 1 since it was autocompleting instantly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AZMAK</title>
		<link>http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/comment-page-1/#comment-10212</link>
		<dc:creator>AZMAK</dc:creator>
		<pubDate>Sun, 04 Jul 2010 14:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/?p=350#comment-10212</guid>
		<description>&lt;p&gt;Sorry forgot to give my email -&lt;/p&gt;

&lt;p&gt;mak (dot) arizona (at) hotmail (dot) com&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry forgot to give my email -</p>

<p>mak (dot) arizona (at) hotmail (dot) com</p>

<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AZMAK</title>
		<link>http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/comment-page-1/#comment-10211</link>
		<dc:creator>AZMAK</dc:creator>
		<pubDate>Sun, 04 Jul 2010 14:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/?p=350#comment-10211</guid>
		<description>&lt;p&gt;Xod,&lt;/p&gt;

&lt;p&gt;Can you please post your fix somewhere (the actual files I mean)?&lt;/p&gt;

&lt;p&gt;Or email it to me?  I am suffering withdrawals from not having this anymore; I used it many times a day.&lt;/p&gt;

&lt;p&gt;Linkerator is a one of a kind addon. It&#039;s the only one of it&#039;s type that actually worked til last patch. Telo&#039;s Lootlink hasn&#039;t worked in over two years.&lt;/p&gt;

&lt;p&gt;Please fix this so that it works in current patch, just get it working like it was I don&#039;t care about any improvements, was fine the way it was imo. I did everything I needed it to do.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Xod,</p>

<p>Can you please post your fix somewhere (the actual files I mean)?</p>

<p>Or email it to me?  I am suffering withdrawals from not having this anymore; I used it many times a day.</p>

<p>Linkerator is a one of a kind addon. It&#8217;s the only one of it&#8217;s type that actually worked til last patch. Telo&#8217;s Lootlink hasn&#8217;t worked in over two years.</p>

<p>Please fix this so that it works in current patch, just get it working like it was I don&#8217;t care about any improvements, was fine the way it was imo. I did everything I needed it to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xod</title>
		<link>http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/comment-page-1/#comment-10202</link>
		<dc:creator>Xod</dc:creator>
		<pubDate>Sat, 26 Jun 2010 06:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/?p=350#comment-10202</guid>
		<description>&lt;p&gt;It&#039;s quite simple to get the current version working as it was before by hooking ChatEdit_OnEditFocusGained and ChatEdit_OnEditFocusLost and having those hooks apply and remove the OnChar hook to the current edit frame.&lt;/p&gt;

&lt;p&gt;I have a working version with a change like that which I patched in about 10 minutes work.&lt;/p&gt;

&lt;p&gt;I wonder if you would be willing to just do a simple fix like that and release a new version for your fans?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s quite simple to get the current version working as it was before by hooking ChatEdit_OnEditFocusGained and ChatEdit_OnEditFocusLost and having those hooks apply and remove the OnChar hook to the current edit frame.</p>

<p>I have a working version with a change like that which I patched in about 10 minutes work.</p>

<p>I wonder if you would be willing to just do a simple fix like that and release a new version for your fans?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuorr</title>
		<link>http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/comment-page-1/#comment-10187</link>
		<dc:creator>Tuorr</dc:creator>
		<pubDate>Wed, 23 Jun 2010 06:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/?p=350#comment-10187</guid>
		<description>&lt;p&gt;Getting a Linkerator error message with patch 3.3.5 (6.22.10)... sigh, this was a super usefull addon.  Love your work!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Getting a Linkerator error message with patch 3.3.5 (6.22.10)&#8230; sigh, this was a super usefull addon.  Love your work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hirsute</title>
		<link>http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/comment-page-1/#comment-10186</link>
		<dc:creator>Hirsute</dc:creator>
		<pubDate>Wed, 23 Jun 2010 04:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/?p=350#comment-10186</guid>
		<description>&lt;p&gt;Looks like the ChatFrameEditBox onChar hooking broke with 3.3.5.  From the looks of things, you&#039;re going to need to loop through all of a player&#039;s chat frames and hook their EditBox code individually (ChatFrameEditBox went away, and has been replaced with ChatFrameNEditBox where N is the index of the chat frame.)  Once that&#039;s done, should be good to go.  If you need to determine the name of the Currently Active Chat Frame&#039;s edit box, FCF_GetCurrentChatFrame().editBox:GetName() should give it to you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Looks like the ChatFrameEditBox onChar hooking broke with 3.3.5.  From the looks of things, you&#8217;re going to need to loop through all of a player&#8217;s chat frames and hook their EditBox code individually (ChatFrameEditBox went away, and has been replaced with ChatFrameNEditBox where N is the index of the chat frame.)  Once that&#8217;s done, should be good to go.  If you need to determine the name of the Currently Active Chat Frame&#8217;s edit box, FCF_GetCurrentChatFrame().editBox:GetName() should give it to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akrasia</title>
		<link>http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/comment-page-1/#comment-10158</link>
		<dc:creator>Akrasia</dc:creator>
		<pubDate>Wed, 10 Mar 2010 17:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/?p=350#comment-10158</guid>
		<description>&lt;p&gt;Oh no... Yesterday I got the dreaded message that an addon interfered with an interface action, and taint.log says the Linkerator was the culprit.  I was already trying to cut down on my addons, but this one I will really miss a lot. &lt;em&gt;sigh&lt;/em&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh no&#8230; Yesterday I got the dreaded message that an addon interfered with an interface action, and taint.log says the Linkerator was the culprit.  I was already trying to cut down on my addons, but this one I will really miss a lot. <em>sigh</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitsobar</title>
		<link>http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/comment-page-1/#comment-10097</link>
		<dc:creator>Mitsobar</dc:creator>
		<pubDate>Mon, 28 Dec 2009 22:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/?p=350#comment-10097</guid>
		<description>&lt;p&gt;I&#039;m gona add my agreement with the above posters. I swear by your addons. At first I under valued this addon but over time it has proven it&#039;s worth. I too hope you get time to work on it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m gona add my agreement with the above posters. I swear by your addons. At first I under valued this addon but over time it has proven it&#8217;s worth. I too hope you get time to work on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daxin</title>
		<link>http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/comment-page-1/#comment-10085</link>
		<dc:creator>Daxin</dc:creator>
		<pubDate>Fri, 18 Dec 2009 16:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/?p=350#comment-10085</guid>
		<description>&lt;p&gt;I agree with Paraselene.  I love your addons, and am quite impressed with your work.  I&#039;d hate to see this one go in the can.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I agree with Paraselene.  I love your addons, and am quite impressed with your work.  I&#8217;d hate to see this one go in the can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zabel</title>
		<link>http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/comment-page-1/#comment-10083</link>
		<dc:creator>Zabel</dc:creator>
		<pubDate>Wed, 16 Dec 2009 10:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/?p=350#comment-10083</guid>
		<description>&lt;p&gt;I just want to let you know that this is one of the best addons I have ever used.  I really appreciate the ability to type out item names and have the clickable link show up in chat.  Hopefully you will be able to update it because I haven&#039;t been able to find anything quite like it out there.  All your addons are awesome, keep up the good work!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I just want to let you know that this is one of the best addons I have ever used.  I really appreciate the ability to type out item names and have the clickable link show up in chat.  Hopefully you will be able to update it because I haven&#8217;t been able to find anything quite like it out there.  All your addons are awesome, keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paraselene (Uther)</title>
		<link>http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/comment-page-1/#comment-10081</link>
		<dc:creator>Paraselene (Uther)</dc:creator>
		<pubDate>Sat, 12 Dec 2009 18:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/?p=350#comment-10081</guid>
		<description>&lt;p&gt;Linkerator is a great add-on; very simple to use and clean. Your add-ons are all very high quality. I hope you can find time to update Linkerator for patch 3.3.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Linkerator is a great add-on; very simple to use and clean. Your add-ons are all very high quality. I hope you can find time to update Linkerator for patch 3.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gazmik Fizzwidget</title>
		<link>http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/comment-page-1/#comment-10078</link>
		<dc:creator>Gazmik Fizzwidget</dc:creator>
		<pubDate>Tue, 08 Dec 2009 09:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/?p=350#comment-10078</guid>
		<description>&lt;p&gt;Linkerator is sort of &quot;in limbo&quot; right now. It works on Patch 3.3 (about as well as it did on Patch 3.2, which is to say just barely), but I haven&#039;t had time lately to spend on fixing / improving it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Linkerator is sort of &#8220;in limbo&#8221; right now. It works on Patch 3.3 (about as well as it did on Patch 3.2, which is to say just barely), but I haven&#8217;t had time lately to spend on fixing / improving it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arioch</title>
		<link>http://fizzwidget.com/2009/08/04/gfw-linkerator-3-2/comment-page-1/#comment-10068</link>
		<dc:creator>Arioch</dc:creator>
		<pubDate>Tue, 20 Oct 2009 22:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/?p=350#comment-10068</guid>
		<description>&lt;p&gt;I&#039;ve been using Linkerator for quite a while now with no problems. Suddenly, it&#039;s stopped working correctly. The link is created in my typing field, but does not post as an active link when I hit enter. I&#039;ve tested it in guild and whispers.&lt;/p&gt;

&lt;p&gt;Any ideas?&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using Linkerator for quite a while now with no problems. Suddenly, it&#8217;s stopped working correctly. The link is created in my typing field, but does not post as an active link when I hit enter. I&#8217;ve tested it in guild and whispers.</p>

<p>Any ideas?</p>

<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 6/23 queries in 0.017 seconds using disk: basic

Served from: fizzwidget.com @ 2012-05-22 05:54:53 -->
