Bug 465280

Summary: Store state of linenumbers and symbol border
Product: [Applications] kdevelop Reporter: Martin <martin.marmsoler>
Component: UI: generalAssignee: kdevelop-bugs-null
Status: RESOLVED NOT A BUG    
Severity: normal CC: igorkuo
Priority: NOR    
Version First Reported In: 5.10.221201   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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!