Subclipse HOWTO PDF Print E-mail
Written by David Torre   

Testing CFEclipse

Once Eclipse has been restarted, verify that the CFEclipse “perspective” is available by creating a new ColdFusion project and sample CFML files. This may be accomplished as follows:

Launch Eclipse, and open a new project by going to File > New > Project...

new-project.png

 

 

 

 

 

 

 

Within the Project Selection Wizard, choose “CFML Project” Under CFEclipse, then hit Next.

 

cfml-project.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Finally, give the project a name, such as “Test2,” and hit Finished. Do not select any other projects to reference.

 

You may be asked to open the project using the CFEclipse “perspective.” This essentially loads the ColdFusion user-interface, rather than the default Java programming IDE interface. Choose yes, and click the “Remember by decision” check box:

 

cfeclipse-perspective.png

 

 

 

 

 

 

 

 

 

 

 

At this point, you should be able to right-click on your project, select new, and choose ColdFusion files, such as CFM or CFC files:

 

new-cfml-file.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Upon typing your CF code, your editor should now have context-sensitive ColdFusion tag-completion, as well as ColdFusion documentation references:

 Code Completion example
 Tag/Function Dictionary
 cf-auto-complete.png  dictionary.png

  

 



 
Copyright © 2006-2010 Atomic Fission