Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display values in list of settings #21

Closed
flashcode opened this issue May 27, 2012 · 3 comments
Closed

Display values in list of settings #21

flashcode opened this issue May 27, 2012 · 3 comments

Comments

@flashcode
Copy link
Contributor

In list of settings, it would be nice to display values below options, for options with text value: host, port, password (for password, display only stars).
So that we can see current value without clicking on the down arrow on the right to edit option.

ubergeek42 added a commit that referenced this issue May 30, 2012
Modified preferences class so that it shows the current value for host,
port, and text size.  This saves the user from having to click on these
preferences to see their current value.  See issue #21.
@ubergeek42
Copy link
Owner

That's a good idea. I've made the change for host, port, and text size, but excluded password as I don't feel it would add very much.

@flashcode
Copy link
Contributor Author

Works fine for host and port. For password, what about adding just an indicator (for example stars, or something like "(set)'"), so that we know that the option is set or not?

ubergeek42 added a commit that referenced this issue Jun 1, 2012
Now shows whether there is a password set or not without clicking on the
preference.  See issue #21
@ubergeek42
Copy link
Owner

It now shows "******" if there is a password set, otherwise it shows "None Set".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants