mikehofm

Results 2 issues of mikehofm

This allows users to easily generate the autocomplete items dynamically. For example, you can implement intellisense-style autocomplete, as shown below. ```HTML #myinput { width: 500px; } var myAwesomplete = new...

Thetextalllookslikethis. It looks like this is due to `GUIStyle.CalcSize()` not counting the trailing space. `LayoutBuilder.AddWord()` calls `CalcSize()` on a string with a trailing space for each word. But I'm not...