plugin Color Text
-
- Posts: 2245
- Joined: 25.08.2021 18:15
Color Text plugin
In the color text plugni, the color list is given by #RRGGBB, and if I want to assign COLOR_NONE in cuda_color_text.ini, how to assign it? As the alpha information in lack in #RRGGBB style.
I'm not familiar with HTML color definition, Please give some guidance.
Thanks!
1=#FF7070
COLOR_NONE = 0x1FFFFFFF
I'm not familiar with HTML color definition, Please give some guidance.
Thanks!
1=#FF7070
COLOR_NONE = 0x1FFFFFFF
-
- Posts: 2245
- Joined: 25.08.2021 18:15
Re: COLOR Color Text plugin
do you want to assign 'none color' for background color of block? in this case, just remove the styled block.
Re: COLOR Color Text plugin
In Color Text plugin, we can assign a list for style1, like [backcolor, fontcolor, bodercolor], I want to make a style just change the fontcolor, Thus a none color is needed for the first item of the list and 3rd one.
-
- Posts: 2245
- Joined: 25.08.2021 18:15
Re: COLOR Color Text plugin
seems the empty value of color - means color_none. I just checked. this config line:
makes only green-font-color + bold+italic.
Code: Select all
2=,#00FF00,,bi
Re: COLOR Color Text plugin
It works, thanks!main Alexey wrote: ↑04.09.2023 10:08 seems the empty value of color - means color_none. I just checked. this config line:
makes only green-font-color + bold+italic.Code: Select all
2=,#00FF00,,bi
Color Text plugin issues
If certain line (like line No.10) is colored by color-text plugin, when do the "move selected lines up/down" , the color of the line context will lose and leave to the original line position. When we add newlines, the lines will move with the color.
Is it possible to keep the color with the moving line whe useing "move selected lines up/down"?
Thanks!
Is it possible to keep the color with the moving line whe useing "move selected lines up/down"?
Thanks!
-
- Posts: 2245
- Joined: 25.08.2021 18:15
Re: color text plugin
Sorry but no, current attribute changing can be caused by
- deleting a line
- inserting a line
but not by 'moving a line(s)'.
- deleting a line
- inserting a line
but not by 'moving a line(s)'.