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

Remove NATIVE from WINDOW statement #1154

Open
danchanka opened this issue Jun 6, 2024 · 0 comments
Open

Remove NATIVE from WINDOW statement #1154

danchanka opened this issue Jun 6, 2024 · 0 comments

Comments

@danchanka
Copy link
Collaborator

Currently, the WINDOW statement includes an option NATIVE. In most contexts, NATIVE means that the object has already been created and only needs to be declared in the code so that the IDE can recognize and interact with it. However, in this context, NATIVE windows instantiate an object of the AbstractWindow class, while windows without the NATIVE option instantiate an object of the NavigatorWindow class. The NavigatorWindow class inherits from AbstractWindow and adds some additional functionality.

I propose refactoring the window creation process to eliminate the NATIVE option and consolidate the AbstractWindow and NavigatorWindow classes into a single, unified class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant