Posts in "CFEclipse"

49 posts in CFEclipse

cf-objective CFEclipse cfwheels Eclipse Mylyn

With another outstanding CFObjective over, I would like to mention d2w is coming up in July. This conference will have familiar faces from CFObjective and CFUnited along with many others since this conference focuses on Workflow for Developers and Designers . Sessions are geared toward improving...

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

CFEclipse git github

Slow week for forking ColdFuson projects on Github but ColdFusion moved up one slot making it the #30 most popular language on GitHub. I also decided to keep the update on Friday. Most Watched This Week rip747 / cfwheels andyj / FW-1-Security-Models atuttle / Mango-RelatedEntries atomi /...

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

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

Ant CFEclipse ColdFusion Eclipse

CFHour() released a new podcast, IDE Talk. They talk about ColdFusion IDEs (integrating development editor) covering Homesite, Dreamweaver, and Eclipse with Aptana and CFEclipse. Audio level was tremendously better than last time. Two points, I would like to clarify about Eclipse they mention. 1)...

CFEclipse ColdFusion FusionDebug

I gave my first try at a new presentation called Head First ColdFusion Debugging with FusionDebug . From the link, you can either sign in and see some speaker notes or follow the link below the slide image to view the sides. The preso seemed to go well but I would love to give it again if any...

CFEclipse Eclipse

Having problems with a corrupted Eclipse instance like line number not showing up or some other funky issue and you swear you have done all the correct steps to get it to work. Maybe starting with a fresh version of Eclipse is the best route. Most people think of restarting with a pristine version...

CFEclipse ColdFusion Eclipse

I heard today the "undo weirdness" in CFEclipse is due to the "Trim trailing spaces before saving" being turned on. This option checkbox is under Windows - Preferences - CFEclipse - Editor There have been several thread in the CFEclipse Google Group over this. If you haven't noticed this behavior,...

CFEclipse Eclipse

Here is a screencast of reverting a line or block or code with two-clicks I had some code I wrote, then had to undo the changes. As some of you may know CFEclipse sometimes throws an error and goofs up the undo making a mess of pound signs and coldfusion tags. I created this screencast from...

CFEclipse Eclipse Mylyn Presentations

Summary: Mylyn has changed the way developers work. This talk provides both an overview of the technology and a series of demos that will help newcomers get started. For seasoned users, the demos provide some quick overviews of new features and best practices. http://live.eclipse.org/node/573 The...

CFEclipse Eclipse

I did a quick search for good examples of the Show Annotations feature in Eclipse but didn't find any so I figured I would post some. I also checked Eclipse's documentation and found none. The closest I came was a post by Jim Crumb Priest. Starting in the the Navigator View, I right-click on the...

CFEclipse ColdFusion Eclipse

Similar to Nic Tunney's Top 6 Underused ColdFusion Functions I figured I would post an Eclipse underused shortcuts for CFEclipse users. I think it was during a CFObjective presentation by Dan Wilson , I witnessed the copy down shortcut (ctrl-alt-down) and was impressed. I feel many CFEclipse...

CFEclipse Mylyn Presentations

CFEclipse users should be using Mylyn even if you don't have a ticket or code repository. You can use it by creating local tasks. It'll make your life easier. Why does Mylyn use the term "task"? This presentation mentions Bugzilla but it is not the focus. Very quick intro into Mylyn. Using Mylyn to...

CFEclipse Eclipse Mylyn Presentations Subversion

I stumbed on EclipseCon 2008 presenations last night. The conference was March 17-20. Several are ColdFusion related if you are using Eclipse with Subversion, Mylyn, Debugging, Automation, or Agile. Here is a list of the presentations . If you want to download them all and sort later.

CFEclipse Eclipse Mylyn

I changed my eclipse.ini file around after researching some jvm option settings. I primarily use CFEclipse, Mylyn, and Subclipse. I am not a jvm options expert, but I referenced several articles . Before modifying the eclipse.ini file please back it up. The ini file can be error prone with returns...

CFEclipse ColdFusion Eclipse FusionDebug

I will show how to setup FusionDebug on Windows for Multiple ColdFusion instances . And ColdFusion 8 Debugger on Ubuntu . A hint for both is turn off "timeout request after (seconds)" in the CF Administrator so your debugging info doesn't timeout. Within Eclipse, I use the Breakpoints, Debug,...

CFEclipse Eclipse

I was reading a thread on CFEclipse Users and had an idea. I am going to give Mark Drew some of my tax rebate. I guess the NPR fund raising this week has affected me. I'll try to catch him @ CF.Objective . Mark has done a great job with CFEclipse and I take it for granted. CF.Objective falls pretty...

CFEclipse Eclipse Mylyn

I feel like I am in Battlestar Galactica when using Mylyn to work inside Eclipse. Task focused user interface is the future and the future is now. If you are using CFEclipse , you need to use Mylyn by creating local tasks. I have hooked in Trac and Subversion @ work but the neat thing with Mylyn is...

CFEclipse ColdFusion Eclipse Mylyn

Don't let PHP get a jump on us :-) Vote for structure bridges for CFEclipse and Mylyn Ticket I entered for requesting a connector bridge for CFEclipse and Mylyn. For more on Mylyn watch this . Seems very cool. I am currently work on introducing Trac @ work and Mylyn is a reason why. Besides (major...

CFEclipse Eclipse NECFUG

With the help of Ryan Stille's, we'll be presenting Eclipse and CFEclipse for the Nebraska Coldfusion User Group on Febuary 26, 2008. More details on the NECFUG website. It is my first presentation in a long time, so it should be fun. I have been working on the presentation using Google Docs. I...

CFEclipse ColdFusion Eclipse

After a lot of trial and error tonight, I am able to start and stop my ColdFusion server from Eclipse. I am working with Ubuntu, CF8, and JRun along with Eclipse 3.3.1.1, your environment may need tweaking. Before I basically ran "sudo /opt/jrun4/bin/jrun start cfusion" in a terminal to start CF...

CFEclipse Eclipse

This entry is a quick review of Working Sets in Eclipse. I will show how to create a new working set and selecting/deselecting. Working sets help reduce the clutter. A working set groups resources for display in the Navigator view. I finally learned about working sets today while attending a 4 day...

CFEclipse ColdFusion FusionDebug MythBusters

CFDump and the standard Coldfusion Debugging Error Information didn't work. Charlie Arehart has mentioned several reasons why use a debugger when you can just use CFDump . I ran across a specific CFDUMP instance today when I found this very true. I was passing an xml string into a SQL Stored...

Ant CFEclipse ColdFusion Ubuntu

I started blogging toward the end of Aug 2007. Here are my top 5 content of 2007 via Google Analytics stats. Happy New Year! Adding JS/CSS compression and JS validation using YUI Compressor, JSLint, and jsmin to ant script Coldfusion with Selenium ant script Show Us Ur CFEclipse perspective layout?...

CFEclipse Eclipse

Quick Eclipse and CFEclipse hint. The entry is mainly about turning on CFEclipse line numbers but useful for other hidden Eclipse preferences. In Eclipse, under Windows --> Preferences are many settings its hard to locate the one you are looking for. Eclipse actually has a built in search/filter....

CFEclipse Eclipse

This entry is quick review of built in Eclipse functionality not to be confused with CFEclipse or Aptana features, the Navigator view toolbar . I will show the Link With Editor , Go Into, Forward, Back, and Up buttons . I use the Link With Editor Button hundreds of times a day. It jumps the...

CFEclipse ColdFusion Eclipse

I tried using the ColdFusion 8 Debugger through Eclipse but kept getting an error message saying "Unable to contact the RDS Server 'localhost.'" Not to helpful :-) I am a big fan of Fusion Debug. My problem was two fold. 1. My web.xml file had RDS commented out in a couple spots. The file for me...

CFEclipse

Lot of the CFEclipse users say use Aptana . Clarification usually not provided with the generally helpful advice is Aptana doesn't open ColdFusion related file extension by default. Editors allow you to edit, save, and revert the editor’s content. Editors have built-in language-specific knowledge....

CFEclipse ColdFusion Eclipse

I have been following an interesting conversation on the CFEclipse user group, " File Explorer issues, again ". It started about the File Explorer view not working in CFEclipse (Mark Drew has released a fix ). Eclipse forces a project approach. Some people find the transition difficult. Dreamweaver...

CFEclipse ColdFusion Eclipse

I am the guy when watching a presentation, glances @ the presenter's taskbar to see what icons are in the panel. Or notes their IDE setup incase the perspective layout seems useful. I was hoping you will share your CFEclipse perspective layout with the CF community. So to start us out a larger...