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

Summary: Code completion blocked by PHP lexing
Product: php Reporter: Jaroslav Tulach <jtulach>
Component: SmartyAssignee: Martin Fousek <marfous>
Status: RESOLVED DUPLICATE    
Severity: normal CC: pjiricka
Priority: P3 Keywords: PERFORMANCE
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 179727    

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 ***