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 245579

Summary: No syntax highlighting after the source code reached 5000 lines.
Product: third-party Reporter: bocios
Component: MPLAB X IDEAssignee: vincesheard <vincesheard>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.0.1   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description bocios 2014-07-11 08:20:24 UTC
MPLAB X v2.15 (and older) 
We are using MPLAB X for a project where the C source code can reach 5000 lines of code and even more, we set up already the IDE for syntax highlighting what our team would like to use in common, like highlighting functions, variables, other source code parts different then the MPLAB X default. We also changed the highlighting of output window, actually this works well. 

Current situation

IS: 
after the source code reach more then 5000 lines, the IDE's syntax highlighting is failing, some parts of the are highlighted, some are not (like function's highlighting fails just after we reached this limit). 
We are currently forced to sizing somehow our code to do not reach this limit, this getting more and more hard to do so.

SHOULD: 
If this limit really necessary,than please provide an option to raise this limit or even turn it off, should apply all of the project's files.


Are there any workaround currently to turn it off?