Re: [SourceJammer-devel] Re: AW: [SourceJammer-users] Eclipse Plugin Beta Pre-release
Brought to you by:
robertmacgrogan
From: Chris D. <gp...@ti...> - 2005-03-01 15:24:51
|
I did some testing today on a fresh eclipse install and was able to recreate the issue with the php plugin and the filter fix not working. Apparently eclipse is caching the plugin information somewhere so it is not noticing your changes to the plugin.xml. Try removing the filter lines from plugin.xml and then start eclipse with the "-clean" switch and see if that works. Also if you add adaptable="true" to the page tag you should get the property page from the right click menus as well as the top menu. Just remember to run the clean switch after you make the changes. --Chris Duck |