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

Develop smarter interactions for Viper IDE #85

Open
viper-admin opened this issue Mar 21, 2017 · 2 comments
Open

Develop smarter interactions for Viper IDE #85

viper-admin opened this issue Mar 21, 2017 · 2 comments

Comments

@viper-admin
Copy link
Member

Created by @aterga on 2017-03-21 13:29
Last updated on 2017-04-05 06:15

Currently, we have the interactive mode which reports verification results as soon as possible. In practice, though, working on big Viper examples requires intervals of time (2-10 minutes) spent for sketching the program. During these intervals it is redundant to try to actually verify the program, because it's not done yet. It also takes a lot of CPU time to reverify the same programs repeatedly.

On the other hand, switching off the automatic saves is not something one wants to do every 10 minutes. Moreover, some of the interactive information could be super helpful during the sketch phases, e.g., the parser/type checker errors (which shouldn't take too much CPU time).

I want to collect feedback from more people and understand how exactly would be like to improve the IDE interactions.

Also, it would be good to understand to what extent would this request be covered once we have caching.

@viper-admin
Copy link
Member Author

Bitbucket user rukaelin commented on 2017-03-23 11:40

I am working on integrating an show outline feature that allows for an enhanced navigation inside a viper file.

On IDE-side, it is already implemented, but I still have to do the pull request for Silver

@viper-admin
Copy link
Member Author

Bitbucket user rukaelin commented on 2017-04-05 06:15

The pull request was accepted and the outline functionality is supported in Viper v0.6.0

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

1 participant