You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often user formatContentAsTableByCustomCharacter . But if I use it to format this text :
|1|dfds|删掉|1232|
|1|dfds|12|1232|
it format result is this:
|1|dfds|删掉|1232|
|1|dfds|12|1232|
I want format Chinise charactor by two char width. Please fix this .Text-Power-Tools is very good tool for me .Thank you.
The text was updated successfully, but these errors were encountered:
@qcz Thank you for your reply.
I found VS Code use "Consolas, 'Courier New', monospace" font family by default.The first font Consolas is not monospaced font. So Chinise font doesn't occupy two standard ascii characters width.Using SimSun font can solve this problem.
So your saved pic is right for me. Adding a setting for this is good idea.You can customize it like setting non-ascii char width.
I often user formatContentAsTableByCustomCharacter . But if I use it to format this text :
|1|dfds|删掉|1232|
|1|dfds|12|1232|
it format result is this:
|1|dfds|删掉|1232|
|1|dfds|12|1232|
I want format Chinise charactor by two char width. Please fix this .Text-Power-Tools is very good tool for me .Thank you.
The text was updated successfully, but these errors were encountered: