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
13
votes
3 answers

very small fonts and icons on 4k screens

I'm using CFeclipse on Windows 10 OS. With the adaptation of new 4k resolution laptops. Eclipse displays small icons and fonts. Its also reported as a bug in https://bugs.eclipse.org/bugs/show_bug.cgi?id=451693.
Vlad
  • 1,077
  • 2
  • 13
  • 27
8
votes
2 answers

ColdFusion IDE equivalent to Visual Studio's "go to definition" and "find usages"

Do any of the ColdFusion IDEs/IDE plugins allow you to perform actions similar to Visual Studio's go to definition and find usages (some details of which are on this page)? For example, in one .cfc file I might have:
Richard Ev
  • 52,939
  • 59
  • 191
  • 278
5
votes
2 answers

Best practice with Coldfusion deployment

I'm new to Coldfusion development and inherited an already deployed project. Due to various technical limitation, it is not possible to develop locally on our workstations (like you would do for .net). As a consequence, the files are edited directly…
E. Jaep
  • 2,095
  • 1
  • 30
  • 56
5
votes
1 answer

Setting up MXUnit for multiple webroots (on a single box) such that the preferences don't need to be constantly changed for MXUnit's location

Background When we want to create a ColdFusion application (in our development environment, a separate box from my PC) we setup an IIS (internet information services) site with a physical location holding all the CFCs CFMs etc that make up our…
Richard Tingle
  • 16,906
  • 5
  • 52
  • 77
5
votes
2 answers

How to Format Text in Eclipse with cfeclipse plug-in

How can I reformat the Text(.cfm file) ? I am trying to do CTRL+SHIFT+F which works for java files, But its not working with Coldfusion files. ? Is there anyway I can format the text?
CFUser
  • 2,295
  • 5
  • 32
  • 37
4
votes
2 answers

Using Git With Eclipse Remote Systems Explorer

I am doing web development using CFEclipse with Classic Eclipse (Indigo) on a Windows Server. I am using Remote Systems Explorer to access a Linux box via sftp. The Linux box has Git installed. There is one branch in the development folder. I…
davidj
  • 254
  • 2
  • 9
4
votes
3 answers

ColdFusion code parser?

I'm trying to create an app to search my company's ColdFusion codebase. I'd like to be able to do intelligent searches, for example: find where a function is defined (and not hit everywhere the function is called). In order to do this, I'd need to…
Kip
  • 107,154
  • 87
  • 232
  • 265
3
votes
1 answer

Line Debugging in ColdFusion 11 with CFEclipse

Has anyone had any luck in setting line debugging in Eclipse with the CFEclipse plugin? The instructions seem to be for the actual ColdFusion IDE. We are running ColdFusion 11. I've been playing around with the line debugger in FusionDebug, but I…
3
votes
2 answers

Eclipse keeps building workspace

I'm using Eclipse Mars 4.5.0 IDE, and developing ColdFusion applications using CFEclipse plugin. Also, I have SVN Subversion and FileSync plugins. The company, which I work, has a huge repository. I synchronized all files to the my own workspace…
aeh
  • 83
  • 1
  • 7
3
votes
3 answers

Double click text selection in CFEclipse

In CFEclipse, I do a lot of double-clicking to select text. The standard behavior is to select all text within the nearest word boundaries. This is problematic when editing code where the original editor didn't use camel-case; for example, they…
Ross
  • 3,709
  • 8
  • 35
  • 33
2
votes
3 answers

Aptana 3 - CFEclipse - .cfm file - UTF-8 encoding incorrect

I have created the following .cfm file using the CFML editor of CFEclipse in Aptana 3:
eb_Dev
  • 873
  • 2
  • 13
  • 25
2
votes
0 answers

How Do We Turn Off ColdFusion Builder Tag Help on Mouseover?

We use CF Builder 3 and 4 on various machines at work. When one hovers the mouse over a tag, a little yellow popup appears to explain what the tag is for. The explanations are inane, and rapidly become annoying because the popup appears right over…
noogrub
  • 872
  • 2
  • 12
  • 20
2
votes
0 answers

Getting Bootstrap insight in Eclipse

I use Eclipse for my day-to-day development in ColdFusion, using the CFEclipse plugin. Since a lot of development now starts with Bootstrap, I'd like to use insight (Proposals I think they're called in Eclipse) in the interface so I don't have to…
2
votes
1 answer

Adding Coldfusion10 dictionary to CFEclipse Plugin

I downloaded CfEclipse plugin (http://www.cfeclipse.org/update) for Eclipse 4.2.2. I can't see the support for Coldfusion 10. How to add Coldfusion 10 tags/functions?
Rk..
  • 753
  • 1
  • 10
  • 27
1
vote
2 answers

CFEclipse doesn't recognize structName in cfimage tag

This code: is giving this error: The attribute 'structName' is required for the tag. (Found: [source, structname, action]) When I run this code in CFBuilder - everything is OK,…
Wolandello
  • 127
  • 4
  • 15
1
2