cfeclipse

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 wrote "myObject" as "my_object". Is there a way to change the double-click selection behavior...

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 parse the ColdFusion code to identify things like function declarations, function calls, ...

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 down-arrow). I have to mouse-click on the window before i am able to navigate within it with the arrow keys. In cfeclipse it is possible to just...

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? ...

Eclipse and ColdFusion 9 - Report Builder?

Does Eclipse support the ColdFusion 9 Report Builder? ...