<?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: Trap Flash CS3 compiler errors and line numbers&#8230; in jEdit!</title>
	<atom:link href="http://www.turdhead.com/2007/12/06/trap-flash-cs3-compiler-errors-and-line-numbers-in-jedit-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.turdhead.com/2007/12/06/trap-flash-cs3-compiler-errors-and-line-numbers-in-jedit-2/</link>
	<description>For geeks with social skills!</description>
	<lastBuildDate>Wed, 05 May 2010 09:31:40 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.turdhead.com/2007/12/06/trap-flash-cs3-compiler-errors-and-line-numbers-in-jedit-2/comment-page-1/#comment-32149</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Thu, 17 Jul 2008 08:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.turdhead.com/2007/12/06/trap-flash-cs3-compiler-errors-and-line-numbers-in-jedit-2/#comment-32149</guid>
		<description>finally found out why setModifierMapping wasn&#039;t enough to get alt working! you also need to set these two lines:
Debug.ALT_KEY_PRESSED_DISABLED = false;
Debug.ALTERNATIVE_DISPATCHER = false;

I found this info here: http://muzso.hu/node/4304

yay AS editing here i come.</description>
		<content:encoded><![CDATA[<p>finally found out why setModifierMapping wasn&#8217;t enough to get alt working! you also need to set these two lines:<br />
Debug.ALT_KEY_PRESSED_DISABLED = false;<br />
Debug.ALTERNATIVE_DISPATCHER = false;</p>
<p>I found this info here: <a href="http://muzso.hu/node/4304" rel="nofollow"></a><a href='http://muzso.hu/node/4304'>http://muzso.hu/node/4304</a></p>
<p>yay AS editing here i come.
<p>
				<span id="reportcomment_results_div_32149"><a href="javascript:void(0);" onclick="reportComment_AddTextArea( 32149 );" title="Report this comment" rel="nofollow">Report this comment</a></span><br />
				<span id="reportcomment_comment_div_32149"></span>
			</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.turdhead.com/2007/12/06/trap-flash-cs3-compiler-errors-and-line-numbers-in-jedit-2/comment-page-1/#comment-26310</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Sun, 10 Feb 2008 05:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.turdhead.com/2007/12/06/trap-flash-cs3-compiler-errors-and-line-numbers-in-jedit-2/#comment-26310</guid>
		<description>yeah i found the setModifierMapping macro too, however no matter what order you put the masks in, alt never works. 
KeyEventTranslator.setModifierMapping(
        InputEvent.CTRL_MASK,
        InputEvent.ALT_MASK,
        InputEvent.META_MASK,
        InputEvent.SHIFT_MASK);</description>
		<content:encoded><![CDATA[<p>yeah i found the setModifierMapping macro too, however no matter what order you put the masks in, alt never works.<br />
KeyEventTranslator.setModifierMapping(<br />
        InputEvent.CTRL_MASK,<br />
        InputEvent.ALT_MASK,<br />
        InputEvent.META_MASK,<br />
        InputEvent.SHIFT_MASK);
<p>
				<span id="reportcomment_results_div_26310"><a href="javascript:void(0);" onclick="reportComment_AddTextArea( 26310 );" title="Report this comment" rel="nofollow">Report this comment</a></span><br />
				<span id="reportcomment_comment_div_26310"></span>
			</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VeryVito</title>
		<link>http://www.turdhead.com/2007/12/06/trap-flash-cs3-compiler-errors-and-line-numbers-in-jedit-2/comment-page-1/#comment-25938</link>
		<dc:creator>VeryVito</dc:creator>
		<pubDate>Sun, 03 Feb 2008 18:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.turdhead.com/2007/12/06/trap-flash-cs3-compiler-errors-and-line-numbers-in-jedit-2/#comment-25938</guid>
		<description>Thanks for the kind words, Sebastian. As a Windows refugee, I tend to overlook the Option keys myself -- I naturally gravitated to CMD-right and CMD-left to move from one word to the next, and only now realized that the OPTION key is indeed &quot;dead&quot; to jEdit. 

Apparently, you can change the behavior of modifier keys using the &quot;setModifierMapping&quot; method within a macro (found this info &lt;a href=&quot;http://www.nabble.com/jEdit-on-MacOS-(issues-questions)-td14723750.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, but sadly, I&#039;m not sure what to do with it from there). I&#039;ll look around, though, as I assume this will probably aggravate more people, too.

Thanks for the head&#039;s up!</description>
		<content:encoded><![CDATA[<p>Thanks for the kind words, Sebastian. As a Windows refugee, I tend to overlook the Option keys myself &#8212; I naturally gravitated to CMD-right and CMD-left to move from one word to the next, and only now realized that the OPTION key is indeed &#8220;dead&#8221; to jEdit. </p>
<p>Apparently, you can change the behavior of modifier keys using the &#8220;setModifierMapping&#8221; method within a macro (found this info <a href="http://www.nabble.com/jEdit-on-MacOS-(issues-questions)-td14723750.html" target="_blank" rel="nofollow">here</a>, but sadly, I&#8217;m not sure what to do with it from there). I&#8217;ll look around, though, as I assume this will probably aggravate more people, too.</p>
<p>Thanks for the head&#8217;s up!
<p>
				<span id="reportcomment_results_div_25938"><a href="javascript:void(0);" onclick="reportComment_AddTextArea( 25938 );" title="Report this comment" rel="nofollow">Report this comment</a></span><br />
				<span id="reportcomment_comment_div_25938"></span>
			</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.turdhead.com/2007/12/06/trap-flash-cs3-compiler-errors-and-line-numbers-in-jedit-2/comment-page-1/#comment-25865</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Sun, 03 Feb 2008 09:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.turdhead.com/2007/12/06/trap-flash-cs3-compiler-errors-and-line-numbers-in-jedit-2/#comment-25865</guid>
		<description>Hi!

Your jedit tweaks are fantastic! Thanks  heaps!

However the one thing stopping me from moving over to jedit for actionscripting, is the fact that you cannot set &quot;go to next word&quot; and &quot;go to prev word&quot; as the os x default shortcuts: option-right and option-left. From what I can tell, jedit doesn&#039;t recognise the option/alt key in osx. 

I tried recording go to next word as a macro and it looks like textArea.goToNextWord(false,false);
 and I tried setting that as a shortcut in system preferences &gt; mouse/keyboard &gt; shortcuts. But because jedit doesn&#039;t recognise alt/option it wont work at any level.

I see this bug has been reported in sourceforge, but not much action... 

Any other ideas how to fix this?
Then jedit would be perfect!

Thx,
Sebastian.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Your jedit tweaks are fantastic! Thanks  heaps!</p>
<p>However the one thing stopping me from moving over to jedit for actionscripting, is the fact that you cannot set &#8220;go to next word&#8221; and &#8220;go to prev word&#8221; as the os x default shortcuts: option-right and option-left. From what I can tell, jedit doesn&#8217;t recognise the option/alt key in osx. </p>
<p>I tried recording go to next word as a macro and it looks like textArea.goToNextWord(false,false);<br />
 and I tried setting that as a shortcut in system preferences &gt; mouse/keyboard &gt; shortcuts. But because jedit doesn&#8217;t recognise alt/option it wont work at any level.</p>
<p>I see this bug has been reported in sourceforge, but not much action&#8230; </p>
<p>Any other ideas how to fix this?<br />
Then jedit would be perfect!</p>
<p>Thx,<br />
Sebastian.
<p>
				<span id="reportcomment_results_div_25865"><a href="javascript:void(0);" onclick="reportComment_AddTextArea( 25865 );" title="Report this comment" rel="nofollow">Report this comment</a></span><br />
				<span id="reportcomment_comment_div_25865"></span>
			</p>
]]></content:encoded>
	</item>
</channel>
</rss>
