Bug 93634 - [text edit] Try to share strings in undo object creation
Summary: [text edit] Try to share strings in undo object creation
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Dirk Baeumer CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2005-05-04 08:12 EDT by Dirk Baeumer CLA
Modified: 2005-05-04 12:44 EDT (History)
1 user (show)

See Also:


Attachments
A patch for a simple string sharing (1.12 KB, patch)
2005-05-04 08:19 EDT, Dirk Baeumer CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Baeumer CLA 2005-05-04 08:12:45 EDT
Currently the text edit infrastructure reads the text to replace in a undo from
the document. This has the downside that in massive name changes (e.g. rename,
move, ...) we heavily duplicate the string to undo.
Comment 1 Dirk Baeumer CLA 2005-05-04 08:19:14 EDT
Created attachment 20672 [details]
A patch for a simple string sharing
Comment 2 Dirk Baeumer CLA 2005-05-04 08:20:48 EDT
Tom, can you please release this to org.eclipse.text. I will drop by.
Comment 3 Tom Hofmann CLA 2005-05-04 09:04:01 EDT
released > 20050504
Comment 4 Dirk Baeumer CLA 2005-05-04 12:44:31 EDT
Closing as fixed.