empathicqubit
empathicqubit
I wonder if there's a way to implement that that doesn't require changing the source files. I intentionally avoided parsing them to reduce some complexity.
If you could get it to work for both regular and block comments that would probably be okay.
The problem is that I don't think it's possible to check them off with 100% certainty. Given this code: ```c unsigned char test_local_vars_main(void) { static unsigned char weehah; static unsigned...
Which other keyboard should I try? I don't know any other open source ones for Japanese
Okay that makes sense. AOSP keyboard shows suggestions for English and German. 
One thing that's different with the Japanese keyboard is that pressing enter deselects the current suggestion context, while the other keyboards follow the word near the cursor. Not sure if...
Do you want me to submit a PR to fix it? It works fine in other apps as I demonstrated. With Japanese it doesn't make sense to always show suggestions.
I was able to get this fully working with z88dk, vscode, and the WebFreak Native Debug extension. There's still some weirdness I have to sort out with z88dk, but Wabbit...
I have a PC build here with some extra features: https://github.com/empathicqubit/wabbitemu/releases . Not sure if that helps you.