Alex

Results 13 comments of Alex

Hello! That's pretty nice request, but it can't be implemented in current autocomplete interface. This feature will be implemented with method/variable hints later.

Well, this is pretty nice way to implement some "smart" functions for editor. Thank you!

I guess it's QTextEditor bug. But I'll try to find some workaround.

Hi, I guess it has to be pretty easy to add YAML highlighting. I'll make PR later.

Thank you for report. I'll try to fix this as soon as possible.

Ye, I guess it will be fine to have this feature. I'll implement it!

Yes, that may be true. But also `typedef` for `UnicodeCharacter` defined as 1 byte `char` may be a part of a problem. On Sat, May 19, 2018, 18:16 Bill Quith...

Ok, I see issue, I will try to figure out how stb works with multibyte symbols as soon as possible. And maybe only required fix will be changing rendering character...

I researched problem and found several places. 1. In `PlatformType.h` type `UnicodeChar` is `char` so useful data will be cut out. 2. No conversion from UTF-8 to unicode values (in...

> Ok, that can be made an int. I guess `uint32_t` would be better. But yes, 32 bit variable will be enough. > I don't really want to have dependencies...