explement
JCHJava Community | Help. Code. Learn.
•Created by explement on 12/19/2024 in #java-help
How would I hide a specific Character in a ListArray
Basically, i'm making a simple terminal file editor, which has basic syntax highlighting. I'm facing an issue where the character used for the 'cursor' (which is controlled by arrow keys) is fucking up the syntax highlighting. I use 2 variables which store its location (currentLine, and currentColumn), so how would I hide it or something off the syntax highlighting function?
Code:
39 replies