Bug 405172 - Show opened project / files in session selection dialog at startup
Summary: Show opened project / files in session selection dialog at startup
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: Session support (other bugs)
Version First Reported In: unspecified
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-07 09:35 UTC by Juraj
Modified: 2023-01-04 17:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juraj 2019-03-07 09:35:10 UTC
SUMMARY
Show opened project / files in session selection dialog at startup

STEPS TO REPRODUCE
1. Run kdevelop with --ps argument e.g. kdevelop --ps
2. Window to select session shows
3. Select some session

OBSERVED RESULT
Session is selected and when clicked on Run even runs fine.

EXPECTED RESULT
When session in menu is selected show list of the opened projects / files in sidepanel of session selection/pick dialog. This will allow user to easily see what each session contain before kdevelop is run which can save a lot of time in messy environment.

ADDITIONAL INFORMATION
Nothing urgent, I would just love to have this feature.
Comment 1 Igor Kushnir 2022-12-28 10:50:17 UTC
Projects opened in the session are already displayed in the Pick a Session dialog - separated by a semicolon from each session name. Showing open files as well seems to be much less useful to me. Unless the user works on files that do not belong to any project.
Comment 2 Juraj 2023-01-04 17:16:57 UTC
> Projects opened in the session are already displayed in the Pick a Session dialog - separated by a semicolon from each session name. 

This seems to be my oversight all these years ago.

> Showing open files as well seems to be much less useful to me. Unless the user works on files that do not belong to any project.

I think it would be nice to have, but can also get messy very quickly.

This bug report can be considered finished.

Thank you for your help.