Bug 380558 - Update R objects (type / structure) before editing them
Summary: Update R objects (type / structure) before editing them
Status: RESOLVED FIXED
Alias: None
Product: rkward
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: RKWard Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-02 13:33 UTC by Thomas Friedrichsmeier
Modified: 2006-10-19 19:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Friedrichsmeier 2005-10-02 13:33:27 UTC
-- This ticket was imported from http://sourceforge.net/p/rkward/feature-requests/24 on 2017-05-31 14:48:55 +0100 --
Before opening an RObject for editing, we 
should check its structure: Is it still the type, we 
thought is was? Any sub-objects 
added/removed? Length changed? 

The point to add the check is inside 
RKEditorManager::editObject \(\). 

Prerequistite is a slight rework of 
RObject::updateFromR \(\), so that single 
individual objects can be updated, and we get 
feedback on the result. 

Make sure, checking and opening happen in the 
same command chain. 

After this is implemented, remove the two 
handlings marked as HACK in 
RKEditorDataFrame::rCommandDone \(\). -- Labels: Editor / table --
Comment 1 Thomas Friedrichsmeier 2006-10-19 19:51:53 UTC
Logged In: YES 
user\_id=300591

Done, in a slightly different way.
Comment 2 Thomas Friedrichsmeier 2006-10-19 19:51:53 UTC
- **labels**:  --> Editor / table
- **assigned_to**: nobody --> tfry
- **status**: open --> closed