-
Notifications
You must be signed in to change notification settings - Fork 121
Add expand and collapse options to API Errors/Warnings preferences page #2117
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
base: master
Are you sure you want to change the base?
Conversation
Test Results 623 files - 148 623 suites - 148 54m 32s ⏱️ - 1m 26s For more details on these failures, see this check. Results for commit 4285494. ± Comparison against base commit abc3cc7. ♻️ This comment has been updated with latest results. |
8c4d0bc to
e30781c
Compare
|
@elsazac : I like the thought. Good one. |
| public static String Preference_Collapse_All; | ||
| public static String Preference_Expand_All; |
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.
| public static String Preference_Collapse_All; | |
| public static String Preference_Expand_All; | |
| public static String PREFERENCE_COLLAPSE_ALL; | |
| public static String PREFERENCE_EXPAND_ALL; |
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.
Done.
| Preference_Collapse_All= Collapse All | ||
| Preference_Expand_All= Expand All |
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.
| Preference_Collapse_All= Collapse All | |
| Preference_Expand_All= Expand All | |
| Preference_Collapse_All= Collapse all preferences | |
| Preference_Expand_All= Expand all preferences |
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.
Done.
8d7a015 to
6b291ac
Compare
|
@laeubi Could you check on this? |
6b291ac to
bb05c4a
Compare
bb05c4a to
3535a4d
Compare
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
5902ee3 to
210b7a4
Compare
in the API Errors/Warnings preference page in the UI (Eclipse->Settings->Plugin-Development Environment->API Errors/Warnings) corresponding version bump done
d033a7a to
4285494
Compare
|
@vogella would it be possible for you to merge this? |
This change introduces
Expand AllandCollapse Alltoolbar options to the API Errors/Warnings preference page underSettings → Plugin Development Environment → API Errors/Warnings. These options make it easier to navigate the large number of expandable sections on the page, aligning the behaviour with other preference pages such as Java → Compiler → Errors/Warnings.newCE1.mov