View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0022609 | Lazarus | IDE | public | 2012-08-09 10:22 | 2013-12-29 17:54 |
Reporter | Graeme Geldenhuys | Assigned To | Juha Manninen | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | OpenSUSE | ||
Product Version | 1.0.0RC1 | ||||
Summary | 0022609: Project Inspector doesn't remember settings | ||||
Description | In the Project Inspector I activated the "Sort files alphabetically" button. But when I restart the IDE and load that same project, the units are not sorted, and the button is not activated like I had it last. The same thing happens with the "Show directory hierarchy" toggle button. | ||||
Tags | 1.0 rc1 | ||||
Fixed in Revision | r43612 | ||||
LazTarget | 1.2 | ||||
Widgetset | |||||
Attached Files |
|
duplicate of | 0022448 | resolved | Juha Manninen | State of 'Show Directory Hierarchy' and 'Sort Files alphabetically' buttons not saved |
|
It's feature request, so it will not be implemented in 1.0. |
2012-10-16 18:30
|
ProjInsp_sorting.patch (457 bytes)
diff --git a/ide/projectinspector.pas b/ide/projectinspector.pas index e60bf44..b400456 100644 --- a/ide/projectinspector.pas +++ b/ide/projectinspector.pas @@ -832,6 +832,8 @@ begin inherited Create(TheOwner); Name:=NonModalIDEWindowNames[nmiwProjectInspector]; Caption:=lisMenuProjectInspector; + FSortAlphabetically := True; + SortAlphabeticallyButton.Down := FSortAlphabetically; KeyPreview:=true; SetupComponents; KeyPreview:=true; |
|
I haven't had time to implement this feature yet, but it was driving me crazy. So for now I simply created a patch that changes the default value to Sorted, instead of unsorted. I know this is not the real solution, but it is a temporary work-around in the mean time (for those interested). ;-) See the attached patch file. |
|
I applied the patch in r39145, thanks. I will implement saving the state later. |
|
Done. |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-08-09 10:22 | Graeme Geldenhuys | New Issue | |
2012-08-09 11:14 | Graeme Geldenhuys | Tag Attached: 1.0 rc1 | |
2012-08-09 13:23 | Mattias Gaertner | Note Added: 0061533 | |
2012-08-10 20:31 | Juha Manninen | Relationship added | duplicate of 0022448 |
2012-08-14 23:07 | Mattias Gaertner | LazTarget | => 1.2 |
2012-10-16 18:30 | Graeme Geldenhuys | File Added: ProjInsp_sorting.patch | |
2012-10-16 18:33 | Graeme Geldenhuys | Note Added: 0063205 | |
2012-10-20 10:06 | Juha Manninen | Status | new => assigned |
2012-10-20 10:06 | Juha Manninen | Assigned To | => Juha Manninen |
2012-10-20 10:32 | Juha Manninen | Note Added: 0063310 | |
2013-12-29 17:54 | Juha Manninen | Fixed in Revision | => r43612 |
2013-12-29 17:54 | Juha Manninen | Note Added: 0072084 | |
2013-12-29 17:54 | Juha Manninen | Status | assigned => resolved |
2013-12-29 17:54 | Juha Manninen | Resolution | open => fixed |