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 Logical Step View from perspective extension declaration #145

Merged
merged 1 commit into from
Jan 14, 2020

Conversation

dvojtise
Copy link
Contributor

@dvojtise dvojtise commented Jan 13, 2020

The perspective extension should not configure the position of the Logical Step view
in Java Engine as it is already declared in Moccml Engine (where this view
is defined)

This double declaration (in java engine and moccml engine) was inconsistent and was creating an empty area in the workbench

this extension should not configure the position of the logicalStep view
in javaengine as it is already declared in moccmlengine (where this view
is defined)

Signed-off-by: Didier Vojtisek <didier.vojtisek@inria.fr>
@dvojtise dvojtise added the bug label Jan 13, 2020
@szschaler
Copy link
Contributor

Is Moccml engine the right place for this view, given that it is also used by other concurrent engines?

@dvojtise
Copy link
Contributor Author

You're right since this view can become more and more relevant (even with sequential engines when we consider external event injection, we can think about impacts on this view)

However, this PR is mainly to quickly remove the duplicate inconsistent declaration from java engine(that is not the correct place too),
so I suggest to open a new issue to request to move it to org.eclipse.gemoc.executionframework.ui

@szschaler
Copy link
Contributor

Issue #146 created.

@dvojtise dvojtise merged commit 5493f5e into master Jan 14, 2020
dvojtise added a commit to eclipse/gemoc-studio-execution-java that referenced this pull request Jan 14, 2020
…udio-modeldebugging#145)

this extension should not configure the position of the logicalStep view
in javaengine as it is already declared in moccmlengine (where this view
is defined)

Signed-off-by: Didier Vojtisek <didier.vojtisek@inria.fr>
@dvojtise dvojtise deleted the remove_deprecated_perpective_extension branch January 15, 2020 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants