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 - No syntax highlighting after the source code reached 5000 lines.
Summary: No syntax highlighting after the source code reached 5000 lines.
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: MPLAB X IDE (show other bugs)
Version: 8.0.1
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: vincesheard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-11 08:20 UTC by bocios
Modified: 2014-07-11 08:20 UTC (History)
0 users

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