Customize special characters #84
Replies: 5 comments 6 replies
-
I was looking at the code base to see if this was supportable the other week (I don't think it is at the moment). I receive text files that sometimes contain control or extended characters and wondered if they can be shown similar to Notepad++ and VS Code with little glyths. |
Beta Was this translation helpful? Give feedback.
-
@DGH2112 Please open a different issue on how control characters appear without the eoShowSpecialChars option, showing examples of how they appear in SynEdit and how the appear in VS Code. |
Beta Was this translation helpful? Give feedback.
-
@m-matsubara
Also what are the Tabalign characters? |
Beta Was this translation helpful? Give feedback.
-
See also related #89. |
Beta Was this translation helpful? Give feedback.
-
@pyscripter I want to customize the Special Characters, especially the line break characters. Currently, in SynEdit, the line break character cannot be changed from TabAlign has wide tabs, so I think it would be nice to be able to change where the glyph is displayed. In my case, I would like to customize the TabGlyph symbol to the left (Leading). |
Beta Was this translation helpful? Give feedback.
-
I would like to implement a special character customization feature.
I would like to discuss the spec before creating a pull request.
I'm thinking of creating something like the following as a property, what do you think?
published properties
Also, I think this is a unique requirement for Japan, but I would like to be able to customize
Idepgraphic space
as a special character independently. Is it okay to include this specification?Beta Was this translation helpful? Give feedback.
All reactions