View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000521 | Ecere SDK | ecere | public | 2010-07-31 14:56 | 2013-05-19 22:15 |
Reporter | redj | Assigned To | redj | ||
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 0.44 Ryoan-ji | Fixed in Version | 0.44 Ryoan-ji | ||
Summary | 0000521: unable to add a new setting value to config file (as ShowLineNumbers doesn't save in IDE) | ||||
Description | in GlobalAppSettings.ec somehow, new settings that are not already present in the configuration file don't get saved properly. as expressed in IDE with ShowLineNumbers not saving when restarting IDE unless you manyally add the line ShowLineNumbers=0 to the config file. | ||||
Tags | No tags attached. | ||||
|
I fixed this around September, with a new section inside the: if(line[0] == '[') instead of only a break statement, and the use of posBeforeSection. This code is now somewhat obsoleted by the JSON GlobalAppSettings. |
|
I'm not so sure anymore whether this is fixed or not after seeing 0000233 ? |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-07-31 14:56 | redj | New Issue | |
2010-07-31 14:56 | redj | Relationship added | child of 0000429 |
2010-08-07 17:47 | jerome | Status | new => assigned |
2010-08-07 17:47 | jerome | Assigned To | => redj |
2010-12-06 18:08 | jerome | Status | assigned => resolved |
2010-12-06 18:08 | jerome | Fixed in Version | => 0.44 pre-release 2 |
2010-12-06 18:08 | jerome | Resolution | open => fixed |
2010-12-06 18:08 | jerome | Note Added: 0000412 | |
2010-12-07 01:35 | jerome | Note Added: 0000418 | |
2012-03-08 15:34 | redj | Target Version | old 0.44.pre2 => 0.44 Ryoan-ji |
2012-03-08 17:44 | redj | Relationship deleted | child of 0000429 |
2012-03-08 18:08 | redj | Fixed in Version | => 0.44 Ryoan-ji |
2012-03-29 07:53 | redj | Category | => Ecere Runtime Library |
2012-03-29 07:53 | redj | Project | @1@ => Ecere SDK |
2012-03-29 08:25 | redj | Summary | runtime: unable to add a new setting value to config file (as ShowLineNumbers doesn't save in IDE) => unable to add a new setting value to config file (as ShowLineNumbers doesn't save in IDE) |
2013-05-19 22:15 | jerome | Status | resolved => closed |