Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Drag and Drop between 2 opened editors
Drag and Drop between 2 opened editors [message #41465] Thu, 22 January 2009 07:37 Go to next message
Laurent Petit is currently offline Laurent PetitFriend
Messages: 35
Registered: July 2009
Member
Hello,

My application writing needs are to enable drag & drop between 2 opened editors.

While there is the possibility to open both editors side by side, it's not a well known feature, and sometimes not desirable.


What I would like is enable the user to work on several open editors, and, from time to time, initiate a drag operation from editor A, hovering the mouse over the tab showing the label of editor B,
which will then be opened to allow the drop operation to be done on editor B.


I don't know :

- if it is feasible at all ?
- if yes, where to plug things/start with ?

IS THERE a correct way to do this in a plug-in, so that I don't violate some "good behaving rules" ?

Thanks in advance if you can answer to my questions,
Re: Drag and Drop between 2 opened editors [message #41478 is a reply to message #41465] Thu, 22 January 2009 11:30 Go to previous messageGo to next message
Benjamin Cabé is currently offline Benjamin CabéFriend
Messages: 201
Registered: July 2009
Location: Toulouse, France
Senior Member

Hi Laurent,

This request for enhancement is already opened in the Eclipse bugzilla,
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=37595 . You may want
to 'ping' the Platform UI guys to know what is the current status of
this bug (it doesn't seem to be targeted for the 3.5 release yet...),
and CC yourself to the bug.

BTW, note that such a question should have been asked on the
eclipse.platform.rcp newsgroup, since it's related to how the editors
should work :)

Cheers,
Ben

Laurent Petit a écrit :
> Hello,
>
> My application writing needs are to enable drag & drop between 2 opened
> editors.
>
> While there is the possibility to open both editors side by side, it's
> not a well known feature, and sometimes not desirable.
>
>
> What I would like is enable the user to work on several open editors,
> and, from time to time, initiate a drag operation from editor A,
> hovering the mouse over the tab showing the label of editor B, which
> will then be opened to allow the drop operation to be done on editor B.
>
>
> I don't know :
>
> - if it is feasible at all ?
> - if yes, where to plug things/start with ?
>
> IS THERE a correct way to do this in a plug-in, so that I don't violate
> some "good behaving rules" ?
>
> Thanks in advance if you can answer to my questions,


Re: Drag and Drop between 2 opened editors [message #41510 is a reply to message #41478] Thu, 22 January 2009 12:35 Go to previous message
Laurent Petit is currently offline Laurent PetitFriend
Messages: 35
Registered: July 2009
Member
Benjamin CABE wrote:
> Hi Laurent,
>
> This request for enhancement is already opened in the Eclipse bugzilla,
> see https://bugs.eclipse.org/bugs/show_bug.cgi?id=37595 . You may want
> to 'ping' the Platform UI guys to know what is the current status of
> this bug (it doesn't seem to be targeted for the 3.5 release yet...),
> and CC yourself to the bug.

OK, I'll do that, thank you for the information!

>
> BTW, note that such a question should have been asked on the
> eclipse.platform.rcp newsgroup, since it's related to how the editors
> should work :)

Ah, ok.

Thansk,

--
Laurent

>
> Cheers,
> Ben
>
> Laurent Petit a écrit :
>> Hello,
>>
>> My application writing needs are to enable drag & drop between 2
>> opened editors.
>>
>> While there is the possibility to open both editors side by side, it's
>> not a well known feature, and sometimes not desirable.
>>
>>
>> What I would like is enable the user to work on several open editors,
>> and, from time to time, initiate a drag operation from editor A,
>> hovering the mouse over the tab showing the label of editor B, which
>> will then be opened to allow the drop operation to be done on editor B.
>>
>>
>> I don't know :
>>
>> - if it is feasible at all ?
>> - if yes, where to plug things/start with ?
>>
>> IS THERE a correct way to do this in a plug-in, so that I don't
>> violate some "good behaving rules" ?
>>
>> Thanks in advance if you can answer to my questions,
Re: Drag and Drop between 2 opened editors [message #590114 is a reply to message #41465] Thu, 22 January 2009 11:30 Go to previous message
Eclipse UserFriend
Originally posted by: benjamin.cabe.anyware-tech.com

Hi Laurent,

This request for enhancement is already opened in the Eclipse bugzilla,
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=37595 . You may want
to 'ping' the Platform UI guys to know what is the current status of
this bug (it doesn't seem to be targeted for the 3.5 release yet...),
and CC yourself to the bug.

BTW, note that such a question should have been asked on the
eclipse.platform.rcp newsgroup, since it's related to how the editors
should work :)

Cheers,
Ben

Laurent Petit a écrit :
> Hello,
>
> My application writing needs are to enable drag & drop between 2 opened
> editors.
>
> While there is the possibility to open both editors side by side, it's
> not a well known feature, and sometimes not desirable.
>
>
> What I would like is enable the user to work on several open editors,
> and, from time to time, initiate a drag operation from editor A,
> hovering the mouse over the tab showing the label of editor B, which
> will then be opened to allow the drop operation to be done on editor B.
>
>
> I don't know :
>
> - if it is feasible at all ?
> - if yes, where to plug things/start with ?
>
> IS THERE a correct way to do this in a plug-in, so that I don't violate
> some "good behaving rules" ?
>
> Thanks in advance if you can answer to my questions,
Re: Drag and Drop between 2 opened editors [message #590120 is a reply to message #41478] Thu, 22 January 2009 12:35 Go to previous message
Laurent Petit is currently offline Laurent PetitFriend
Messages: 35
Registered: July 2009
Member
Benjamin CABE wrote:
> Hi Laurent,
>
> This request for enhancement is already opened in the Eclipse bugzilla,
> see https://bugs.eclipse.org/bugs/show_bug.cgi?id=37595 . You may want
> to 'ping' the Platform UI guys to know what is the current status of
> this bug (it doesn't seem to be targeted for the 3.5 release yet...),
> and CC yourself to the bug.

OK, I'll do that, thank you for the information!

>
> BTW, note that such a question should have been asked on the
> eclipse.platform.rcp newsgroup, since it's related to how the editors
> should work :)

Ah, ok.

Thansk,

--
Laurent

>
> Cheers,
> Ben
>
> Laurent Petit a écrit :
>> Hello,
>>
>> My application writing needs are to enable drag & drop between 2
>> opened editors.
>>
>> While there is the possibility to open both editors side by side, it's
>> not a well known feature, and sometimes not desirable.
>>
>>
>> What I would like is enable the user to work on several open editors,
>> and, from time to time, initiate a drag operation from editor A,
>> hovering the mouse over the tab showing the label of editor B, which
>> will then be opened to allow the drop operation to be done on editor B.
>>
>>
>> I don't know :
>>
>> - if it is feasible at all ?
>> - if yes, where to plug things/start with ?
>>
>> IS THERE a correct way to do this in a plug-in, so that I don't
>> violate some "good behaving rules" ?
>>
>> Thanks in advance if you can answer to my questions,
Previous Topic:Drag and Drop between 2 opened editors
Next Topic:Where can I find the exported jars ?
Goto Forum:
  


Current Time: Thu Apr 25 02:04:16 GMT 2024

Powered by FUDForum. Page generated in 0.04307 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top