View Issue Details

IDProjectCategoryView StatusLast Update
0000521Ecere SDKecerepublic2013-05-19 22:15
Reporterredj Assigned Toredj  
PriorityimmediateSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version0.44 Ryoan-jiFixed in Version0.44 Ryoan-ji 
Summary0000521: unable to add a new setting value to config file (as ShowLineNumbers doesn't save in IDE)
Descriptionin 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.
TagsNo tags attached.

Activities

jerome

2010-12-06 18:08

administrator   ~0000412

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.

jerome

2010-12-07 01:35

administrator   ~0000418

I'm not so sure anymore whether this is fixed or not after seeing 0000233 ?

Issue History

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