RE: [ACFUG Discuss] CF IDE

2008-01-15 Thread John Mason
There's actually a lot (over 50% according to Ben) that still use DW, Studio
or Homesite. It's just a case of people liking the IDE they use and not
wanting to change. I think they are going to add their support for
CFEclipse. Flex builder is in Eclipse and CFEclipse has a good following. I
doubt they would do a completely new IDE. But thank Adobe for taking this
on. IMHO, Macromedia really didn't help this situation and actually made it
more confusing with DW.

John Mason
[EMAIL PROTECTED]
770.337.8363

www.FusionLink.com - ColdFusion and Flex hosting
Now offering ColdFusion 8 Enterprise hosting
FREE Subversion hosting

 


  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross
Sent: Tuesday, January 15, 2008 2:04 PM
To: ACFUG ColdFusion Discussion
Subject: [ACFUG Discuss] CF IDE


I heard this at a meeting and see from a survey that Adobe is interested in
which IDE everyone uses and what features they like most. I'm just curious
why there is this great need for Adobe to make an IDE for coldfusion?  


My first few thoughts: 


Refactoring support, step debugger, and code insight for custom methods -
all things CFEclipse doesn't give you for free. 


Is it that most people just don't like (or get) Eclipse?

-- 
Steven Ross
web application  interface developer
http://blog.stevensross.com
[mobile] 404-488-4364 [fax] 267-482-4364
[ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ] 

- 
Annual Sponsor - Figleaf Software http://www.figleaf.com  

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 



-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] CF IDE

2008-01-15 Thread Cameron Childress
I'm not really sure about their motivation for looking into an IDE for
CF, but if a market is there, more power to Adobe.  They are a
commercial company after all and if there is a nitch where they can
make money (especially if it's one they have made money in before),
then more power to em!  I like CFEclipse, but could be convinced to
switch if another tool had better features

-Cameron

On Jan 15, 2008 2:11 PM, John Mason [EMAIL PROTECTED] wrote:


 There's actually a lot (over 50% according to Ben) that still use DW, Studio
 or Homesite. It's just a case of people liking the IDE they use and not
 wanting to change. I think they are going to add their support for
 CFEclipse. Flex builder is in Eclipse and CFEclipse has a good following. I
 doubt they would do a completely new IDE. But thank Adobe for taking this
 on. IMHO, Macromedia really didn't help this situation and actually made it
 more confusing with DW.

 John Mason
 [EMAIL PROTECTED]
 770.337.8363

 www.FusionLink.com - ColdFusion and Flex hosting
 Now offering ColdFusion 8 Enterprise hosting
 FREE Subversion hosting


  
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross
 Sent: Tuesday, January 15, 2008 2:04 PM
 To: ACFUG ColdFusion Discussion
 Subject: [ACFUG Discuss] CF IDE



 I heard this at a meeting and see from a survey that Adobe is interested in
 which IDE everyone uses and what features they like most. I'm just curious
 why there is this great need for Adobe to make an IDE for coldfusion?


 My first few thoughts:


 Refactoring support, step debugger, and code insight for custom methods -
 all things CFEclipse doesn't give you for free.


 Is it that most people just don't like (or get) Eclipse?

 --
 Steven Ross
 web application  interface developer
 http://blog.stevensross.com
 [mobile] 404-488-4364 [fax] 267-482-4364
 [ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ]
 -
 Annual Sponsor - Figleaf Software

 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by FusionLink
 -


 -
 Annual Sponsor - Figleaf Software

 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by FusionLink
 -



-- 
Cameron Childress
Sumo Consulting Inc
http://www.sumoc.com
---
cell:  678.637.5072
aim:   cameroncf
email: [EMAIL PROTECTED]


-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] CF IDE

2008-01-15 Thread Peyton Todd


Just a few 'two-cents-worth' remarks from an erstwhile CF5 programmer recently returned to programming (therefore new to CF8) after5-years engaged in other pursuits (well, okay, maybe only cent per remark for a total ofsix cents):
1.I concur that usingDreamweavercan be a big mistake. I tried that with an app I developed not long afterthe purchase of CF by Macromedia, and it filled my pages with lots of arcane code that it took me months to gradually get rid of and re-write in a form which I could maintain. Far better to have code one UNDERSTANDS (or code which is encapsulated, not intermixed with one's higher-level code)!
2. I was happy with my old CF Studio till I finally got sick of its tendency to display double quotes (") as single quotes ('), leaving one always in doubt as to what is really there. So I recently switched to Eclipse.
3. However, in Eclipse, the only way I have so far found to turn off the annoying little window that pops up explaining what each tag is used for has been to setits delay to  milliseconds.
4. And, like CF Studio, Eclipse is sometimes inaccurate in its color-highlighting scheme. Apparently, this happens most often when you delete something somewhere in the midst of widely separated opening and closing tags, and can be fixed by adding a space just before the mistakenly highlighted element, and then deleting that space. But it's a nuisance.
5. It's also a nuisance that one cannot drag a .cfm from Windows Explorer to an Eclipse session that's already open. I refer here to dragging it to the Eclipse's desktop icon, not into the open Eclipse window.
6. Finally, I have found it impossible to open a new .cfm from within Eclipse. When I try this, it tells me that a File Container must be specified - whatever that is. And it offers a Browse button, which opens a little window in which everything is grayed out.  THERE IS SURELY A WAY AROUND THIS ONE - CAN ANYONE PLEASE ENLIGHTEN ME?
Again, that's just my six cents - only 12% of the toll on highway 400 even if it were real instead of virtual...
Peyton
-Original Message- From: John Mason <[EMAIL PROTECTED]>Sent: Jan 15, 2008 2:11 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] CF IDE 
There's actually a lot (over 50% according to Ben) that still use DW, Studio or Homesite. It's just a case of people liking the IDE they use and not wanting to change. I think they are going to add their support for CFEclipse. Flex builder is in Eclipse and CFEclipse has a good following. I doubt they would do a completely new IDE. But thank Adobe for taking this on. IMHO, Macromedia really didn't help this situation and actually made it more confusing with DW.<ZZZ!-- -- format plain text from Converted>
John Mason[EMAIL PROTECTED]770.337.8363www.FusionLink.com - ColdFusion and Flex hostingNow offering ColdFusion 8 Enterprise hostingFREE Subversion hosting



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven RossSent: Tuesday, January 15, 2008 2:04 PMTo: ACFUG ColdFusion DiscussionSubject: [ACFUG Discuss] CF IDE
I heard this at a meeting and see from a survey that Adobe is interested in which IDE everyone uses and what features they like most. I'm just curious why there is this great need for Adobe to make an IDE for coldfusion? 

My first few thoughts:

Refactoring support, step debugger, and code insight for custom methods - all things CFEclipse doesn't give you for free. 

Is it that most people just don't like (or get) Eclipse?
-- Steven Rossweb application  interface developerhttp://blog.stevensross.com[mobile] 404-488-4364 [fax] 267-482-4364[ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ] - Annual Sponsor - Figleaf Software To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by FusionLink - - Annual Sponsor - Figleaf Software To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by FusionLink - 


-Annual Sponsor FigLeaf Software - http://www.figleaf.comTo unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserformFor more info, see http://www.acfug.org/mailinglistsArchive @ http://www.mail-archive.com/discussion%40acfug.org/List hosted by http://www.fusionlink.com-