Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, I've recently noticed your SuperPuTTY program.
Tab support is very useful. Thank you for publishing this tool.
But SuperPuTTY doesn't support "putty.ini".
There are several putty forks that use putty.ini to store settings instead of registry.
(e.g. PuTTYrv, iceiv+putty and original putty.ini support is from gotta-ni buiid)
I think they are quite popular in Japanese.
I implemented putty.ini support like this.
Could you please take a look?
p.s.
One known problem exists.
Used ini-parser(https://github.com/rickyah/ini-parser) library is not so robust.
It doesn't allow loading ini file which has "duped" section exists.
Implement additional error handling or add forgive multiple section option to ini-parser for better supporting.