-
Notifications
You must be signed in to change notification settings - Fork 212
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
Implement color preview #659
Comments
Open link is implemented for Markdown, other schemes will need to wait issue #52. |
Hello @zufuliu. Great! 😀 It seems to be an interesting solution anyway. Do you think it can be implemented in the next release? |
Not sure, but could do some experiments. |
Implemented by 9492cf8: |
Hi @zufuliu very good, seems to be quite practical. I only report one bug... Upon closer examination I think the problem actually occurs only if the text begins with a color code... as seen in my second screenshot. Regardless of the lexer chosen. In this case an error is returned which can potentially crash the program. Here is the error message and screenshot of the text that generated it. |
The stack overrun is fixed by 98a70ca, it caused by: |
That looks good, I'm sure I'll use it! |
I think it would make the feature hard to use (something like "Color Preview" right-click menu). |
Hi @zufuliu! I wanted to offer you this implementation... In Notepad3 I find the possibility of opening links directly from the text (Ctrl+Click) and being able to preview the colors (Hex or RGB, etc.) simply by passing the mouse over them, very convenient.
When writing code with lots of colors it is especially useful. Talking about the colors with (Ctrl+Click) the window with the color palettes opens... this is also very useful...
What do you think we could work on it? 😉
The text was updated successfully, but these errors were encountered: