Hey,

Does anyone have any info on how to get back these two bits of
functionality I really miss from FDT? I've been looking through
eclipse plugins for something simple, and haven't found what I was
looking for.

= Templates
>From FDT or TextMate, typing the name of the template and hitting
expand (control-space by default) replaces the name of the template
with the template itself and positions your cursor wherever you need
to replace variable text within the template. For example I really
want to use this:

                private var _$1:$2;
                
                [Bindable]
                public function get $1():$2
                {
                        return _$1;
                }
                public function set $1(value:$2):void
                {
                        _$1 = value;
                }

But it's kind of painful to do over and over now.
I use Multi Clipboard
http://www.eclipse-plugins.info/eclipse/plugin_details.jsp?id=930 and
find and replace, but it sucks compared to templates in FDT.

= Highlighting of the identifier your cursor is over
If this feature were enabled and your cursor were over "myVar", the
editor would highlight every occurrence of that variable in your open
document. I found this often extremely helpful.

Does anyone know of any good Eclipse plugins that can help me get some
of this functionality back? Or of a good forum to petition Adobe for
the addition of these?

Thanks in advance!
Roger Braunstein
Schematic






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to