wbond / sublime_alignment

Easy alignment of multiple selections and multi-line selections
http://wbond.net/sublime_packages/alignment
522 stars 110 forks source link

Chinese Line can not alignment, because chinese characters are twice as wide as the english alphabet #56

Closed laurenceqi closed 9 years ago

laurenceqi commented 11 years ago

Chinese Line can not alignment, because chinese characters are twice as wide as the english alphabet

wbond commented 9 years ago

Can you provide some examples?

g8up commented 7 years ago

@wbond , I supply an example below

const Me = {
    "我的名字": 'g8up',
    "年龄"  : 18,
    '我的老家': '就是这个屯儿',
};
CoffeeKoala commented 1 year ago

I would like to know if this issuse is fixed or not?