Fuzzlix wrote:
Meanwhile i can live with the situation. Finally i got all things set up and running - and most important: I found a way to backup my user.ini
I find ability to track changes, back up, and share the config files to be one of the main benefits comparing to the gui preferences screens; I know these are not mutually exclusive, but usually the application provides one or the other, but not both.
> But i remember all the time i need to invest to set up color cheme, code folding, fonts, and so on. As i sayed, i can live with the situation but i can understand others giving up at some point. May be, a user.ini-tweaker would be a nice addon giving some comfort.
(just my 2 cents)
My initial assumption was that these changes would rarely need to be done, plus editing the file provides more flexibility (and takes less time to implement comparing to the update-preferences-from-gui-screen option).
I'm curious, what was the biggest hurdle? I can think of several:
1. Difficult to find what settings to change to affect something.
2. Difficult to find what values to set it to.
3. Difficult to see what the effect may be as updated require restart.
4. Need to restart the IDE for the changes to take effect.
To address the first two, I have a complete documentation on the website (
general preferences and
editor preferences), but envision a fuzzy search for settings (which will probably take names and comments into account for finding better matches). I also plan to show the list of preset values to select from when available.
To address the last two, I plan to apply the changes without restart when possible (for example for editor changes) and have a very fast restart process for those cases that do require restart (like menu and language changes).