<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-1973750947775262558.post888728345735775603..comments</id><updated>2010-11-01T04:24:58.958-04:00</updated><category term='coldfusion'/><category term='BOF'/><category term='server configuration'/><category term='debugging'/><category term='jenkins'/><category term='SQL Server'/><category term='jira'/><category term='CFUnited'/><category term='Windows'/><category term='Security'/><category term='twicf'/><category term='timesavers'/><category term='MongoDB'/><category term='MAX'/><category term='user group'/><category term='TDD'/><category term='bcrypt'/><category term='BDD'/><category term='start'/><category term='CFUG'/><category term='RIAUnleashed'/><category term='ORM'/><category term='eclipse plugin'/><category term='Under  the Hood'/><category term='MXUnit Videos'/><category term='shortcuts'/><category term='Code Dojo'/><category term='OO Design'/><category term='cfeclipse dictionaries'/><category term='Hudson'/><category term='Humor'/><category term='eclipse'/><category term='Documentation'/><category term='closures'/><category term='announcements'/><category term='facebook'/><category term='launchy'/><category term='mxunit product update'/><category term='Continuous Integration'/><category term='cfml'/><category term='scala'/><category term='ant'/><category term='air'/><category term='java'/><category term='refactoring'/><category term='mylyn'/><category term='mxunit eclipse plugin'/><category term='webservices'/><category term='energy saving tips'/><category term='unit testing testing private methods'/><category term='Presentations'/><category term='Best Practices'/><category term='flex'/><category term='test automation'/><category term='LiveCycle'/><category term='android'/><category term='Learning'/><category term='cfant'/><category term='noise control'/><category term='mobile development'/><category term='drivers'/><category term='flash builder'/><category term='generics'/><category term='twitter'/><category term='cfeclipse'/><category term='testability'/><category term='coldfusion builder'/><category term='unit testing'/><category term='ria'/><category term='fun'/><category term='cfObjective'/><category term='blogging'/><category term='svfug'/><category term='conferences'/><category term='subversion'/><title type='text'>Comments on MXUnit Blog: A New Eclipse Timesaver for Flex, Java, and [inser...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.mxunit.org/feeds/888728345735775603/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1973750947775262558/888728345735775603/comments/default'/><link rel='alternate' type='text/html' href='http://blog.mxunit.org/2010/06/new-eclipse-timesaver-for-flex-java-and.html'/><author><name>bill shelton</name><uri>http://www.blogger.com/profile/06624894387927690246</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_R-2JPB8crqk/TIdxkrbeOnI/AAAAAAAAAZw/hHv2ocuuyqA/S220/avatar-twitter-white-bg.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1973750947775262558.post-2036887195796135122</id><published>2010-11-01T04:24:58.958-04:00</published><updated>2010-11-01T04:24:58.958-04:00</updated><title type='text'>Hi Denny, 

Tnx for the quick fix. Although it doe...</title><content type='html'>Hi Denny, &lt;br /&gt;&lt;br /&gt;Tnx for the quick fix. Although it does seem to work a bit better, I&amp;#39;m still getting the error if I open Eclipse and the Snippet Tree View is visible in the first perspective and there is an (text) editor open in the Editor Area.&lt;br /&gt;&lt;br /&gt;Note: I&amp;#39;m saying &amp;quot;(test) editor&amp;quot;, because if the open editor is a graphical editor (from GEF), I get the error as well, but if it&amp;#39;s a text editor (from DLTK), then the Snippet Tree View instantiates just fine.&lt;br /&gt;&lt;br /&gt;Besides this instantiation issue, I ran into two more things that I&amp;#39;d like to run by you (although I do not know if this is the proper place to do so. If not, please point me to the proper location).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item 1&lt;/b&gt;: inside the view, the context menu on nodes coming from a snipex server do not work, until you have right-clicked a node that is locally stored. Right-clicking a snipex node afterwards then all of a sudden does pop up the context menu. &lt;br /&gt;&lt;br /&gt;When you right-click the snipex node before having right-clicked a locally stored node, the following error appears in the log:&lt;br /&gt;!ENTRY org.eclipse.ui 4 0 2010-11-01 09:19:39.840&lt;br /&gt;!MESSAGE Unhandled event loop exception&lt;br /&gt;!STACK 0&lt;br /&gt;java.lang.ClassCastException: org.cfeclipse.snippet.snipex.SnipEx cannot be cast to java.io.File&lt;br /&gt;        at org.cfeclipse.cfml.snippets.views.snips.SnipTreeView.getSelectedFile(SnipTreeView.java:665)&lt;br /&gt;        at org.cfeclipse.cfml.snippets.views.snips.SnipTreeView.fillContextMenu(SnipTreeView.java:537)&lt;br /&gt;        at org.cfeclipse.cfml.snippets.views.snips.SnipTreeView.access$1(SnipTreeView.java:536)&lt;br /&gt;        at org.cfeclipse.cfml.snippets.views.snips.SnipTreeView$12.menuAboutToShow(SnipTreeView.java:524)&lt;br /&gt;        at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:338)&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item 2&lt;/b&gt;: Once you have the context menu going on the snipex nodes, when you try to use one of the options from it (or click one of the buttons of the view&amp;#39;s toolbar when a snipex node is selected), you also get the same ClassCast error as mentioned under Item 1 in the log and nothing happens.&lt;br /&gt;&lt;br /&gt;Hope you can shed some light on this, or point me to the proper location to discuss these things.&lt;br /&gt;&lt;br /&gt;TIA,&lt;br /&gt;&lt;br /&gt;K</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1973750947775262558/888728345735775603/comments/default/2036887195796135122'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1973750947775262558/888728345735775603/comments/default/2036887195796135122'/><link rel='alternate' type='text/html' href='http://blog.mxunit.org/2010/06/new-eclipse-timesaver-for-flex-java-and.html?showComment=1288599898958#c2036887195796135122' title=''/><author><name>K</name><uri>http://www.blogger.com/profile/14896039405260227579</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mxunit.org/2010/06/new-eclipse-timesaver-for-flex-java-and.html' ref='tag:blogger.com,1999:blog-1973750947775262558.post-888728345735775603' source='http://www.blogger.com/feeds/1973750947775262558/posts/default/888728345735775603' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-509029085'/></entry><entry><id>tag:blogger.com,1999:blog-1973750947775262558.post-8052659682715598930</id><published>2010-10-31T19:01:51.251-04:00</published><updated>2010-10-31T19:01:51.251-04:00</updated><title type='text'>Alrighty, looks like it&amp;#39;s fixed in the latest ...</title><content type='html'>Alrighty, looks like it&amp;#39;s fixed in the latest version.  Update and holler if anything goes sideways for ya!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1973750947775262558/888728345735775603/comments/default/8052659682715598930'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1973750947775262558/888728345735775603/comments/default/8052659682715598930'/><link rel='alternate' type='text/html' href='http://blog.mxunit.org/2010/06/new-eclipse-timesaver-for-flex-java-and.html?showComment=1288566111251#c8052659682715598930' title=''/><author><name>Denny</name><uri>http://www.blogger.com/profile/05808280986945559706</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mxunit.org/2010/06/new-eclipse-timesaver-for-flex-java-and.html' ref='tag:blogger.com,1999:blog-1973750947775262558.post-888728345735775603' source='http://www.blogger.com/feeds/1973750947775262558/posts/default/888728345735775603' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-417050190'/></entry><entry><id>tag:blogger.com,1999:blog-1973750947775262558.post-6921921472852728102</id><published>2010-10-27T17:21:40.514-04:00</published><updated>2010-10-27T17:21:40.514-04:00</updated><title type='text'>Ja, I know what&amp;#39;s causing that I think.  I&amp;#39...</title><content type='html'>Ja, I know what&amp;#39;s causing that I think.  I&amp;#39;ll check it out a bit later and holler when there&amp;#39;s an update available.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1973750947775262558/888728345735775603/comments/default/6921921472852728102'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1973750947775262558/888728345735775603/comments/default/6921921472852728102'/><link rel='alternate' type='text/html' href='http://blog.mxunit.org/2010/06/new-eclipse-timesaver-for-flex-java-and.html?showComment=1288214500514#c6921921472852728102' title=''/><author><name>Denny</name><uri>http://www.blogger.com/profile/05808280986945559706</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mxunit.org/2010/06/new-eclipse-timesaver-for-flex-java-and.html' ref='tag:blogger.com,1999:blog-1973750947775262558.post-888728345735775603' source='http://www.blogger.com/feeds/1973750947775262558/posts/default/888728345735775603' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-417050190'/></entry><entry><id>tag:blogger.com,1999:blog-1973750947775262558.post-3552014215258548745</id><published>2010-10-27T10:46:28.239-04:00</published><updated>2010-10-27T10:46:28.239-04:00</updated><title type='text'>K,
  I&amp;#39;ll follow up with Denny and see if he h...</title><content type='html'>K,&lt;br /&gt;  I&amp;#39;ll follow up with Denny and see if he has any thoughts on this.&lt;br /&gt;&lt;br /&gt;thanks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1973750947775262558/888728345735775603/comments/default/3552014215258548745'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1973750947775262558/888728345735775603/comments/default/3552014215258548745'/><link rel='alternate' type='text/html' href='http://blog.mxunit.org/2010/06/new-eclipse-timesaver-for-flex-java-and.html?showComment=1288190788239#c3552014215258548745' title=''/><author><name>Marc Esher</name><uri>http://www.blogger.com/profile/05942611191966201181</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mxunit.org/2010/06/new-eclipse-timesaver-for-flex-java-and.html' ref='tag:blogger.com,1999:blog-1973750947775262558.post-888728345735775603' source='http://www.blogger.com/feeds/1973750947775262558/posts/default/888728345735775603' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-260340863'/></entry><entry><id>tag:blogger.com,1999:blog-1973750947775262558.post-460153055647246492</id><published>2010-10-27T07:05:54.589-04:00</published><updated>2010-10-27T07:05:54.589-04:00</updated><title type='text'>Hi, this stand-alone version of the snippet Tree V...</title><content type='html'>Hi, this stand-alone version of the snippet Tree View is great, exactly what I was looking for.&lt;br /&gt;&lt;br /&gt;I installed it into my Eclipse, but ran into the following problem:&lt;br /&gt;- If I open Eclipse and the Snippet Tree View is visible or&lt;br /&gt;- When I add the Snippet Tree view to my Perspective when there is no editor open in the Editor Area&lt;br /&gt;the view doesn&amp;#39;t initialize properly. The following error is raised:&lt;br /&gt;java.lang.NullPointerException&lt;br /&gt; at org.cfeclipse.cfml.snippets.properties.CFMLPropertyManager.getSnippetsPath(CFMLPropertyManager.java:103)&lt;br /&gt; at org.cfeclipse.cfml.snippets.views.snips.SnipTreeView.(SnipTreeView.java:153)&lt;br /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;br /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)&lt;br /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)&lt;br /&gt;....&lt;br /&gt;&lt;br /&gt;If i add the view to my perspective when there is an Editor open, it works just fine.&lt;br /&gt;&lt;br /&gt;Any thoughts? I&amp;#39;m posting it here, because I cannot seem to find any other reference to this stand alone version of the Snippet Tree View, neither on the CFEclipse website/wiki/Google groups or anywhere else.&lt;br /&gt;&lt;br /&gt;TIA,&lt;br /&gt;&lt;br /&gt;K</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1973750947775262558/888728345735775603/comments/default/460153055647246492'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1973750947775262558/888728345735775603/comments/default/460153055647246492'/><link rel='alternate' type='text/html' href='http://blog.mxunit.org/2010/06/new-eclipse-timesaver-for-flex-java-and.html?showComment=1288177554589#c460153055647246492' title=''/><author><name>K</name><uri>http://www.blogger.com/profile/14896039405260227579</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mxunit.org/2010/06/new-eclipse-timesaver-for-flex-java-and.html' ref='tag:blogger.com,1999:blog-1973750947775262558.post-888728345735775603' source='http://www.blogger.com/feeds/1973750947775262558/posts/default/888728345735775603' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-509029085'/></entry></feed>
