-
Notifications
You must be signed in to change notification settings - Fork 758
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
Conversation
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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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
Somebody want to do the hyphenation on this? (That seems correct to me.) Or just merge? |
Thanks @snappizz |
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.