This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 96147

Summary: Editable Diff API support
Product: utilities Reporter: Maros Sandor <msandor>
Component: DiffAssignee: diff-issues@utilities <diff-issues>
Status: RESOLVED FIXED    
Severity: blocker CC: apireviews
Priority: P1 Keywords: API_REVIEW_FAST
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 76681    
Attachments: changes

Description Maros Sandor 2007-02-21 13:07:19 UTC
In order to make editable Diff windows possible, we need to extend the API.
Currently, diff clients that open Diff views provide content for left and right
panes as Readers. To create a standard editor pane, Diff component needs more
and the proposed change (attached) is to allow clients to provide a FileObject
and declare its editability.
Comment 1 Maros Sandor 2007-02-21 13:15:18 UTC
Created attachment 38756 [details]
changes
Comment 2 Maros Sandor 2007-03-05 14:00:16 UTC
Integrated into trunk.

/shared/data/ccvs/repository/diff/api/doc/changes/apichanges.xml,v  <-- 
apichanges.xml
new revision: 1.9; previous revision: 1.8
/shared/data/ccvs/repository/diff/src/org/netbeans/api/diff/StreamSource.java,v
 <--  StreamSource.java
new revision: 1.8; previous revision: 1.7
/shared/data/ccvs/repository/diff/nbproject/project.properties,v  <-- 
project.properties
new revision: 1.11; previous revision: 1.10