Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class method autocompletion and method signatures of view redirect classes #469

Closed
jamshark70 opened this issue Sep 4, 2012 · 2 comments

Comments

@jamshark70
Copy link
Contributor

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.

@telephon
Copy link
Member

telephon commented Sep 4, 2012

GuiRedirect, or better a class "ClassRedirect", as a superclass of "GuiRedirect" could handle all these cases?

On 04.09.2012, at 13:01, jamshark70 notifications@github.com wrote:

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.

@scztt scztt added this to the 3.7 milestone Apr 18, 2015
@scztt
Copy link
Contributor

scztt commented Apr 18, 2015

Gui redirects have been removed, so this is no longer an issue.

@scztt scztt closed this as completed Apr 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants