typhon-project / typhonql

Typhon Query Language
Eclipse Public License 2.0
4 stars 1 forks source link

Typhon QL Menu Option now showing up in Eclipse with latest update #44

Closed 5h4m4n closed 4 years ago

5h4m4n commented 4 years ago

I have updated my local eclipse environment to the latest version and am trying to run a query using eclipse. I am not able to view the TyphonQL menu on when I right click on the tql file in eclipse. Is this the correct place to add this issue or where should I ask?

MarieSaphira commented 4 years ago

Had the same problem. You can solve this by opening a rascal console and typing import lang::typhonql::IDE; and then main(); After closing and reopening the tql file the menu appears.

5h4m4n commented 4 years ago

worked fine, thanks!

DavyLandman commented 4 years ago

we are in the process of fixing this bug, thanks @MarieSaphira for the workaround!

DavyLandman commented 4 years ago

I think it is solved, could you try again @5h4m4n ? (without the workaround by @MarieSaphira )

5h4m4n commented 4 years ago

@DavyLandman I updated eclipse, restarted and reopened everything and the issue seems to be resolved. I am able to view the QL menu.

5h4m4n commented 4 years ago

I am sorry I clicked on the "close and comment" button by mistake

DavyLandman commented 4 years ago

well, if it's done it's done 😉 @MarieSaphira feel free to re-open the issue when it still doesn't work for you.