Bug 284598 - [api] SystemEditableRemoteFile needs api for setting/getting editor descriptor
Summary: [api] SystemEditableRemoteFile needs api for setting/getting editor descriptor
Status: CLOSED DUPLICATE of bug 325502
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 3.0.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M3   Edit
Assignee: David McKnight CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2009-07-24 12:48 EDT by David McKnight CLA
Modified: 2011-05-31 17:24 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David McKnight CLA 2009-07-24 12:48:06 EDT
With bug 284596, it was determined that there's no way to set the editor descriptor for a SystemEditableRemoteFile prior to calling openEditor().  In order to address those issues I think we should add the following API to SystemEditableRemoteFile:

/**
 * Set the editor descriptor to be used when opening an editor 
 * for the remote file.
 */
void setEditorDescriptor(IEditorDescriptor);

/**
 * Get the editor descriptor to be used when opening an editor
 * for the remote file.
 */
IEditorDescriptor getEditorDescriptor();
Comment 1 Martin Oberhuber CLA 2009-07-30 12:47:08 EDT
Makes sense to me, targeting 3.2
Comment 2 David McKnight CLA 2011-01-06 12:54:07 EST
This was already resolved via bug 325502.

*** This bug has been marked as a duplicate of bug 325502 ***