-install-config requires settings to be leftmost

Discussion related to "Everything" 1.5.
Post Reply
therube
Posts: 5719
Joined: Thu Sep 03, 2009 6:48 pm

-install-config requires settings to be leftmost

Post by therube »

-install-config, requires settings to be leftmost


Don't know if that is intended or not?
user.ini itself is OK if a setting is not leftmost.

user.ini:

Code: Select all

[Everything]
   zoom=134
Everything -install-config user.ini
- result, no change to Everything.ini

Everything.exe
- result, user.ini is read, zoom is set to 134 - for the session (zoom=134)


go.ini:

Code: Select all

[Everything]
zoom=134
Everything -install-config go.ini
- result, Everything.ini is changed, zoom is set to 134 (zoom=134)
void
Developer
Posts: 19863
Joined: Fri Oct 16, 2009 11:31 pm

Re: -install-config requires settings to be leftmost

Post by void »

Everything does not trim spaces (or tabs) from the key.

Everything ini syntax is:

Code: Select all

[section]
key1=value1
key2=value2
key3=value3
...
Post Reply