diff --git a/eclipse.platform.common/bundles/org.eclipse.jdt.tips.user/content/content/874600197195796482/874600197195796482.html b/eclipse.platform.common/bundles/org.eclipse.jdt.tips.user/content/content/874600197195796482/874600197195796482.html index 0993b753da9..5e68080b32c 100644 --- a/eclipse.platform.common/bundles/org.eclipse.jdt.tips.user/content/content/874600197195796482/874600197195796482.html +++ b/eclipse.platform.common/bundles/org.eclipse.jdt.tips.user/content/content/874600197195796482/874600197195796482.html @@ -2,10 +2,10 @@ -Show in' for more Details +Show in' for More Details -

'Show in' for more Details

+

'Show In' for More Details

Whatever element you have selected, code or item, 'Show in...' (Alt+Shift+W) command pops up useful views for various details.
diff --git a/eclipse.platform.common/bundles/org.eclipse.jdt.tips.user/content/content/949238007051235328/949238007051235328.html b/eclipse.platform.common/bundles/org.eclipse.jdt.tips.user/content/content/949238007051235328/949238007051235328.html index 6946e7da406..b8b551bfad6 100644 --- a/eclipse.platform.common/bundles/org.eclipse.jdt.tips.user/content/content/949238007051235328/949238007051235328.html +++ b/eclipse.platform.common/bundles/org.eclipse.jdt.tips.user/content/content/949238007051235328/949238007051235328.html @@ -2,10 +2,10 @@ -Extract class refactoring (Alt+Shift+T) +Extract Class Refactoring (Alt+Shift+T) -

Extract class refactoring (Alt+Shift+T)

+

Extract Class Refactoring (Alt+Shift+T)

The 'Extract class...' refactoring (from Alt+Shift+T) extracts a group of fields into a separate class and replaces all occurrences to fit the new structure. diff --git a/eclipse.platform.common/bundles/org.eclipse.jdt.tips.user/content/content/codecompletion/codecompletion.html b/eclipse.platform.common/bundles/org.eclipse.jdt.tips.user/content/content/codecompletion/codecompletion.html index 5794974e19f..27b60c75ee2 100644 --- a/eclipse.platform.common/bundles/org.eclipse.jdt.tips.user/content/content/codecompletion/codecompletion.html +++ b/eclipse.platform.common/bundles/org.eclipse.jdt.tips.user/content/content/codecompletion/codecompletion.html @@ -10,7 +10,7 @@ Code completion -

Code completion

+

Code Completion

Code completion allows you to quickly complete statements in your code. For example, start typing a part of a method name and press CTRL+Space to complete it. Multiple choices are presents to you via a popup.