colorizer icon indicating copy to clipboard operation
colorizer copied to clipboard

Lack support for kinds of colors comparing to the css standard.

Open suxpert opened this issue 12 years ago • 4 comments

Comparing to this plugin, this one ( https://github.com/chrisbra/color_highlight ) can highlight colornames, hsl et al as well, the rgb color support % too. What's more, the rgba under console is highlighted correctly. But after trying it for some day, it also has some issue. If they can be combined together, it will be much more convenient for us to use it.

So if you consider add some of those features in a next release, I'll be very appreciate, thanks :)

suxpert avatar May 21 '13 07:05 suxpert

That one seems to be an improved version of colorizer. If that has some issues, I don't want to combine those issues into mine :-)

I'm considering to use the Python interface with some newly introduced features if I write a new release someday. What do you think about the Python dependency?

lilydjwg avatar May 26 '13 07:05 lilydjwg

Sorry for my poor English, I mean, of course, to combine those features into a single plugin, but not bugs >_<

Python is good, but I still don't know how to get python-portable works with the portable version of vim (on my flash disk :D ), so in my .vimrc, I have to find a vimL version of some plugin if it use python, for example, ultisnips. So, if it can be done, a vimL version could be much more convenient.

suxpert avatar May 26 '13 14:05 suxpert

On Sun, May 26, 2013 at 07:41:08AM -0700, LiTuX. S wrote:

Sorry for my poor English, I mean, of course, to combine those features into a single plugin, but not bugs >_<

I know. I meant it's not going to be easy. It has been too long since last time I read the code. I'm afraid I have to rewrite it before adding new features.

Python is good, but I still don't know how to get python-portable works with the portable version of vim (on my flash disk :D ), so in my .vimrc, I have to find a vimL version of some plugin if it use python, for example, ultisnip. So, if it can be done, a vimL version could be much more convenient.

I think I'd prefer to teach people to get themselves a portable Vim with a portable Python :-)

Best regards, lilydjwg

lilydjwg avatar May 26 '13 15:05 lilydjwg

What is wrong with my plugin (https://github.com/chrisbra/color_highlight)

I appreciate it, if you could open a ticket for each issue you encounter with that plugin.

chrisbra avatar Jun 19 '13 07:06 chrisbra