Sean, Good to see that other people are tinkering with the files that DW creates.
BTW, What I meant by divided file/folder browsing was that in Homesite and Windows Explorer for that matter, you have your folder list in one panel, and your file list in another panel. This really is more efficient for browsing to a file. I found the split pane more distracting than useful most times, additionally, I also find that I tend to break my larger files up on my own projects instead of trying to have miles of code, which then DW allows you to have both files open in seperate windows for easy reference :) An example of what I use Snippet Shorcuts for: <cfquery name="get" datasource="#Request.DS#"> </cfquery> That's used so often, having it mapped to CTRL+ALT+Q really speed things up for me! - Calvin ----- Original Message ----- From: "Sean A Corfield" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 3:57 PM Subject: Re: Homesite + question > On Thursday, Jun 26, 2003, at 09:53 US/Pacific, Calvin Ward wrote: > > I guess I was mostly curious about some of the gaps between CF Studio > > and > > MX, such as Snippet Shortcuts, divided file/folder browsing, filepath > > in the > > title bar and so forth. > > I've used a few editors which have the divided view and not found it as > useful as I might have hoped. Perhaps it's something to do with the > style of my code (usually very localized, structured and modularized so > I rarely need to see two parts of the same file at the same time). > > A lot of CFS users talk about the snippet shortcuts and they do sound > quite useful but, again, most of the things that folks say they use > them for are just not scenarios that I find myself needing - or not > needing often enough to want a quicker way of doing things. And I'm a > fast typist, which helps ;) > > The file path issue is an interesting one and I do sometimes have a > bunch of files open and then wonder which is which because the part of > the file path DW shows is not unique. > > > Even so much as that I'm currently working on an app to leverage Design > > Notes (.mno) and .bak/.lck files to do some neat things for poor man's > > source control with CFMX... > > Yes, the .LCK file system is useful - our build system creates .LCK > files when running builds to areas where folks use DW. This ensures > that files created automatically by the build system show up as checked > out to the build system itself - a very visual reminder that those > files should only be modified through the version control system. > > Sean A Corfield -- http://www.corfield.org/blog/ > > "If you're not annoying somebody, you're not really alive." > -- Margaret Atwood > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Host with the leader in ColdFusion hosting. Voted #1 ColdFusion host by CF Developers. Offering shared and dedicated hosting options. www.cfxhosting.com/default.cfm?redirect=10481 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

