Will Rowe

Results 176 comments of Will Rowe

I believe the directory must be called `ColorHighlighter`. I'm not sure if that's what causing these particular issues, but it would cause some issues if not named correctly.

I just installed v8.0 and it's already working much better than the previous version, great job! The only thing I noticed so far is that the default settings file does...

I have `Tools > Color Highlighter > Color Highlighters > Highlight colors in all text > Inline highlighting style` set to `Outlined` and it does not update the outline when...

I'm still seeing the same issue. - I start with a `color` value of white and it correctly looks like this: ![before](https://user-images.githubusercontent.com/7152423/30753310-f0f2b8b2-9f8c-11e7-9bb0-49cb7c88d62e.png) - Then I change it to black and...

OS: Mac OS X v10.11.6 Sublime Text: v3 Build 3144 Color Highlighter Settings: ```json { "search_colors_in": { "all_content": { "color_highlighters": { "color_scheme": { "enabled": true, "highlight_style": "outlined" }, "gutter_icons": {...

Thanks, it is working as expected now. For future reference, where is the log file located?

Maybe this could be done in an opt-in manner similar to adding `Composer\\Config::disableProcessTimeout` to disable the timeout? I have run into an issue where I have a script that needs...

@Seldaek I tried that, thinking it may ignore the argument, but unfortunately it has no effect and the same error is still thrown.

> They are just not being sorted and matched properly because the $ doesn't seem to be taken into account when matching. I believe this may indeed be the issue,...

I have re-written the load a couple of times to be async-only before the hybrid implementation was done a while back, so I'm definitely on board for loading and rendering...