Summary: | Wish: Better not use modal window for "add method" "add class", "add attribute" | ||
---|---|---|---|
Product: | [Developer tools] kdevplatform | Reporter: | Xu Jian <xujian> |
Component: | language | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED WORKSFORME | ||
Severity: | wishlist | Keywords: | investigated, triaged |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Xu Jian
2004-02-19 05:08:19 UTC
AFAIK this is fixed in HEAD. Using a few weeks old CVS version on KDE 3.4.0, this is not fixed: The "New Class" dialog is still modal. So I can use it only for the class name... To clarify: If the class wizard would show you the list of member functions from the base class(es) having it modal would be ok right? Giving more information may help but may still be insufficient. For example, I often need to "FIND" the base class and also explore the class inheritance diagram to make sure the new class is correctly designed. What is the design reason to make it a "modal" window? (In reply to comment #4) > Giving more information may help but may still be insufficient. For example, I > often need to "FIND" the base class and also explore the class inheritance > diagram to make sure the new class is correctly designed. But thats doable before even starting the wizard. > What is the design reason to make it a "modal" window? Making it modal disallows the user to change stuff behind the wizards back. I don't know the implementation off-hand, but its a lot easier for it if it can fetch the data it needs once instead of having to poll for it. Apart from the fact that not everything in KDevelop sends out a notification if something changes. That's what I have described in the original bug report. I need to write things down to a paper for what I need to input to the wizard, which is inconvenient. And even I have a good memory and have planned before opening up the wizard, it often happens that I need to go back to the IDE for other information. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |