Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » delete-key doesn't work
delete-key doesn't work [message #462823] Thu, 01 February 2007 09:41 Go to next message
Eclipse UserFriend
Originally posted by: febro.gmx.net

Hi,

I've created an editor as "normal" eclipse-plugin (within the
eclipse-environment), and everything works fine. Now I want to integrate
this editor into a rcp-application, but the "delete"-key doesn't work
anymore... how can I activate this key? It shall not do anything special,
just the "normal" delete-behaviour as in every other normal text editor.

any hints?

thanks!
Felix
Re: delete-key doesn't work [message #462869 is a reply to message #462823] Thu, 01 February 2007 17:09 Go to previous message
Snjezana Peco is currently offline Snjezana PecoFriend
Messages: 789
Registered: July 2009
Senior Member
You have to register the global action handler for your action.
The BasicTextEditorActionContributor can serve as an example.

Snjeza

Felix Brossmann wrote:
> Hi,
>
> I've created an editor as "normal" eclipse-plugin (within the
> eclipse-environment), and everything works fine. Now I want to integrate
> this editor into a rcp-application, but the "delete"-key doesn't work
> anymore... how can I activate this key? It shall not do anything special,
> just the "normal" delete-behaviour as in every other normal text editor.
>
> any hints?
>
> thanks!
> Felix
>
>
Previous Topic:Access Classpath from "child" Plugin by "parent" plugin
Next Topic:Problems with TableViewer and ComboboxCellEditors
Goto Forum:
  


Current Time: Thu Oct 03 11:10:04 GMT 2024

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

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

Back to the top