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 195279 - Code completion blocked by PHP lexing
Summary: Code completion blocked by PHP lexing
Status: RESOLVED DUPLICATE of bug 194222
Alias: None
Product: php
Classification: Unclassified
Component: Smarty (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 179727
  Show dependency tree
 
Reported: 2011-02-10 09:57 UTC by Jaroslav Tulach
Modified: 2011-09-06 10:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2011-02-10 09:57:34 UTC
Look at
http://statistics.netbeans.org/exceptions/exception.do?id=453942

the code completion seems to be blocked in org.netbeans.editor.BaseKit$InsertBreakAction.performLineBreakInsertion()
by many calls to 
org.netbeans.lib.lexer.TextLexerInputOperation.readExisting()
via
org.netbeans.modules.php.smarty.editor.lexer.TplTopLexer.nextToken()
Comment 1 Ondrej Brejla 2011-08-24 08:50:32 UTC
Smarty related -> reassigning
Comment 2 Martin Fousek 2011-08-25 12:50:47 UTC
Thanks a lot for reporting that, already fixed.

*** This bug has been marked as a duplicate of bug 194222 ***