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

ide: reword "Use ComboBox" options #2639

Merged
merged 2 commits into from
Jan 30, 2017

Conversation

nhthn
Copy link
Contributor

@nhthn nhthn commented Jan 13, 2017

New options were introduced in #2555 that allow using a combobox instead of tabs in the editor view. This commit improves the wording of these options in the settings window to be easier to understand.

I prefer the term "dropdown" to "combobox." I'm sure more people understand what "dropdown" means.

New options were introduced that allow using a combobox instead of tabs in the editor view. This commit improves the wording of these options in the settings window to be easier to understand.
@@ -321,14 +321,14 @@
<item>
<widget class="QCheckBox" name="useComboBox">
<property name="text">
<string>Use ComboBox</string>
<string>Use a dropdown instead of tabs in the editor view</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do you feel about 'List files with a drop-down instead of tabs'?

</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="useComboBoxWhenSplitting">
<property name="text">
<string>Convert automatically to ComboBox when splitting</string>
<string>Switch to dropdown mode when splitting the editor view</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not to be pedantic, but it seems 'drop-down' is the most accepted spelling

@muellmusik
Copy link
Contributor

Somebody want to do the hyphenation on this? (That seems correct to me.) Or just merge?

@mossheim mossheim merged commit 900fb2f into supercollider:master Jan 30, 2017
@mossheim
Copy link
Contributor

Thanks @snappizz

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

Successfully merging this pull request may close these issues.

3 participants