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 27350 - Integrate lexer module into the editor
Summary: Integrate lexer module into the editor
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords: PERFORMANCE
: 27349 (view as bug list)
Depends on:
Blocks: 18413 26581 30053
  Show dependency tree
 
Reported: 2002-09-16 13:28 UTC by Miloslav Metelka
Modified: 2008-10-24 09:00 UTC (History)
1 user (show)

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 Miloslav Metelka 2002-09-16 13:28:24 UTC
The lexer module needs to be integrated into the
editor in order to improve performance and
simplify the process of creation of a new language
support. In order to fully replace the current
org.netbeans.editor.Syntax the language embedding
support needs to be completed in order to support
JSP and similar cases.
Comment 1 Miloslav Metelka 2002-09-16 17:30:47 UTC
*** Issue 27349 has been marked as a duplicate of this issue. ***
Comment 2 _ pkuzel 2002-11-13 13:10:30 UTC
The lexer implementation is designed as more memory demanding than
current implementation. Speedup/memory requirement tradeoff need to be
considered. Unfortunatelly most of lexer objects (tokens) are
semipernament objects.
Comment 3 Jaroslav Tulach 2008-10-24 09:00:30 UTC
Done, or am I wrong?