CFEclipse Bug Fix (cflocation)
ColdFusionIf you are like me you don't like any errors in your code, let alone errors that are not really erros at all! Well this was happening to me with CFEclipse until today. You probably all know that CFEclipse has a handy debugging tool built in. If you are missing a required attribute the tag will be highlighted with a red squiggly line. This is very very very handy to have, however the squiggly line seemed to be broken on the tag. When trying to debug the squiggly line the message "URL is Compulsory for cflocation" would appear EVEN IF the URL attribute is populated.
After some searching I found the issue on the CFEclipse trac web site, http://trac.cfeclipse.org/cfeclipse/ticket/1. The trac web site mentioned that the issue had been fixed so I figured I needed a newer version. After downloading the latest version did not work I posted a question on the CFEclipse users list. Lucky for me Teddy Payne happend to be reading the list and produced replied with the following message.
<help><![CDATA[
URL of HTML file or CFML page to open.
]]></help>
</parameter>
Needless to say the directions above fixed my problem. No more red squiggly lines. I am one happy programmer. Many thanks to Teddy.
Good Day!
Ryan





Loading....