You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: