Posts in "coldfusion-builder"

30 posts in coldfusion-builder

acf ColdFusion coldfusion-builder Mylyn

There was a tweet by lolajl about frustrations with installing Mylyn on the CFBuilder2.0.1 beta. My recommendation was to skip trying the standalone then adding Mylyn. I would use Eclipse , then add CFB as a plugin. Below are the steps, I ran through when i installed CFB on Windows. 1) Download...

ColdFusion coldfusion-builder

A cool feature of ColdFusion Builder 2.0 is the Advance ColdFusion Search with tags. This is pretty sweet for example today I wanted to find all the cffile tags with the action write . Let's open up the search, Search --> ColdFusion Search, to see what I am talking about. This is slightly different...

ColdFusion coldfusion-builder Eclipse

I have a friend who emailed me last night after downloading a public beta for Adobe's second generation of an IDE based on Eclipse which enables developers to rapidly build, deploy, and maintain robust Internet applications for the enterprise. He had two gripes: Key Assists and Auto-closing tags....

ColdFusion coldfusion-builder Eclipse

I downloaded an Adobe software package based on Eclipse for building web applications and installed it as standalone. The software package didn't contain a couple Eclipse tools I use for collaboration. This post will show how to add the latest Eclipse (Helios) update site and install Eclipse tools....

ColdFusion coldfusion-builder

Adobe announced public beta for their second release of an IDE based on Eclipse which enables developers to rapidly build, deploy, and maintain robust Internet applications for the enterprise. "The new beta release provides professional coding tools, server management, testing tools, and new...

CFEclipse coldfusion-builder Eclipse

I have a post " Turbo Charging Eclipse " and this is a follow up to show my current eclipse.ini file. I had someone recently mention my suggestions really improved their Eclipse experience. Warning: Before modifying your eclipse.ini be sure to back it up. The ini file is notoriously easy to mess up...

coldfusion-builder git github

First ColdFusion & Github update in a while, I was fishing last week in Northern Minnesota so missed two Fridays. Github now has the concept of organizations to simplify management of group-owned repositories. Github would like feedback from Windows users . Next week, July 13, 2010, there will be...

coldfusion-builder git github

Being the end of the month, I'll also mention monthly updates of ColdFusion on Github besides weekly updates. Some blog posts are about git and coldfusion this past week are: Git Global Ignores, Can Be Overridden Git Training in DC - July FW/1 1.1 is one step away Recently Created Repositories[...

coldfusion-builder Mylyn

I'll fix up this post but this is a quick run through to install Mylyn onto ColdFusion Builder standalone. Here is a link to the 5 min screencast of the process . Add the update site (help --> install new software) Add http://download.eclipse.org/releases/ganymede/ as ganymede filter mylyn and then...

coldfusion-builder github

This week ColdFusion position on Github is currently 31. To put this in perspective, ASP is 27th and PHP is 6th. Please keep creating and moving your open source projects to Github. Most Watched This Week andyj / isValidRSS-CFC bobsilverberg / ValidateThisColdBoxPlugin crimsonskyfalling /...

CFEclipse coldfusion-builder

I haven't been able to use ColdFusion Builder extensively yet, but here are my favorite 8 key assists so far. First group is First group is not too amazing and still should be mentioned. They are available in CFEclipse but the wrap in pound signs binding is a different combination. ctrl+shift+a -...

ColdFusion coldfusion-builder

ColdFusion Builder Beta users should be aware when using ColdFusion Builder Extensions, the extension files/folders are being installed in a ColdFusion server's web root that the user selects. This may contaminate your web root with files and folders not relevant to your application releases. It...

CFEclipse ColdFusion coldfusion-builder Eclipse

This list is features I feel are very important for a ColdFusion IDE. 1. Mylyn Bridge I use Mylyn daily for work because it helps me multitask and track my time. Currently for ColdFusion files in CFEclipse , Mylyn is defaulted to a file view which is nice, but Bolt needs to have a bridge to get...