vicoapp / vico

Mac Programmers Text Editor
http://www.vicoapp.com/
657 stars 89 forks source link

vico doesn't work correctly when first letter is multi-byte character #7

Closed hirochachacha closed 11 years ago

hirochachacha commented 12 years ago

When inputing first letter in Japanese, vico consumes 100% cpu.

If first-letter is a alphabet, this problem does not occure.

e.g.

"aあ" and "a\n\nあ" is acceptable. "あ" or "\n\nあ" is not acceptable.

("あ" is Japanse character)

godDLL commented 12 years ago

Can't reproduce on either the AppStore Vico, or the latest public build with no restrictions. Which version are you running mate?

hirochachacha commented 12 years ago

Thank you for your reply. I didn't know Vico has latest public build. Anyway I just simply type...

git clone git://github.com/vicoapp/vico.git

make run

And issue occured.

Here is my stdout, stderr of make command, It seems Markdown.pl is missing.

hirochachacha commented 12 years ago

Installing Markdown.pl from http://daringfireball.net/projects/markdown/ solve make error and Vico's Help menu.

But original issue is not solved.

Shadowfiend commented 12 years ago

I wonder if this has to do with how you enter the character rather than simply the character itself. What keys do you press to produce this character?

Shadowfiend commented 11 years ago

Ok, going to allow a week or so to go by so that you can provide some more specific reproduction steps (specifically, what keys I have to press to insert this character) so that I can see if I'm experiencing the issue as well. It would be ideal if you could check against latest master, too. If you don't get a chance to circle back, I'll close the issue for the time being.

hirochachacha commented 11 years ago

Hi, I recheck this issue, and now It works fine. Thank you.

Shadowfiend commented 11 years ago

Awesome to hear, thanks for getting back so promptly!