Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Known Issues

Peter Boughton edited this page Jan 18, 2012 · 4 revisions
  1. File Explorer View Broken
  2. Plug-in "org.cfeclipse.cfml" version "1.3.1.6" referenced by this feature ...
  3. Missing tag-insight
  4. Missing line numbers

Adobe ColdFusion Extensions for Eclipse

  1. Missing "Insert Breakpoint" with CF8 Step Debugger
  2. I installed the Adobe ColdFusion plugin but can't find the RDS ...
  3. Issues with Adobe ColdFusion Extensions for Eclipse and Ganymede

File Explorer View Broken

In recent releases of CFEclipse the File Explorer View will throw an error. Discussions are underway on the mailing list ([view thread](http://groups.google.com/group/cfeclipse- users/browse_thread/thread/fbf7c411097da216?hl=en)) to remove the File Explorer View from CFEclipse as it's been problematic since day 1.

Workaround: Download the "Remote System Explorer" plugin here: [http://downlo ad.eclipse.org/dsdp/tm/downloads/](http://download.eclipse.org/dsdp/tm/downloa ds/)

Plug-in "org.cfeclipse.cfml" version "1.3.1.6" referenced by this feature

is missing.

Edit: C:\eclipse\plugins\org.cfeclipse.cfml_1.3.1.6\plugin.xml (modify the path accordingly)

The 3rd line should look like this:

<plugin
   id="org.cfeclipse.cfml"
   name="CFML Plug-in"
   version="1.3.1.5"
   provider-name="The CFEclipse Crew"
   class="org.cfeclipse.cfml.CFMLPlugin">

Change the version attribute value so it reflects the current version:

<plugin
   id="org.cfeclipse.cfml"
   name="CFML Plug-in"
   version="1.3.1.6"
   provider-name="The CFEclipse Crew"
   class="org.cfeclipse.cfml.CFMLPlugin">

Missing tag-insight

Right click your project, and select 'Add Remove CFE Nature'.

Missing line numbers

In your workspace, find file

.metadata\.plugins\org.eclipse.core.runtime\.settings\org.cfeclipse.cfml.prefs 

If the file doesn't exist - copy and rename one of the other .prefs files.

In org.cfeclipse.cfml.prefs add a line with this text:

lineNumberRuler=true

Adobe ColdFusion Extensions for Eclipse

Missing "Insert Breakpoint" with CF8 Step Debugger

This is a known bug: [http://trac.cfeclipse.org/cfeclipse/ticket/410](http:// trac.cfeclipse.org/cfeclipse/ticket/410) and occurs with any version of Eclipse and the 1.3.2 beta release of CFEclipse. If you need to step debug - use CFEclipse 1.3.1.6.

I installed the Adobe ColdFusion plugin but can't find the RDS

configuration!

See this page on how to install the Adobe ColdFusion plugin.

Issues with Adobe ColdFusion Extensions for Eclipse and Ganymede

There are currently a few issues with the ColdFusion Extensions and Ganymede - see: