Shun-ichi Goto
Shun-ichi Goto
This patch implements feature request issue #20. Adding new package Ude (Mozilla Universal Charset Detector) for encoding detection.
This patch solve the issue #28 by comparing filename extension case-insensitively.
ExcelMege get error on reading "foo.CSV" because its extension does not match with lower case ".csv". Also .TSV is.
In current version, UTF-8 is always used on reading CSV file. But it might be better to use Encoding.Default instead because Japanese version of Excel uses Shift_JIS (== Encoding.Default) on...
例えば git クライアントの fork.exe を使っていて、コミット用のsubject/descriptionを記入している際、 カット動作 ctrl-x や ctrl-Del や あるいは右クリックからの"カット"を行っても、カットの動きをしてくれません。 クリップボードにデータは記録されているようですが、元のエディットボックスのテキストはそのまま、 という症状になります。結果的には"コピー"と同じ動作みたいとも言えます。 keyhacを終了してからこれらのソフトを起動すると期待通りの動きとなります。 keyhacが起動しているとだめで、「フックをOFF」にしても変わらずダメです。 ダメなアプリの共通点はWPFアプリのようです。 以下のWPFアプリで同じ症状が発生することを確認しています。 - [Fork - a fast and friendly git client for Mac and Windows](https://fork.dev/)...
I'm using ver. 5.0.4, no previous version used. On creating new SimpleVBUnit project via wizard, test runner form are not created correctly and I got error dialog about `.tlb` reference....
Cmd will exit by C-d when no character is in command line. It is not wanted behaviour for me. Is it possible to prevent that behaviour by setting any option...
`os.isdir("..")` on `c:\temp` unexpectedly returns nil. This can be avoided by calling `os.isdir()` with the full path. This solves issue #15 Additionally, `os.getfullpathname()` expects its argument to be unquoted, so...
Current code has an unexpected behaviour: ``` c:\ $ cd c:\temp\foo c:\temp\foo $ z ... c:\temp $ z .. zoxide: no match found c:\temp $ ```