Project

General

Profile

Actions

Bug #205

open

cut/copy/paste

Added by Matt Jones about 23 years ago. Updated over 19 years ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
morpho - general
Target version:
Start date:
04/09/2001
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
205

Description

Integrate cut/copy/paste into appropriate functional areas of morpho.

Actions #1

Updated by James Brunt over 22 years ago

Matt/Dan -

I think this should be moved up in priority - the ability to document data is
greatly hindered by not having this capability - I don't think it should be
considered an enhancement.

James

Actions #2

Updated by Matt Jones almost 22 years ago

Enable the Cut/Copy/Paste menus when their functionality is available. The
editor makes these functions available, but because the menus are greyed out
this is not at all obvious to users. Need to actively manage the
enabled/diabled state of these menus to show when users can use them and when
they can't.

Actions #3

Updated by Dan Higgins over 21 years ago

Cut/Copy/Paste menus are now enabled/disabled properly in the new DataPackage
view. Actually, the only items that can currently be Cut/Copy/Pasted in this
view are the data cell in the data table. At least one cell should always be
selected, so Cut/Copy should always be enabled in this window.

Paste should be enabled whenever there is text data in the clipboard. Code has
been added to DataPackagePlugin so that whenever the DataPackage window is
'activated' the clipboard is checked to aee if it contains text (perhaps copied
from Excel, etc.) If it does, the Paste menu is enable; if not, disabled. Cut
and Copy commands withn the window also enable the Paste menu.

It appears that a general purpose Cut/Copy/Paste handler would require that a
CaretListener be added to all TextComponents. Thus, whenever any part of a text
string was selected, the Cut/Copy/Paste menus could be appropriately handled.
This is thought to require a substantial code change, so that it is being
postpned to Target Milestone 1.3

Actions #4

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 205

Actions

Also available in: Atom PDF