I am playing around with making a java editor with syntax highlighting. I got everything to work ok however, when the file gets very large, there is a major speed issue. Anyone have any ideas on how to optimize this? ( the current syntax highlighter is re-highlighting the entire file every time text is inserted or removed. )




Reply With Quote