Tagged Questions

CFEclipse is an open source integrated development environment (IDE) extension to the Eclipse IDE. It is primarily used for Coldfusion development, but can be used for any programming language.

learn more… | top users | synonyms

5
votes
2answers
262 views

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 ...
5
votes
1answer
618 views

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?
3
votes
4answers
420 views

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 ...
2
votes
3answers
238 views

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: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
1
vote
3answers
467 views

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 ...
0
votes
1answer
44 views

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. ...
0
votes
2answers
63 views

CFEclipse doesn't recognize structName in cfimage tag

This code: <cfimage action="info" structName="imageInfo" source="#imagePath#"> is giving this error: The attribute 'structName' is required for the tag. (Found: [source, structname, ...
0
votes
2answers
108 views

Closing cfpdf tag with </cfpdf> causes error

If I use the following code in my component: <cfpdf action="merge" name="tender"> </cfpdf> I get the following error: Closing tag '' does not match the current parent item: ...
0
votes
2answers
50 views

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 ...
0
votes
1answer
21 views

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)?
0
votes
2answers
163 views

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 ...
0
votes
1answer
266 views

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 ...
0
votes
0answers
90 views

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 ...
0
votes
1answer
193 views

Eclipse and ColdFusion 9 - Report Builder?

Does Eclipse support the ColdFusion 9 Report Builder?
0
votes
1answer
58 views

How do i switch into the code assist window in Coldfusion Builder with my keyboard?

Probably a really stupid question but i can't figure it out. When i type a tag in cfbuilder the code assist shows up but i am not able to jump into this window with a keyboard key (like Tab or ...