junichi11 / netbeans-color-codes-preview

Show colors in an editor's sidebar
https://netbeans-vm.apache.org/pluginportal/catalogue/?id=24
Apache License 2.0
32 stars 8 forks source link

Support all Color constructors #30

Closed jmborer closed 5 years ago

jmborer commented 5 years ago

Please implement all Color constructors. Not all of us use R,G,B.

junichi11 commented 5 years ago

Not all of us use R,G,B.

Unnecessary words.

jmborer commented 5 years ago

I hope you don't mean it disrespecful, since my comment is based on facts not a personal judgement... In my team, we use mainly floats, hex and HSL color declarations. They are missing currently in your great plugin. This is also the reason I proposed to help.

junichi11 commented 5 years ago

I'm saying that you need not say "Not all of us use R,G,B.". The vice versa is also the same thing. I feel you are complaining about missing patterns. Such the comment may make someone uncomfortable. So unnecessary words.

jmborer commented 5 years ago

Hmm. I think we are misunderstanding each other here. My comment was not meant to be rude in any way. As the plugin essentially support RGB declared color and that we don't such declarations, I was just saying that it would me maybe more useful then you may think to support the "missing" color constructors.

junichi11 commented 5 years ago

Yes, so you should not write such a comment to avoid misunderstanding. That's that :) I'm going to implement them later. Thanks.

junichi11 commented 5 years ago

Done. https://github.com/junichi11/netbeans-color-codes-preview/releases/tag/v0.12.3

If you find some problems, please report them to Issues as new issues.

If there is no problem, I'll upload the new version to Plugin Portal.

NOTE

junichi11 commented 5 years ago

@jmborer Could you please try using it? Please let me know whether it works fine if possible. After that, I'm going to upload the nbm to Plugin Portal. Thanks.

jmborer commented 5 years ago

Shall I build it from sources?

junichi11 commented 5 years ago

Need not to do that. As wrote the above, you can use https://github.com/junichi11/netbeans-color-codes-preview/releases/tag/v0.12.3.

jmborer commented 5 years ago

I'll test.

jmborer commented 5 years ago

My corporate proxy doesn't allow me to download nbm from github. I'll have to compile it myself.

junichi11 commented 5 years ago

I see. OK.

jmborer commented 5 years ago

After a few tests, it looks good.

On Thu, Jun 6, 2019 at 1:08 PM Junichi Yamamoto notifications@github.com wrote:

I see. OK.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/junichi11/netbeans-color-codes-preview/issues/30?email_source=notifications&email_token=ABSND5W2IJR2N2C4MQGQ623PZED5VA5CNFSM4HRVPOZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXCY3BA#issuecomment-499486084, or mute the thread https://github.com/notifications/unsubscribe-auth/ABSND5UQ3PAAOWTW5H667A3PZED5VANCNFSM4HRVPOZQ .

junichi11 commented 5 years ago

Thank you! I'll upload it to PP.