Wednesday, May 16, 2012    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< Nov 2006 >>
S M T W T F S
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30    

Search

Categories
 • Acrobat (5) [RSS]
 • Adobe (117) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (66) [RSS]
 • AdobeMAX09 (39) [RSS]
 • AdobeMAX10 (34) [RSS]
 • AdobeMAX11 (28) [RSS]
 • AdobeMAX13 (1) [RSS]
 • AIR (299) [RSS]
 • Appearances (217) [RSS]
 • Books (86) [RSS]
 • CFEclipse (15) [RSS]
 • Cloud (1) [RSS]
 • ColdFusion (1482) [RSS]
 • ColdFusion Builder (23) [RSS]
 • Data Services (43) [RSS]
 • Fish Tank (5) [RSS]
 • Flash (368) [RSS]
 • Flex (565) [RSS]
 • Home Automation (5) [RSS]
 • HTML5 (35) [RSS]
 • JavaScript (3) [RSS]
 • Jobs (133) [RSS]
 • jQuery (15) [RSS]
 • JRun (14) [RSS]
 • Labs (63) [RSS]
 • LiveCycle (37) [RSS]
 • MAX (285) [RSS]
 • Mobile (257) [RSS]
 • PhoneGap (17) [RSS]
 • Regular Expressions (19) [RSS]
 • RIA (21) [RSS]
 • SQL (45) [RSS]
 • Stuff (554) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (167) [RSS]

Other BLOGs
 • Charlie Arehart
 • Lee Brimelow
 • Ray Camden
 • Christophe Coenraets
 • Sean Corfield
 • Mihai Corlan
 • Cornel Creanga
 • Mark Doherty
 • John Dowdell
 • Danny Dura
 • Enrique Duvos
 • Steven Erat
 • Kevin Hoyt
 • Serge Jespers
 • Adam Lehman
 • Duane Nickull
 • Miti Pricope
 • Andrew Shorten
 • Ryan Stewart
 • James Ward
 • Greg Wilson
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Entry / Main
November 1, 2006

FlexBuilder (Eclipse) Hide/Show All Panels

You may know this already, I just discovered it by mistake. Double click on the file name tab in FlexBuilder (and Eclipse) to hide all panels expanding the editor window, double click again to restore the panels (just like F4 in Dreamweaver). Now I just need a keyboard shortcut for this.

Comments
ctrl+m is your maximizing friend in Eclipse. You might want to give that a shot.
# Posted By Spike | 11/1/06 9:33 PM
except CFEclipse grabs that for matching tag
# Posted By David | 11/1/06 9:39 PM
Yeah, if you have cfeclipse installed it will do that. keybindings across plug-ins are downright nasty to create and manage from a plug-in development perspective, but it is possible to programmatically turn them on and off. I do that in most of the plug-ins I have written recently, but I don't do much CF development these days, so I don't have much incentive to work on it. I'll see if I can sort it out if I get a chance.

In the meantime, you could always reassign either the CFEclipse or Eclipse keybinding so that you have a shortcut that works.
# Posted By Spike | 11/1/06 9:45 PM
This behavior is true for any tab in any view in Eclipse - very useful! I often double-click the Perforce changelist tab to get a full-screen display of the files in each active changelist...
# Posted By Sean Corfield | 11/2/06 1:14 AM
here's a trick: map the same key for two different shortcuts in two different scenarios. My example:

F12 = "Activate Editor" when "In Windows"
F12 = "Maximize Active View or Editor" when "Editing Text"

this way, you can first press F12 to jump into an editor window (if focus is on a view, such as search results) then subsequent presses of F12 will alternate between maximized and normal editor sizes.

/t
# Posted By tanguyr | 11/2/06 7:19 AM
The issue here is mainly an issue of getting more screen real estate. It is also nice to move stuff off to the side for "Fast View" If you click on the side (right click on Windows, don't know the Mac technique) by the tab in Project View and such and select the "Fast View" it will go to the right. Then just click the Icon on the right to get a temp view of the content that disappears once you click outside the section. Very helpful. (You can also set the "Fast View" again for a moment if you want the section to pursist when working with your code.)
# Posted By John Farrar | 11/2/06 7:21 AM
I am so used to using cntrl + m to maximize a window. If you are the same the easiest thing to do is switch the shortcut for the cfeclipse find matching tag key.
# Posted By dan | 11/2/06 9:46 AM
Who in the hell is even using Flex yet? I mean really, CF is near-death, why another loser development platform that is a bitch to setup and use. Oh, and slow, since it requires Java.
# Posted By John | 11/3/06 11:14 AM
Great, another whiny loser. Nice post 'John'. If you are too pathetic a wimp to post a real name and e-mail address or link then you don't deserve a response. Now go turn off your Gameboy, put away your Star Trek posters, crawl out of your mother's basement, kiss a girl, and get a life. Then when you have grown up a bit we can have a mature civilized discussion. Maybe.

--- Ben
# Posted By Ben Forta | 11/3/06 3:45 PM
HA! Ben that is very funny! I was looking (googling) for how to fully maximize the eclipse window - I mean FULL SCREEN like a browser - and wound up here. Reading your response to John made it worth visiting :~)... yeah... put away the Star Trek stuff and kiss a girl.. haha! You left out Dungeons and Dragons tho :~)

Jim S.
Jacksonville Web Design
http://tentonweb.com/
Jacksonville, FL USA
# Posted By Jacksonville Web Design | 3/10/07 1:00 PM
Anyway, John, Flex isn't so much comparable to CF than to a more "adult" IDE to develop interactive applications than Flash.

Christopher Olberding
<a href="http://www.stationfour.com">station four web design</a>
# Posted By Chris Olberding | 11/28/07 9:12 PM

  © Copyright 1997-2009 Ben Forta, All Rights Reserved