SublimeANSI
SublimeANSI copied to clipboard
ANSI escape codes color highlighting for SublimeText 3
Hello @aziz. I've seen this error multiple times over the months (years?), without ever being able to come up with a reproducing test case. It just shows up from time...
Hi, thanks for this addon, very much needed and appreciated. Only, when I open a file with ANSII colours I do get the right colouring but I always see `(B`...
I keep getting an error in detect_syntax_change because view == None, but you are referencing it anyway. Please add check to see if view == None and return if True....
This showed up when Sublime Text started: ``` Traceback (most recent call last): File "D:\SublimeText\Data\Packages\ANSIescape\ansi.py", line 237, in check_left_ansi if not self._is_view_valid(view): File "D:\SublimeText\Data\Packages\ANSIescape\ansi.py", line 271, in _is_view_valid if view...
Is there a light theme that would work with this?
Clang on OSX outputs escape sequences that look like this: ``` [0;1;31m ``` I don't know escape sequences well enough to know if clang is just flat out wrong, or...
ExecCommand uses a short timeout internally to append the data to the view. If this timeout isn't fired fast enough the regions can't be colored. A simple solution is to...
I'm using this plugin to colorize gcc output and sometimes it happens that the color in the output is displaced because new data is being processed at the same time:...