[flexcoders] Re: dumb: eclipse on dual monitor?

2007-12-11 Thread fuad_kamal
lex 3 Beta on Mac solves the multi-display issue; in Flex 2.01 it
wasn't possible to break the various panels in flex apart across
multiple displays like you could easily do in the Windows version. 
They said it was due to some limitation of Eclipse on Mac.  In Flex 3,
right-click on the tab of any panel and select detached from the
context menu.  Now drag anywhere to your heart's content!

Fuad Kamal
blog.anaara.com

--- In flexcoders@yahoogroups.com, fuad_kamal [EMAIL PROTECTED] wrote:

 Are you guys all on Windows platform?  I can split flexbuilder across
 monitors in Windows, but on Mac it seems limited to a single screen -
 none of the panes detach.  The split-screen view does work though -
 thanks for the tip!
 
 --- In flexcoders@yahoogroups.com, Michael Schmalle
 teoti.graphix@ wrote:
 
  No,
  
  Seems like the mxml code/design module is one piece.
  
  Although you could open notepad. hahah ;-)
  
  Peace, Mike
  
  On 9/11/07, candysmate graham@ wrote:
  
 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
   Michael Schmalle
   teoti.graphix@ wrote:
   
Same here, I am running multiple monitors and the main panel I
want
   detached
won't, the code view.
   
Mike
   
  
   I hear ya! It's the same here for me. Also, is it possible to view
   both the code and the design at the same time?
  

  
  
  
  
  -- 
  Teoti Graphix
  http://www.teotigraphix.com
  
  Blog - Flex2Components
  http://www.flex2components.com
  
  You can find more by solving the problem then by 'asking the
question'.
 





[flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread mitch
--- In flexcoders@yahoogroups.com, grimmwerks [EMAIL PROTECTED] wrote:

 Anyone have any tricks/settings for the Flex IDE on a dual monitor?  
 Kind of driving me nuts.


In this vein, would be particularly interested in knowing how to
detach the text editor from the main window.  I am using 4 monitors
and a single window for text editing is pretty silly.

I found this:

   https://bugs.eclipse.org/bugs/show_bug.cgi?id=13585

which implies that adding -detach to eclipse.ini should enable this
behavior.  The Eclipse Help shows that right-clicking an editor tab
should show a detach menu item, but this is not present for me.

Any suggestions?  I can detach the console, navigator, etc, but not
the editor windows.



Re: [flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread Michael Schmalle
Same here, I am running multiple monitors and the main panel I want detached
won't, the code view.

Mike

On 9/11/07, mitch [EMAIL PROTECTED] wrote:

   --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 grimmwerks [EMAIL PROTECTED] wrote:
 
  Anyone have any tricks/settings for the Flex IDE on a dual monitor?
  Kind of driving me nuts.
 

 In this vein, would be particularly interested in knowing how to
 detach the text editor from the main window. I am using 4 monitors
 and a single window for text editing is pretty silly.

 I found this:

 https://bugs.eclipse.org/bugs/show_bug.cgi?id=13585

 which implies that adding -detach to eclipse.ini should enable this
 behavior. The Eclipse Help shows that right-clicking an editor tab
 should show a detach menu item, but this is not present for me.

 Any suggestions? I can detach the console, navigator, etc, but not
 the editor windows.

  




-- 
Teoti Graphix
http://www.teotigraphix.com

Blog - Flex2Components
http://www.flex2components.com

You can find more by solving the problem then by 'asking the question'.


[flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread mitch
I did a little more hunting in the Eclipse Bugzilla; perhaps this is
not fixed yet:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=8886

--- In flexcoders@yahoogroups.com, Michael Schmalle
[EMAIL PROTECTED] wrote:

 Same here, I am running multiple monitors and the main panel I want
detached
 won't, the code view.
 
 Mike
 
 On 9/11/07, mitch [EMAIL PROTECTED] wrote:
 
--- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
  grimmwerks grimm@ wrote:
  
   Anyone have any tricks/settings for the Flex IDE on a dual monitor?
   Kind of driving me nuts.
  
 
  In this vein, would be particularly interested in knowing how to
  detach the text editor from the main window. I am using 4 monitors
  and a single window for text editing is pretty silly.
 
  I found this:
 
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=13585
 
  which implies that adding -detach to eclipse.ini should enable this
  behavior. The Eclipse Help shows that right-clicking an editor tab
  should show a detach menu item, but this is not present for me.
 
  Any suggestions? I can detach the console, navigator, etc, but not
  the editor windows.
 
   
 
 
 
 
 -- 
 Teoti Graphix
 http://www.teotigraphix.com
 
 Blog - Flex2Components
 http://www.flex2components.com
 
 You can find more by solving the problem then by 'asking the question'.





[flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread candysmate
--- In flexcoders@yahoogroups.com, Michael Schmalle
[EMAIL PROTECTED] wrote:

 Same here, I am running multiple monitors and the main panel I want
detached
 won't, the code view.
 
 Mike
 

I hear ya!  It's the same here for me.  Also, is it possible to view
both the code and the design at the same time?  



[flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread mitch
--- In flexcoders@yahoogroups.com, candysmate [EMAIL PROTECTED] wrote:

 --- In flexcoders@yahoogroups.com, Michael Schmalle
 teoti.graphix@ wrote:
 
  Same here, I am running multiple monitors and the main panel I want
 detached
  won't, the code view.
  
  Mike
  
 
 I hear ya!  It's the same here for me.  Also, is it possible to view
 both the code and the design at the same time?


Yes.  Right click on the tab for the editor, select New Editor. 
This will give you a 2nd view of the window.  Drag that tab to the
edge of the window--the cursor will change from a stack of folders to
an arrow.  When it changes to an arrow, let go--you now will have a
split view.

You can change one of the views to Design and keep the other one as
Source.

Sometimes, Eclipse forgets to colorize the Source side (not sure what
causes this), but changing the Source panel to Design and then back to
Source remedies this for me.

I'm using 3.2.2.



Re: [flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread Michael Schmalle
No,

Seems like the mxml code/design module is one piece.

Although you could open notepad. hahah ;-)

Peace, Mike

On 9/11/07, candysmate [EMAIL PROTECTED] wrote:

   --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 Michael Schmalle
 [EMAIL PROTECTED] wrote:
 
  Same here, I am running multiple monitors and the main panel I want
 detached
  won't, the code view.
 
  Mike
 

 I hear ya! It's the same here for me. Also, is it possible to view
 both the code and the design at the same time?

  




-- 
Teoti Graphix
http://www.teotigraphix.com

Blog - Flex2Components
http://www.flex2components.com

You can find more by solving the problem then by 'asking the question'.


Re: [flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread Michael Schmalle
Wow,

just learned something...

Peace, Mike

On 9/11/07, mitch [EMAIL PROTECTED] wrote:

   --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 candysmate [EMAIL PROTECTED] wrote:
 
  --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 Michael Schmalle
  teoti.graphix@ wrote:
  
   Same here, I am running multiple monitors and the main panel I want
  detached
   won't, the code view.
  
   Mike
  
 
  I hear ya! It's the same here for me. Also, is it possible to view
  both the code and the design at the same time?
 

 Yes. Right click on the tab for the editor, select New Editor.
 This will give you a 2nd view of the window. Drag that tab to the
 edge of the window--the cursor will change from a stack of folders to
 an arrow. When it changes to an arrow, let go--you now will have a
 split view.

 You can change one of the views to Design and keep the other one as
 Source.

 Sometimes, Eclipse forgets to colorize the Source side (not sure what
 causes this), but changing the Source panel to Design and then back to
 Source remedies this for me.

 I'm using 3.2.2.

  




-- 
Teoti Graphix
http://www.teotigraphix.com

Blog - Flex2Components
http://www.flex2components.com

You can find more by solving the problem then by 'asking the question'.


[flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread candysmate

 
 Yes.  Right click on the tab for the editor, select New Editor. 
 This will give you a 2nd view of the window.  Drag that tab to the
 edge of the window--the cursor will change from a stack of folders to
 an arrow.  When it changes to an arrow, let go--you now will have a
 split view.
 
 You can change one of the views to Design and keep the other one as
 Source.
 
 Sometimes, Eclipse forgets to colorize the Source side (not sure what
 causes this), but changing the Source panel to Design and then back to
 Source remedies this for me.
 
 I'm using 3.2.2.


Neat!  Many thanks Mitch. All I need now is an extra eye :)




[flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread fuad_kamal
Are you guys all on Windows platform?  I can split flexbuilder across
monitors in Windows, but on Mac it seems limited to a single screen -
none of the panes detach.  The split-screen view does work though -
thanks for the tip!

--- In flexcoders@yahoogroups.com, Michael Schmalle
[EMAIL PROTECTED] wrote:

 No,
 
 Seems like the mxml code/design module is one piece.
 
 Although you could open notepad. hahah ;-)
 
 Peace, Mike
 
 On 9/11/07, candysmate [EMAIL PROTECTED] wrote:
 
--- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
  Michael Schmalle
  teoti.graphix@ wrote:
  
   Same here, I am running multiple monitors and the main panel I want
  detached
   won't, the code view.
  
   Mike
  
 
  I hear ya! It's the same here for me. Also, is it possible to view
  both the code and the design at the same time?
 
   
 
 
 
 
 -- 
 Teoti Graphix
 http://www.teotigraphix.com
 
 Blog - Flex2Components
 http://www.flex2components.com
 
 You can find more by solving the problem then by 'asking the question'.