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

Version and stage should be parsed/inferred #40

Open
AbigailBuccaneer opened this issue Apr 28, 2015 · 3 comments
Open

Version and stage should be parsed/inferred #40

AbigailBuccaneer opened this issue Apr 28, 2015 · 3 comments

Comments

@AbigailBuccaneer
Copy link
Collaborator

At some point we're going to have to recognise the version and stage of a GLSL file. I know it's somehow possible to add those little drop-down menus to the bottom right of the IDE (eg. the Git plugin does it for the current branch, plus there's one for line endings and charset). I think it'd be good to detect it and populate menus down there so they can be manually changed if needed. I have no idea how to do this.

@AbigailBuccaneer
Copy link
Collaborator Author

I've been somewhat looking into this - it should suffice to add version information to GLSLFile, and if you want to be fancy with the status bar then com.intellij.openapi.wm.impl.status.EditorBasedWidget is the place to look.

@AbigailBuccaneer
Copy link
Collaborator Author

Also, a com.intellij.ide.projectView.ProjectViewNodeDecorator might be useful if you wanted to annotate the project tree with version and stage info?

@Darkyenus
Copy link
Owner

I will not have time to work on this as I thought I would.

@Darkyenus Darkyenus removed their assignment Apr 30, 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

2 participants