8000 Inconvenience regarding changing color in highlighter · Issue #849 · pyscripter/pyscripter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Inconvenience regarding changing color in highlighter #849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tanmayameher opened this issue Feb 6, 2018 · 4 comments
Closed

Inconvenience regarding changing color in highlighter #849

tanmayameher opened this issue Feb 6, 2018 · 4 comments
Labels

Comments

@tanmayameher
Copy link

In the Tools > Options > Editor Options (Syntax Colors Tab), it is really inconvenient to only use color picker to change the color of a element. I mean, it's not taking the Hex code i copy paste to it or write it in there.

If someone know the color hex value, why do he/she go to search that value in internet and then only be able to change the element's color with color picker and also he need to keep both browser / color generator program and PyScripter side by side on the screen for that. Color picker should be a option but not the only option.

Both copy, pasting hex code and color picker should work. It's really annoying to use the color picker all the time for a keyboard guy :).

Correct me if i am wrong or doing something wrong in this context. (try it first though)

@pyscripter
Copy link
Owner

$bbggrr works but red and blue are reversed than in #rrggbb
Fixed in version control.
Since you are working on syntax themes I can email you a ziped version of PyScripter.exe. Just ask at pyscripter gmail.

@tanmayameher
Copy link
Author

ooh, you mean that color red is #0000ff and blue is #ff0000 which is exactly opposite lol xD

So, if you have released new version even beta ones, then i will get that on my system, since i got the beta update on. So, it's ok. Otherwise, i will get one zipped version.

It would be nice to correct the order / corrected it to RGB since it will be counter intuitive.
Thanks

@pyscripter
Copy link
Owner
pyscripter commented Feb 6, 2018

The current version accepts $0000FF instead of #FF0000 for instance (same color Red).

The issue has been fixed and the next version will accept HTML constants as expected. If you want an early preview please email me.

@pyscripter
Copy link
Owner

You can get executatbles (32bit and 64bit) that fix this issue from https://drive.google.com/drive/folders/18d4gutXCpbw3ldfpyLK2_O8I7bAF21dt?usp=sharing

The color edits accept both:

  1. Color constants starting with # (HTML color constant syntax)
  2. Color constants starting with $ (Hexadecimal numbers corresponding to Windows color values)

e.g. #0000FF and $FF0000 are both accepted and represent the same color (blue)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
0