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

Changing the Size of Content Assist Window #36

Open
marcusmunzert opened this issue Jul 29, 2013 · 1 comment
Open

Changing the Size of Content Assist Window #36

marcusmunzert opened this issue Jul 29, 2013 · 1 comment
Labels

Comments

@marcusmunzert
Copy link

I need a content assit window with a greater width as the default one.

When using a Java Editor, I (as a user) can increase the width of the window and when it opens up for the next time, the width is still the one I set it to in the first place. However, when I use my EMFText based editor, the width is always the same. Does EMFText (or the code that gets generated by it) provide a way to change that window size?

@mirkoseifert
Copy link
Member

I'd guess there is some special piece of code in the Java editor that remembers the size of the window. To change the size of the window, have a look at XYZSourceViewerConfiguration.getContentAssistant(). Does that help?

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

No branches or pull requests

2 participants