Lintalist

Results 141 comments of Lintalist

I've converted the hex values in the http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/CJK.html Uni2Pinyin table to Decimal values so the SetFormat Conversion + SubStr used above are no longer needed. 📄 `DecimalPinYinData.txt` here [DecimalPinYinData.zip](https://github.com/lintalist/lintalist/files/12385936/DecimalPinYinData.zip) ```AutoHotkey...

Ah, ok, so you never search for `wo` but `w` and then the next word starting with a pinyin letter without spaces in between. ~~The above code doesn't do anything...

So my idea for now would be: - [ ] setting to enable pinyin search - [ ] if set and if a snippet contains `[\x{3007}\x{4E00}-\x{9FFF}]` convert it to pinying...

I realise it is not ideal, but it is a relatively easy solution. As is is now the snippet editor is activated again when the "window" is no longer available,...

I don't use vscode but in my editor I simply say .txt files should be treated as .ahk files re syntax highlighting ;)

I've tried some advanced code I found on the ahk forum to get a list of all opened files by a process. Indeed it shows for notepad and some editors...

You can try the attached `editor.ahk` (replace the one in `include\` and restart. If you want to change the extension of `__tmplintalistedit.txt` to `__tmplintalistedit.ahk` or something else, **manually** add an...

I worked from and older branch so yes 267 was omitted, updated the above edit.ahk so should work better now. Thanks for testing.

To add, don't keep **this** tab with this title active/open because it will match the title criteria and won't load the edited file 😹

If you have **this tab** open/active it will detect it as a valid window due to the title of your request (it includes __tmplintalistedit) - edit: removed it from the...