Re: [cfaussie] Re: coldfusionmeetup.com

2010-06-08 Thread Andrew Myers

At the risk of sounding like I'm talking to myself... :-)

I found the answer - I just copied over the stuff from the "sharmo"  
directory, and updated the value accordingly and it's all good now.


Sweeet

On Wed, 09 Jun 2010 15:18:50 +1000, Andrew  wrote:


I downloaded Michael Sharmans snippets from this location:

http://www.chapter31.com/cfeclipse-snippets/

However the stuff in keyCombos.properties didn't seem to take effect.

Is there a way to import these as well, or do I have to manually reset
them all?

On Jun 9, 12:25 pm, "Steve Onnis"  wrote:
the other cool thing in HomeSite is the Macro bit.  You could use  
JSCRIPT to
write your own macros that could be triggered with a keyboard shortcut.  
I
wrote a coupel to insert comments and stuff like that. Was a cool  
feature


  _  
From: Andrew Scott [mailto:andr...@andyscott.id.au]

Sent: Wednesday, 9 June 2010 12:21 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] coldfusionmeetup.com

There is also another option, in ColdFusion->Editor Profile-Editors that
when a CFM / CFC is created you can use a template that suites your most
used.

On Wed, Jun 9, 2010 at 10:15 AM, Andrew Myers  wrote:

Perfect Mark.  Thank you kindly.

--
You received this message because you are subscribed to the Google  
Groups

"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group  
athttp://groups.google.com/group/cfaussie?hl=en.


--
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: coldfusionmeetup.com

2010-06-08 Thread Andrew
I downloaded Michael Sharmans snippets from this location:

http://www.chapter31.com/cfeclipse-snippets/

However the stuff in keyCombos.properties didn't seem to take effect.

Is there a way to import these as well, or do I have to manually reset
them all?

On Jun 9, 12:25 pm, "Steve Onnis"  wrote:
> the other cool thing in HomeSite is the Macro bit.  You could use JSCRIPT to
> write your own macros that could be triggered with a keyboard shortcut. I
> wrote a coupel to insert comments and stuff like that. Was a cool feature
>
>   _  
>
> From: Andrew Scott [mailto:andr...@andyscott.id.au]
> Sent: Wednesday, 9 June 2010 12:21 PM
> To: cfaussie@googlegroups.com
> Subject: Re: [cfaussie] coldfusionmeetup.com
>
> There is also another option, in ColdFusion->Editor Profile-Editors that
> when a CFM / CFC is created you can use a template that suites your most
> used.
>
> On Wed, Jun 9, 2010 at 10:15 AM, Andrew Myers  wrote:
>
> Perfect Mark.  Thank you kindly.
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaus...@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: coldfusionmeetup.com

2010-06-08 Thread Sean Corfield
On Tue, Jun 8, 2010 at 6:16 PM, Mark Mandel  wrote:
> From memory the snippet shortcuts were a bit more powerful than shortcuts,
> as you could tell them to do things multiple times
>
> So doing something like:
>
> gs*2
>
> would run that snippet twice over.
>
> Not sure if that made it into Builder though. It did work on CFEclipse.

It does not work on CFBuilder.

The cool thing about snippets is that you can have variable
substitutions in them which pops up a dialog with form fields -
including drop-downs and default values - so you can type a few
characters, hit ctl-j, fill out a few form fields and have complete
functions or whatever appear in the editor for you.

As for custom key bindings, Eclipse is a bit of a pain in that area
and whilst you can configure a key binding for any 'action' in
Eclipse, the snippet insertion is a generic action - regardless of the
content of the snippet - and therefore can only have one key bound to
it (as I understand it).
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: coldfusionmeetup.com

2010-06-08 Thread Mark Mandel
>From memory the snippet shortcuts were a bit more powerful than shortcuts,
as you could tell them to do things multiple times

So doing something like:

gs*2

would run that snippet twice over.

Not sure if that made it into Builder though. It did work on CFEclipse.

Mark

On Wed, Jun 9, 2010 at 11:09 AM, Gavin Baumanis wrote:

> Hi Steve,
>
> On Jun 9, 11:02 am, "Steve Onnis"  wrote:
> > The annoying this though is that you cant seem to be able to assign
> > shortcuts to your snippets like you can in HomeSite.
> >
>
> During the beta cycle for CFBuilder I raised an E?R for allowing
> custom key bindings.
> From memory I think it got placed on the back-burner.
>
> To my mind, custom key bindings is a pre-requisite for an IDE - Adobe
> saw it otherwise, at the time.
>
> Gavin.
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaus...@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>


-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

cf.Objective(ANZ) - Nov 18, 19 - Melbourne Australia
http://www.cfobjective.com.au

Hands-on ColdFusion ORM Training
www.ColdFusionOrmTraining.com

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: coldfusionmeetup.com

2010-06-08 Thread Gavin Baumanis
Hi Steve,

On Jun 9, 11:02 am, "Steve Onnis"  wrote:
> The annoying this though is that you cant seem to be able to assign
> shortcuts to your snippets like you can in HomeSite.
>

During the beta cycle for CFBuilder I raised an E?R for allowing
custom key bindings.
>From memory I think it got placed on the back-burner.

To my mind, custom key bindings is a pre-requisite for an IDE - Adobe
saw it otherwise, at the time.

Gavin.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.