Hey, Spike is it possible for cfeclipse to select a word or a line of text/code and move it around by just drag 'n' drop (like MSWord, et al and NOT like notepad)?
thanx barry.b -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Spike Sent: Thursday, 16 September 2004 2:54 PM To: CFAussie Mailing List Subject: [cfaussie] Re: cfeclipse WAS Re: RegEx to greedy Patrick Branley wrote: > > Hi Spike. > > I have read the release notes wiki/blog thing. What im talking about is > a way to automatically fill the user.xml file with <scope> tags based on > the application im working from. As I mentioned in the reply to Gavin, we do have plans to support this type of functionality, but it probably won't be by writing to user.xml. That's supposed to be things that are effectively constant for the application at hand. We still have some work to do on the parser and some other aspects before that will happen though. > > maybe search the current project for an Application.cfm (or similar) > file and add these vars into the scope? Our long term plan is to dynamically track everything that you do in the project. Not just application variables. So if you were to type this: <cfset request.user = createObject('component','user')> Then in some other file you type: "request.user." the context insight will pick up that the request scoped variable is a CFC and show you the methods available. There are a number of hurdles and milestones that we need to get over and reach respectively on the way to this goal, but that's what we've got in mind. Spike --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
