Questions tagged [cfeclipse]

CFEclipse is an open source integrated development environment (IDE) extension to the Eclipse IDE. It is primarily used for CFML development, but can be used for HTML, CSS and JavaScript coding.

CFEclipse is an open source integrated development environment (IDE) extension to the Eclipse IDE. It is primarily used for CFML development, but can be used for HTML, CSS and JavaScript coding.

It can be downloaded as an extension from the base Eclipse site at eclipse.org.

Further information about CFEclipse can be found here.

29 questions
1
vote
0 answers

Abnormal Workbench Condition in Eclipse

Occasionally, I get the follow error when working in Eclipse. Restarting the app fixes the problem, but it is very annoying, and it happens all to frequently. I have 8GB of RAM on my desktop running Win7 x64, and I have the following configured in…
RHPT
  • 2,560
  • 5
  • 31
  • 43
1
vote
0 answers

CFC files don't open in eclipse

I installed eclipse oxygen and then CFEclipse and Subclipse using the "Eclipse Marketplace" like I have in past versions. With the current instal, when I open a cfc file in Eclipse, I get a red cross, with an error I'm gonna give you tonight when…
Will3minf0
  • 11
  • 1
1
vote
0 answers

How to add CFML project URL in CFEclipse

I checked with Google and seems like I am the only one having this problem. There are tutorials for a previous version of Eclipse there is nothing for the later versions. I was able to set up my Eclipse installation to handle CFML projects with the…
Binod Kalathil
  • 1,939
  • 1
  • 30
  • 43
1
vote
1 answer

Are ColdFusion 9 Extensions for Eclipse still available?

I'm trying to configure Eclipse + CFEclipse for my ColdFusion IDE and hope to add RDS support. Pages like this one on the Adobe site reference a downloadable extension for Eclipse called ColdFusion Extensions for Eclipse As of 5/20/2014, Adobe's…
Brien Malone
  • 605
  • 1
  • 9
  • 20
1
vote
0 answers

New Aptana install + CFEclipse dependency fail. org.eclipse.ui.browser Where can I get archive version of CFEclipse?

I'm trying to do a new install for a co-worker of Aptana with CFEclipse. However the cfeclipse update is failing due to a dependency. My working system is: Aptana 3.4.2, Eclipse 3.7.2, and CFEclipse 1.4.5. The new system is trying to install…
Alan
  • 259
  • 2
  • 9
0
votes
2 answers

Closing cfpdf tag with causes error

If I use the following code in my component: I get the following error: Closing tag '' does not match the current parent item: 'cffunction' However, if i change the code to:
Jens Wegar
  • 4,147
  • 4
  • 29
  • 34
0
votes
2 answers

Regular Expression based search in CFEClipse for tags not containing an attribute

I've got a few regular expressions down pat, but am struggling within CFEclipse to nail the syntax which finds: all instances of the cfquery tag that don't contain the attribute name I've tried ]*(?!(name=))[^>]*> which I'd intended…
Aidan Whitehall
  • 397
  • 1
  • 4
  • 13
0
votes
1 answer

How to preview a coldfusion page in Eclipse?

I have cf installed in ~/Sites and my Eclipse projects are stored into ~/Documents/workspace How do I preview a page that I've written in Eclipse (I'm using CFEclipse plugin)?
Enrico Susatyo
  • 19,372
  • 18
  • 95
  • 156
0
votes
2 answers

CFeclipse on Eclipse 3.7 hangs on 10016kb

I am trying to install CFeclipse on Eclipse 3.7. Only possible without the docshare option, but I don't think i really need that. But still, i get a problem. My install hangs when 10016kb of the file is downloaded. Then nothing happens anymore. Is…
Maarten Baars
  • 71
  • 2
  • 4
0
votes
1 answer

CFEclipse:- Auto Complete,keyboard shortcuts and toolbar icons not working

I have CFEclipse-Java/Release 3.6.1 installed on my sys(Coldfusion-8/Windows XP professional) I am facing the following problems:- 1) Auto code Complete of tags, is not working 2) the code hint for tags is not working 3)The icons on the toolbars…
vas
  • 2,078
  • 9
  • 39
  • 60
0
votes
0 answers

How to start debugging ColdFusion in Eclipse

I have installed Eclipse and Java 1.8 (latest one including JRE). I have also installed CFEclipse but when ever I try to run the web app to debug it. I get the following error: The steps I have taken: Installed JDK and JRE Installed…
Donald Jansen
  • 1,937
  • 4
  • 22
  • 41
0
votes
1 answer

Eclipse and ColdFusion 9 - Report Builder?

Does Eclipse support the ColdFusion 9 Report Builder?
0
votes
0 answers

Tag editor button and Ctrl+T not opening in CFEclipse Release 2 (4.4.2) in Win 7

I cannot get the tag editor to open on a selected tag. Also it would be great of I could get it to open on right click like Homesite. I have searched both Luna and Adobe's site and just get sent in circles.
Andy
  • 169
  • 1
  • 1
  • 12
0
votes
1 answer

Eclipse syntax highlighting

I am trying to add CFeclipse highlighting to *.js files but it is not working in the Luna version of Eclipse I try going to Window -> Preferences -> General -> Content Types and adding it there but the syntax highlighting does not appear. Any…
tbdevmanager
  • 373
  • 5
  • 15
1
2