Page 1 of 1

Editor and Strings

Posted: Tue Mar 12, 2024 8:11 am
by microtronx
Hi, in latest version I do not see the first column with strings-names. Is this a bug or can I enable it somewhere?

Re: Editor and Strings

Posted: Tue Mar 12, 2024 8:48 am
by isiticov
Hello,
At [HKEY_CURRENT_USER\SOFTWARE\SiComponents\TsiLang\EditorForm] in the Registry, you can find ColumnWidthN entries, just edit ColumnWidth0 to be something like 100 or more, and this shall return the first column back. Also check the [History] subkeys, may be there is your form and under the [Strings] key the ColumnWidth0 is 0 or less. Alternatively, you can just delete [HKEY_CURRENT_USER\SOFTWARE\SiComponents\TsiLang\EditorForm] key but this will also delete the info for default fonts and other settings. So, just try to avoid this.

Re: Editor and Strings

Posted: Tue Mar 12, 2024 9:13 am
by microtronx
I have created ColumnWidth0 with Value 100 but still not visible. Tried to restart Delphi but column is missing.

Re: Editor and Strings

Posted: Tue Mar 12, 2024 9:33 am
by microtronx
There is a "LastIDwidth" with 0. If i set it to a value i.e. 180decimal it resets it to 0. There must be a bug.

I was able to resize the invisible column from within the editor. If you move the mouse 1px left of the first visible language column the mouse changes to resize and now you can resize the invisible column.

You should make a change and set a min-width of the first "important" column

Re: Editor and Strings

Posted: Tue Mar 12, 2024 3:25 pm
by isiticov
Will check...