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

Make most-used option interactive with language effective preference #64

Open
phonicmouse opened this issue Oct 30, 2017 · 0 comments
Open
Assignees
Milestone

Comments

@phonicmouse
Copy link
Owner

phonicmouse commented Oct 30, 2017

<select class="form-control" id="languageSelection">
                        <option value="none">None</option>
                        <option value="markup">Links</option>
                        <option disabled><strong>Most used:</strong></option>
                        <option value="clike">C-Like</option>
                        <option value="markup">Markup (HTML, etc.)</option>
                        <option value="css">CSS</option>
                        <option value="javascript">JavaScript</option>
                        <option value="php">PHP</option>
                        <option value="python">Python</option>
                        <option value="bash">Bash</option>
                        <option value="perl">Perl</option>
                        <option value="ruby">Ruby</option>
			<option disabled><strong>All the others in alphabetical order:</strong></option>
			<option value="abap">ABAP</option>
			<option value="actionscript">ActionScript</option>
@phonicmouse phonicmouse self-assigned this Oct 30, 2017
@phonicmouse phonicmouse added this to the Improve UX milestone Oct 30, 2017
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

1 participant