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

dialog should remember its size #2653

Open
2 tasks done
RobertPatzke opened this issue Jan 2, 2025 · 3 comments
Open
2 tasks done

dialog should remember its size #2653

RobertPatzke opened this issue Jan 2, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@RobertPatzke
Copy link

RobertPatzke commented Jan 2, 2025

Let's make sure issue is not already fixed in latest builds first.

Steps to reproduce

From a fresh installation and clean workspace:

  • create new c/c++ managed project
  • open properties dialog (Alt+Enter)
  • click on [C/C++ Build]
  • then click on [Settings]
  • and GCC C++ Compiler [Includes]
  • enter a new include path ...
  • Apply and Close

I tried

  • open properties dialog again (Alt+Enter)
  • enter another include path in the now open Settings-Window

I expected: The same size of the Window/Dialog as before

But got: A smaller Window/Dialog, not all tabs seen, no space for longer path entries

Tested under this environment:

  • OS & version: Linux Mint 21.3
  • Eclipse IDE/Platform version (as shown in Help > About): Eclipse CDT, Version 2024-09 (4.33.0)
    The Window/Dialog is large enough, when you dive to your input from the upper menu (C/C++ Build)
    This issue is relevant for all inputs when opened in lower hierarchical menus,
    which are opened when repeating an input via Alt+Enter

Pictures

In response to the comment Ed Merks I added 2 pictures, one for the first opening of the dialog and another one for the repeated opening.
Window_OK
Window_Small

Community

  • I understand reporting an issue to this OSS project does not mandate anyone to fix it. Other contributors may consider the issue, or not, at their own convenience. The most efficient way to get it fixed is that I fix it myself and contribute it back as a good quality patch to the project.
@RobertPatzke RobertPatzke added the bug Something isn't working label Jan 2, 2025
@merks
Copy link
Contributor

merks commented Jan 2, 2025

Can you please use Shift-Alt-F1 (plug-in spy) to determine which dialog is showing and which plugin contributes that dialog? It's really each to simple paste an image into the browser control for the issue...

@RobertPatzke
Copy link
Author

Hello Ed,
thank you for your comment. There is no reaction on Shift-Alt-F1. So I added two pictures to show the issue.

@merks
Copy link
Contributor

merks commented Jan 3, 2025

I see. The pictures help. Indeed this is a general dialog with all kinds of pages contributed by various plugins, so remembering the size is something that could be done in the Platform...

Maybe your key binding is different:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants