Bug 40747 - [api] Move BufferedDocumentScanner to jface.text
Summary: [api] Move BufferedDocumentScanner to jface.text
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-25 04:50 EDT by Roel De Meester CLA
Modified: 2006-03-21 12:37 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roel De Meester CLA 2003-07-25 04:50:36 EDT
The jdt.ui.FastJavaPartitionScanner uses a BufferedDocumentScanner to
access the Documentcharacters. 
This BufferedDocumentScanner is now also in jdt.ui
I'm also using this BufferedDocumentScanner for writing a propertiesfile
editor, but since I do no want to depend on the whole JDT plugin I've
copy/pasted the BufferedDocumentScanner to my own plugin. IMHO, Moving the
Scanner to jface.text would make reuse simpler.