Bug 13776 - copy/paste in the property view
Summary: copy/paste in the property view
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC other
: P2 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords: readme
: 23016 26160 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-04-15 07:31 EDT by Xavier Méhaut CLA
Modified: 2003-01-30 10:15 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Méhaut CLA 2002-04-15 07:31:32 EDT
Hello,
I didn't succeeded in copying or pasting text in the vamlue field of the 
property view...
regards
Xavier
Comment 1 Randy Giffen CLA 2002-04-23 17:16:04 EDT
What property are you trying to edit?
The resource properties provided by the workbench are read only.

We provide a property sheet example.
Install the example the create a file called test.usr
Expand the content outline and select a user
The properties for the user are editable and copy paste works.
Comment 2 Xavier Méhaut CLA 2002-04-24 02:41:19 EDT
It was in the case of using the property view in the Plugin Development 
perspective. I wanted to create a plugin, and in this case the property view is 
editable but there is no means to use a copy/paste (useful for instance in menu 
item creation)
regards
xavier
Comment 3 Randy Giffen CLA 2002-04-24 10:20:20 EDT
Moving to PDE

Verified it does not work in the PDE provided property sheet page (it works in 
the property sheet page provided by the workspace).

A CellEditorActionHandler is used to pass the accelerators on to the 
celleditor.

If PDE requires property sheet page API changes for 2.0 to fix this PR please 
let us know as soon as possible.
Comment 4 Gunnar Wagenknecht CLA 2002-05-28 03:43:13 EDT
Same here on 2.0 F1. Copy & Paste via ShortCuts in Property View of PDE while 
modifying plugin.xml Extentions doesn't work, although Copy & Paste via right 
mouse button context menu is working. Only Copy & Paste via ShortCuts doesn't 
seem to work.
Comment 5 Wassim Melhem CLA 2002-09-17 15:43:57 EDT
*** Bug 23016 has been marked as a duplicate of this bug. ***
Comment 6 Gunnar Wagenknecht CLA 2003-01-13 06:02:53 EST
Eclipse 2.1 M4 - still not consistent across the Eclipse application

Sometimes CRTL+X/C/V works but SHIFT+DEL/INS not, sometime vice versa, 
sometimes both and sometimes only via context menus
Comment 7 Dejan Glozic CLA 2003-01-22 11:37:13 EST
Since this is PDE UI inbox, please specify which shortcuts do not work when 
used in the context of PDE editors only.
Comment 8 Gunnar Wagenknecht CLA 2003-01-22 19:33:11 EST
For me ctrl+c/x/v arn't working in the properties view. I don't know if it is a 
PDE only bug. Shift+Del/Ins works.
Comment 9 Wassim Melhem CLA 2003-01-24 10:34:35 EST
*** Bug 26160 has been marked as a duplicate of this bug. ***
Comment 10 Dejan Glozic CLA 2003-01-30 10:15:16 EST
The error was in PDE. PDE has switchable property sheets that can be different 
across pages (for example 'Extensions' page has a property sheet with different 
local tool bar actions that the one in 'Extension Points'). The class that was 
in charge of switching these pages didn't refresh global action handlers. The 
code to handle most of the global actions was therefore in the property sheet, 
but the action handlers were disconnected from the main action bars.

Fixed and released into HEAD. Will appear in the builds > I20030129.