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 17297

Summary: TextEditorSupport should extend CloneableEditorSupport
Product: xml Reporter: _ lkramolis <lkramolis>
Component: CodeAssignee: issues@xml <issues>
Status: NEW ---    
Severity: blocker Keywords: ARCH
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 21233    
Bug Blocks: 15756, 20532, 32048    

Description _ lkramolis 2001-11-05 16:03:19 UTC
Class org.netbeans.modules.xml.core.text.TextEditorSupport should extend
CloneableEditorSupport instead of DataEditorSupport which is associated with
DataObject.
Comment 1 _ lkramolis 2001-11-20 16:58:18 UTC
It is important to create ???EditorSupport, which will support two
document representations (Swing and TAX documents) -- data from
current ???Object can be opened in text and tree editor; when text
editor is closed, document must remain in memory because of tree editor.

[Issue 17868 - if TAX implementation will be built over Swing
Document,  it will be very simple to sync both representations.]
Comment 2 Jan Chalupa 2001-11-27 17:39:07 UTC
Target milestone -> 3.3.1.
Comment 3 Jan Chalupa 2001-11-27 17:42:38 UTC
Target milestone -> 3.3.1.
Comment 4 _ lkramolis 2001-12-04 13:48:55 UTC
As Petr described in issue 17939, TextEditorShould be moved from core
module to text module.
Comment 5 _ lkramolis 2001-12-04 17:18:49 UTC
Just correction: ... TextEditorSupport should ...
Comment 6 _ lkramolis 2002-03-07 17:25:12 UTC
TextEditorSupport should also be moved to text-edit module.
Comment 7 _ pkuzel 2002-06-03 12:27:50 UTC
Let these are considered while planning next release.
Comment 8 Marek Grummich 2002-07-19 17:20:39 UTC
Target milestone was changed from not determined to TBD