Skip to content

Add putty.ini support - #862

Open
benok wants to merge 1 commit into
jimradford:masterfrom
benok:putt-ini-support
Open

Add putty.ini support#862
benok wants to merge 1 commit into
jimradford:masterfrom
benok:putt-ini-support

Conversation

@benok

@benok benok commented Jan 28, 2022

Copy link
Copy Markdown

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.

Known problem:
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 support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants