-
Notifications
You must be signed in to change notification settings - Fork 1
ANSI Color Codes #12
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requestedresearchFurther research is necessary to complete the issueFurther research is necessary to complete the issue
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requestedresearchFurther research is necessary to complete the issueFurther research is necessary to complete the issue
A Standard Is A Standard...
Description
The ANSI escape code standard is HUGE, and I didn't realize this going in. In fact, currently I have a way of looking at only a small subsection of the escape code. I want to change this, by implementing the wide variety of codes given to us by the ANSI escape code standard. However, this is going to be a daunting task, and I want to wait until the application is actually finished before I start it.
Solution
Research the possible escape code values, create a language syntax for those values, create a compiler for an escape code and feed the ColoredTextPane the correct values from that compiled DSL.