[flexcoders] FB2 Keyboard Shortcut to insert variables/member names?

2008-03-21 Thread Merrill, Jason
I looked in the Key Assist in Flexbuilder 2 and the help and online,
couldn't find this shortcut.  At least, wasn't obvious to me what it was
called.  Very useful if it exists:
 
Anyone know if there is a keyboard shortcut in the code editor for
inserting a variable or method name (FB2)?  I would imagine you could
hit a key combination and get a list of public and private variables in
the class, as well as names of public and private functions, which you
could select from, hit enter and FB would insert it at the cursor. I get
tired of looking up at the top of my class and trying to remember what I
called something and then either typing or copying and pasting - any way
to do this?  Thanks. 
 

Jason Merrill 
Bank of America 
GTO and Risk LLD Solutions Design  Development 
eTools  Multimedia 

Bank of America Flash Platform Developer Community 


Are you a Bank of America associate interested in innovative learning
ideas and technologies?
Check out our internal  GTO Innovative Learning Blog
http://sharepoint.bankofamerica.com/sites/ddc/rd/blog/default.aspx  
subscribe
http://sharepoint.bankofamerica.com/sites/ddc/rd/blog/_layouts/SubNew.a
spx?List=%7B41BD3FC9%2DBB07%2D4763%2DB3AB%2DA6C7C99C5B8D%7DSource=http%
3A%2F%2Fsharepoint%2Ebankofamerica%2Ecom%2Fsites%2Fddc%2Frd%2Fblog%2FLis
ts%2FPosts%2FArchive%2Easpx . 






RE: [flexcoders] FB2 Keyboard Shortcut to insert variables/member names?

2008-03-21 Thread Beau Scott
Control + Space

 

For a list of other hotkeys, press Control+Shift+L

 

Beau

 

 

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Merrill, Jason
Sent: Friday, March 21, 2008 3:18 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FB2 Keyboard Shortcut to insert variables/member
names?

 

I looked in the Key Assist in Flexbuilder 2 and the help and online,
couldn't find this shortcut.  At least, wasn't obvious to me what it was
called.  Very useful if it exists:

 

Anyone know if there is a keyboard shortcut in the code editor for inserting
a variable or method name (FB2)?  I would imagine you could hit a key
combination and get a list of public and private variables in the class, as
well as names of public and private functions, which you could select from,
hit enter and FB would insert it at the cursor. I get tired of looking up at
the top of my class and trying to remember what I called something and then
either typing or copying and pasting - any way to do this?  Thanks. 

 

Jason Merrill 
Bank of America 
GTO and Risk LLD Solutions Design  Development 
eTools  Multimedia 

Bank of America Flash Platform Developer Community 

 

Are you a Bank of America associate interested in innovative learning ideas
and technologies?
Check out our internal  HYPERLINK
http://sharepoint.bankofamerica.com/sites/ddc/rd/blog/default.aspxGTO
Innovative Learning Blog  HYPERLINK
http://sharepoint.bankofamerica.com/sites/ddc/rd/blog/_layouts/SubNew.aspx?
List=%7B41BD3FC9%2DBB07%2D4763%2DB3AB%2DA6C7C99C5B8D%7DSource=http%3A%2F%2F
sharepoint%2Ebankofamerica%2Ecom%2Fsites%2Fddc%2Frd%2Fblog%2FLists%2FPosts%2
FArchive%2Easpxsubscribe. 





 

 

No virus found in this incoming message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.21.8/1337 - Release Date: 3/20/2008
8:10 PM


No virus found in this outgoing message.
Checked by AVG. 
Version: 7.5.519 / Virus Database: 269.21.8/1337 - Release Date: 3/20/2008
8:10 PM
 

image001.jpgimage002.jpg

RE: [flexcoders] FB2 Keyboard Shortcut to insert variables/member names?

2008-03-21 Thread Merrill, Jason
Thank you, but Control + Space does nothing for me, other than if I am
in the right part of script, it will bring up a list of Adobe classes.
Flexbuilder 2.  See my original post, that is not my need. And if it is
an Actionscript only file, ctrl+space does nothing.
 
For a list of other hotkeys, press Control+Shift+L
 
Thank you again, but in my original post, I had mentioned, I looked in
the Key Assist in Flexbuilder 2 

Jason Merrill 
Bank of America 
GTO and Risk LLD Solutions Design  Development 
eTools  Multimedia 

Bank of America Flash Platform Developer Community 


Are you a Bank of America associate interested in innovative learning
ideas and technologies?
Check out our internal  GTO Innovative Learning Blog
http://sharepoint.bankofamerica.com/sites/ddc/rd/blog/default.aspx  
subscribe
http://sharepoint.bankofamerica.com/sites/ddc/rd/blog/_layouts/SubNew.a
spx?List=%7B41BD3FC9%2DBB07%2D4763%2DB3AB%2DA6C7C99C5B8D%7DSource=http%
3A%2F%2Fsharepoint%2Ebankofamerica%2Ecom%2Fsites%2Fddc%2Frd%2Fblog%2FLis
ts%2FPosts%2FArchive%2Easpx . 



http://geo.yahoo.com/serv?s=97359714/grpId=12286167/grpspId=1705007207/
msgId=107197/stime=1206136044/nc1=4507179/nc2=3848641/nc3=4763762 
 



RE: [flexcoders] FB2 Keyboard Shortcut to insert variables/member names?

2008-03-21 Thread Merrill, Jason
And to clarify further, I don't mean code hinting once you type the
class instance or static name myClass.[Hint] or MyClass.[hint] -
what I mean is if you are on a blank line and you want to insert a
member name from the same class:
 
private var _b:String;
 
private function a():void
{
junk()
moreJunk();
[Codehint/auto-insert for _b]  //==new blank line
}
 
I can see this stuff in the Outline, but I would like to insert members
via a keyboard shortcut.

Jason Merrill 
Bank of America 
GTO and Risk LLD Solutions Design  Development 
eTools  Multimedia 

Bank of America Flash Platform Developer Community 


Are you a Bank of America associate interested in innovative learning
ideas and technologies?
Check out our internal  GTO Innovative Learning Blog
http://sharepoint.bankofamerica.com/sites/ddc/rd/blog/default.aspx  
subscribe
http://sharepoint.bankofamerica.com/sites/ddc/rd/blog/_layouts/SubNew.a
spx?List=%7B41BD3FC9%2DBB07%2D4763%2DB3AB%2DA6C7C99C5B8D%7DSource=http%
3A%2F%2Fsharepoint%2Ebankofamerica%2Ecom%2Fsites%2Fddc%2Frd%2Fblog%2FLis
ts%2FPosts%2FArchive%2Easpx .