Bug 465280 - Store state of linenumbers and symbol border
Summary: Store state of linenumbers and symbol border
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: general (show other bugs)
Version: 5.10.221201
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-04 17:23 UTC by Martin
Modified: 2023-02-11 08:12 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin 2023-02-04 17:23:17 UTC
SUMMARY
Currently when closing and reopening the project the state of the linenumbers and the symbol border is not stored. When reopening those border have to be turned on manually again.


STEPS TO REPRODUCE
1.  Open KDevelop
2.  Enable line numbers and symbol border
3. Restart KDevelop

OBSERVED RESULT
Line numbers and symbol border are still enabled

EXPECTED RESULT
Line number and symbol border has to be made visible again
Comment 1 Igor Kushnir 2023-02-05 07:30:02 UTC
The UI you are using is apparently meant to be transitory. Permanent settings can be adjusted in Configure KDevelop => Editor => Appearance => Borders.

This is a KTextEditor feature in any case. The same UI is present in Kate. If you still believe the state of the checkboxes should be preserved after restarting, move this bug to the frameworks-ktexteditor Product.
Comment 2 Martin 2023-02-11 08:12:17 UTC
Thank you Igor, sorry I did not see this option. Thanks a lot!