Bug 380558

Summary: Update R objects (type / structure) before editing them
Product: [Applications] rkward Reporter: Thomas Friedrichsmeier <thomas.friedrichsmeier>
Component: generalAssignee: RKWard Team <rkward-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:

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