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 - TextEditorSupport should extend CloneableEditorSupport
Summary: TextEditorSupport should extend CloneableEditorSupport
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@xml
URL:
Keywords: ARCH
Depends on: 21233
Blocks: 15756 20532 32048
  Show dependency tree
 
Reported: 2001-11-05 16:03 UTC by _ lkramolis
Modified: 2007-09-25 01:31 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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