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
Window( -- the argument list pops up, because Window itself defines *new
Window.screenB -- no autocompletion because Window doesn't implement screenBounds -- the call will fall through to the implementing class. Ctrl-space doesn't respond.
I also couldn't get method signatures to appear.
Could be hard, but it's probably worth cleaning up as GUI objects are fairly popular.
The text was updated successfully, but these errors were encountered:
Window( -- the argument list pops up, because Window itself defines *new
Window.screenB -- no autocompletion because Window doesn't implement screenBounds -- the call will fall through to the implementing class. Ctrl-space doesn't respond.
I also couldn't get method signatures to appear.
Could be hard, but it's probably worth cleaning up as GUI objects are fairly popular.
—
Reply to this email directly or view it on GitHub.
Window(
-- the argument list pops up, because Window itself defines *newWindow.screenB
-- no autocompletion because Window doesn't implement screenBounds -- the call will fall through to the implementing class. Ctrl-space doesn't respond.I also couldn't get method signatures to appear.
Could be hard, but it's probably worth cleaning up as GUI objects are fairly popular.
The text was updated successfully, but these errors were encountered: