Favorite Folders In HomeSite (Thanks John Elliott!)

Posted August 1, 2007 at 8:06 AM by Ben Nadel

Tags: Work

Every now and then, I am lucky enough to be watching a developer who does something that just blows my mind and changes the way I program. That's how I found about such wonders as "Edit Include File" and the uber software, Beyond Compare. Well, a few weekends ago, it happened again; I was hanging out with John Elliott when he jumped to a favorite folder in HomeSite (actually, it was ColdFusion Studio, but basically it's the same engine). When I saw that, I was like "Whoa, what the hell was that?" Apparently, you can set up and jump to favorite folders in HomeSite:


 
 
 

 
 HomeSite Favorite Folder - Create And Jump-To  
 
 
 

I can't believe I didn't know about that. Now, I always knew that HomeSite was sexier than sexy, but then it goes and provides functionality like this it totally exceeds my hopes and dreams. Now I know, I know, you're all gonna say well, "My editor XYZ has provided that kind of functionality for years"... yeah? Well, so does mine apparently, so back off!

HomeSite - thou dost perpetually rocketh!



Reader Comments

Ed
Aug 1, 2007 at 8:24 AM // reply »
18 Comments

OMG! I can't believe I never spotted that before! It works on FTP folders too! Way to go Ben!


Aug 1, 2007 at 8:31 AM // reply »
10,640 Comments

Don't thank me - I'm just the messenger. This was all John's work :)


Aug 1, 2007 at 8:58 AM // reply »
1 Comments

Homesite is the best IDE ever, I really wish it wasn't drop out, no IDE till today can do what Homesite can, fast as Homesite and less clumsy than Homesite ...

;(

R.I.P.


Ed
Aug 1, 2007 at 8:59 AM // reply »
18 Comments

Definitely, I've tried all the others and I keep coming back to HS. Shame on Allaire/Macromedia/Adobe for not continuing development. Dreamweaver drives me crazy!


Aug 1, 2007 at 9:17 AM // reply »
2 Comments

Have you guys tried cfeclipse? I find it replicates most of HS's more useful features, and adds alot of cool new ones.


Ed
Aug 1, 2007 at 9:25 AM // reply »
18 Comments

Yes, eclipse is great at some things but I still find myself using homesite most of the time. :-)


Aug 1, 2007 at 9:50 AM // reply »
10,640 Comments

I have tried CFEclipse a number of times and just keep getting killed by the learning curve - granted I am just a caveman, so stuff doesn't come easy to me. I have no tried the latest release. I agree that it does have some really cool stuff so I will probably give it another go. But for now, HomeSite is just so comfortable me and I don't find myself wishing that it had a lot of other stuff.


Aug 1, 2007 at 11:05 AM // reply »
2 Comments

@Ben

Here's a link from cfeclipse's page with a couple of nice, short screencasts, it might get you started ;)

http://cfeclipse.org/index.cfm?event=page&page=TV


Aug 1, 2007 at 11:27 AM // reply »
10,640 Comments

@Frank,

Thanks, I will give it look.


Aug 1, 2007 at 3:20 PM // reply »
22 Comments

Thanks for pointing that out. I never knew that was in Homesite. Ya learn something new everyday I guess. :-)


Aug 1, 2007 at 5:30 PM // reply »
4 Comments

I have been using CF Studio until now, I looked into CFEclipse some time ago but it seems to be lacking many of the basic stuff CFStudio has. Some examples: CFStudio has many toolbars which are very helpful e.g. common, forms, tables etc. in addition to the CFML Basic and CFML Advanced. CFEclipse seems to have only the CFML ones. Is there any way to get these tool bars? Also, in studio you are able to get any CF tag or function by hitting CTRL E and CTRL Shift E, is there any way to do this in CFEClipse? You are also able to edit and CF tag by right-clicking and choosing 'edit tag' can this be done somehow with CFEclipse? Maybe CFEclipse has these things and I just did not find them. I would appreciate if someone can tell me that they do exist.

Thanks,
Shloime


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 10, 2012 at 7:21 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
Update! Instead of $(eval(options.insertAfter)).after(data['insertData']); I now use: var ajaxNode = document.createElement('span'); var parent = $(eval(options.insertAfter))[0].parentNode; ... read »
Feb 10, 2012 at 6:18 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
encountered this same, what I consider, jQuery bug last week. I'm building a site in which I load some content via AJAX. This content contains Linkedin share button placeholders which Linkedin API ne ... read »
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »
Feb 9, 2012 at 10:29 PM
Learning ColdFusion 9: Application-Specific Data Sources
@Ben, No offence, but if people were really wanting advanced features they would be using a platform like ASP.NET MVC. CFML is so structurally compromised as a tag-based scripting language that ... read »
Feb 9, 2012 at 10:03 PM
Subversion - Cleanup Failed To Process The Following Paths
@Leviaguirre, do you still have problems with this? ... read »