Rewritten plugin which existed for SynWrite
+ Works with unicode
+ CudaText specific
+ Config file
https://github.com/iRamSoft/cuda_color_text
plugin Color Text
-
- Posts: 67
- Joined: 26.08.2013 06:16
• is possible to save "colorized words"? (aka SynWrite to *.synw-filestyles)
• is possible to colorize only selected word and not all the same words? (all_words=1 not works for me, I am sorry)
• duplicates of "whole_words=0", styles.ini - by mistake? or some reason
I am able to use this useful plugin, it works fine (mostly), but if will be not possible to save "colorization", than the colors will be used just for HTML Export… what is also BIG plus, of course. So not saving colors of words is by intention? or it is on roadmap?
TIA
Miro
• is possible to colorize only selected word and not all the same words? (all_words=1 not works for me, I am sorry)
• duplicates of "whole_words=0", styles.ini - by mistake? or some reason
I am able to use this useful plugin, it works fine (mostly), but if will be not possible to save "colorization", than the colors will be used just for HTML Export… what is also BIG plus, of course. So not saving colors of words is by intention? or it is on roadmap?
TIA
Miro
Plugin updated.
- dup lines in .ini file- fixed, you must del dups from your copy
- all_words=0 work, I checked
Posted wish to https://github.com/iRamSoft/cuda_color_text/issues/23
- dup lines in .ini file- fixed, you must del dups from your copy
- all_words=0 work, I checked
Posted wish to https://github.com/iRamSoft/cuda_color_text/issues/23
-
- Posts: 67
- Joined: 26.08.2013 06:16
Thanks a lot - all_words=0/1 works fine now (after update).
regarding >> https://github.com/iRamSoft/cuda_color_text/issues/23 - doesn't matter if two or one plugin, will be good to have an option for save/not_save helper file
TIA for any progress at this case, really thanks a lot
regarding >> https://github.com/iRamSoft/cuda_color_text/issues/23 - doesn't matter if two or one plugin, will be good to have an option for save/not_save helper file
TIA for any progress at this case, really thanks a lot
-
- Posts: 67
- Joined: 26.08.2013 06:16
Hot fix: in __init__.py of plugin you see
delete the this line: ed.attr(MARK....)
==
plugin updated.
Code: Select all
def do_color(ed, n):
ed.attr(MARKERS_DELETE_BY_TAG, TAG_UNIQ + n)
==
plugin updated.
-
- Posts: 67
- Joined: 26.08.2013 06:16