... OMG. That explains *so* *much* of the weirdness I see day to day on our server, I keep thinking it is the SFTP server not unlocking the files I upload or...
... This should only affect servers where <cfdirectory> returns the last modified timestamp in minutes rather than seconds... I used the exact same test that...
... Can you make that change conditional? Do a test CFDIRECTORY, check the granularity of the timestamps, and then use that info to do the checks in the...
Just started a fresh FB5 app using the skeleton app and I dont see the fuseaction variable parameter in the fusebox.xml.cfm file now. <parameter...
Russ Johnson
russ.cfcoder@...
Aug 1, 2006 6:00 pm
1213
It's still there, just the skeleton app probably doesn't explicitly define it. You can set it to whatever you want and I'll work. Though your app shouldn't...
Thanks Barney...it is still there...and in the skeleton app its defined, just commented out. I am still trying to get used to CFEclipse...it auto collapses...
Russ Johnson
russ.cfcoder@...
Aug 1, 2006 6:32 pm
1215
Damien, I agree that there's not necessarily a better "fuseboxy" way to accomplish your goal, but there is COAL (http://coal.ryanguill.com/) - a ...
In the CFEclipse preferennces (window > preferences > cfeclipse) there is a way to set up your folding preferences, including what tags get folding markers...
This is not relevant to the topic but since we are moving in this direction, I have one other question regarding CFEclipse... Do any of you guys use anything...
Russ Johnson
russ.cfcoder@...
Aug 1, 2006 6:52 pm
1218
You should get CFML highlighting automatically. If you want XML highlighting (including doctype-based autocompletion), you'll need an XML plugin, and then to...
... One of the things I did with the skeleton app was try to offer the minimal amount of configuration for the skeleton so that newbies don't see the giant...
Ah ha! I had tried setting the *.xml.cfm file type to use xml buddy but it wouldnt do it...it kept reverting to the Text Editor and wouldnt highlight anything....
Russ Johnson
russ.cfcoder@...
Aug 1, 2006 7:18 pm
1221
Very good point Sean... I cant remember changing many of those values in FB 4.1 either. Mainly I just change the fuseactionVariable....
Russ Johnson
russ.cfcoder@...
Aug 1, 2006 7:41 pm
1222
... I have never noticed this problem with Fusebox 4 which I have been using for some time. It leads me to believe that somthing else is happening here. I will...
Okay, let's say that there's this cf guy who's been using fusebox 2 and 3 for many years, and has been building an app at his day job for the last three...
One of my favorite fb 4.1 sample apps has got to be be Brian Koteks "Fusebox Bookstore". http://www.fusebox.org/downloads/downloadablefiles/fb41bookstore.zip ...
Russ Johnson
russ.cfcoder@...
Aug 2, 2006 11:35 am
1225
Any FB4.1 sample should be a good for learning FB5. While totally new under the hood, FB5 is still our good 'ol FuseBox with a few new bells and whistles. The...
I'm going to chime in again... I brought this up a week or so ago, as I was having trouble with FB5 reloading the circuits when they change. I dropped the...
An anonymous developer had me do a FB5 port of a simple login process written in FB3. He gave me permission to repost the code and some of his questions on my...
After Jared whined at me off list about leaving the developer anonymous, I thought I should share a little more detail. The conversion project was a private,...
I did NOT whine. :P I merely said I was curious... so there. Hehe. You can't go saying things like "an anonymous person did x, y, and z" without at least a FEW...
I feel like I am stuck in the dark ages, on many levels. One that's bugging me is, I'm still using good ol' CFStudio. However, I am currently on CFMX61 for...
I use CFEclipse, but I also run a cluster of CFMX6.1 servers, with no plan to upgrade in the near future. If not for the benefits of the Eclipse platform...
Notepad here.... Seriously though, I actually use Dreamweaver 8 .... I tried cfEclipse and had problems so I dumped it. Seth ... From: Barney Boisvert To:...
I have been using CFEclipse for all of my CF development lately. I feel that its finally reached a point that it can compete with editors like CFStudio. And...
Russ Johnson
russ.cfcoder@...
Aug 3, 2006 1:06 pm
1235
I'm using Eclipse/cfeclipse these days for my CFMX7 servers, although, I'd agree with Barney in that cfeclipse is not as polished as Homesite+ or Studio. I...
... HomeSite is written in Delphi and therefore would remain Windows- only. Both DW and CFE are cross-platform. With the number of CFers switching to Macs,...
... What about Kylix? Too bad they never moved towards the OSX market. AFAICS with the new Crossover Mac due RSN it should be possible to run HomeSite...
Terry, Can you make a test where you change the XML logic inside an existing fuseaction and see if this is reflected. If you are changing a template that is...