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 - Editable Diff API support
Summary: Editable Diff API support
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: diff-issues@utilities
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks: 76681
  Show dependency tree
 
Reported: 2007-02-21 13:07 UTC by Maros Sandor
Modified: 2007-03-05 14:00 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
changes (4.66 KB, text/plain)
2007-02-21 13:15 UTC, Maros Sandor
Details

Note You need to log in before you can comment on or make changes to this bug.
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