From d21f643c7ad8abe8e78d8782d460e902d0357abe Mon Sep 17 00:00:00 2001 From: Matthias Becker Date: Fri, 4 Oct 2024 14:41:48 +0200 Subject: [PATCH] Write HTML-Headers in Title Case in jdt.tips.user --- .../content/874600197195796482/874600197195796482.html | 4 ++-- .../content/949238007051235328/949238007051235328.html | 4 ++-- .../content/content/codecompletion/codecompletion.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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.