You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a painting exception occurring in LGM if you'd open the auto-complete list and use the ENTER key to select your item, this was patched. The VK_TAB key still does not work because the CompletionList does not want to be focusable for some reason. In Eclipse tab is used for Call Tips.
There was a painting exception occurring in LGM if you'd open the auto-complete list and use the ENTER key to select your item, this was patched. The VK_TAB key still does not work because the CompletionList does not want to be focusable for some reason. In Eclipse tab is used for Call Tips.
This is where the patch for keys was made.
https://github.com/IsmAvatar/LateralGM/blob/master/org/lateralgm/joshedit/CompletionMenu.java#L576
The text was updated successfully, but these errors were encountered: