So the correct behavior would be raising an error?
I committed a fix in r64089 and r64090.
QuoteI committed a fix in r64089 and r64090.
How can I update the fixes? --> This is not my main question.
With Lazarus 2.0.10, I still see that when the ValueListEditor is focused and copy strings to the ValueListEditor, i.e.
ValueListEditor1.Strings.Text := AStringList.Text;
The the first row value is left blank. Is this fixed?
QuoteI committed a fix in r64089 and r64090.
How can I update the fixes? --> This is not my main question.
With Lazarus 2.0.10, I still see that when the ValueListEditor is focused and copy strings to the ValueListEditor, i.e.
ValueListEditor1.Strings.Text := AStringList.Text;
The the first row value is left blank. Is this fixed?
Sorry if my explanations were not sufficient. Putting equal sign in Key colume is solved, as Bart said. It is related with default NameValueSeparator and programmer should solve it.I don't know what to tell you ?
My question is not related with the previous issue. When I try to copy the content of other TStrings to TValueListEditor, it is not done correctly (the first Value is left blank) if the TValueListEditor is focused. I've written this issue at another thread in this forum before, and now I'm asking whether it is solved.
QuoteI committed a fix in r64089 and r64090.How can I update the fixes? --> This is not my main question.
With Lazarus 2.0.10, I still see that when the ValueListEditor is focused and copy strings to the ValueListEditor, i.e.
ValueListEditor1.Strings.Text := AStringList.Text;
The the first row value is left blank. Is this fixed?
Key0=Value0
Key1=Value1
Key2=Value2
Let it be in trunk for a while.
I do not know what trunk means exactly