IDE) After upgrade to Windows 10 insider (14279)

Archives Forums/Win32 Discussion/IDE) After upgrade to Windows 10 insider (14279)

Fielder(Posted 2016) [#1]
after this upgrade, the IDE is very laggy.. i found that issue is from the SYNTAX HIGHLIGHT

when the code is long... >15000 lines

averything is freezing for a while.. i tried using the compatibility flags.. but nothing works...

i tried other IDES.. and all IDES are working well...
but what alternative IDE is the BEST (free)

the CE IDE is doing the same issue.


Fielder(Posted 2016) [#2]
FIXED FOR NOW using the scintilla FORK of maxide by Munch
http://www.blitzmax.com/Community/posts.php?topic=103112


Brucey(Posted 2016) [#3]
Fifteen thousand lines in one file?

You do know you can split your applications up into smaller, more manageable chunks using Import and Include?