Initial commit

This commit is contained in:
Eagle517
2026-01-14 10:27:57 -06:00
commit c1576fee30
11290 changed files with 1552799 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>About</title>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
</head>
<body lang="EN-US">
<h2>About This Content</h2>
<p>20th June, 2002</p>
<h3>License</h3>
<p>Eclipse.org makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
Common Public License Version 1.0 (&quot;CPL&quot;). A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
For purposes of the CPL, &quot;Program&quot; will mean the Content.</p>
<h3>Contributions</h3>
<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such
Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
<p>If this Content is licensed to you under license terms and conditions other than the CPL (&quot;Other License&quot;), any modifications, enhancements and/or
other code and/or documentation (&quot;Modifications&quot;) uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available
to others under the terms of the Other License. In addition, with regard to Modifications for which you are the copyright holder, you are also
providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
the CPL.</p>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 B

View File

@@ -0,0 +1,136 @@
###############################################################################
# Copyright (c) 2003, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
# ----------------------------------------------------------------------
# Properties for org.eclipse.ui.cheatsheets
#
# Entries are of the form CONSTANT=string
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
# Properties used by cheat sheet plugin.xml
# ----------------------------------------------------------------------
PLUGIN_NAME = Cheat Sheets
PROVIDER_NAME = Eclipse.org
CHEAT_SHEET_CONTENT = Cheat Sheet Content
CHEAT_SHEET_ITEM_EXTENSION = Cheat Sheet Item Extension
CHEAT_SHEETS = Cheat Sheets
CHEAT_SHEETS_MENU = &Cheat Sheets...
# ----------------------------------------------------------------------
# Properties used by cheat sheet Java code
# ----------------------------------------------------------------------
# CheatSheetPlugin
ERROR_READING_STATE_FILE = Unable to read state information.
ERROR_WRITING_STATE_FILE = Unable to store state information.
# CheatSheetCategoryBasedSelectionDialog, CheatSheetSelectionDialog
CHEAT_SHEET_SELECTION_DIALOG_TITLE = Cheat Sheet Selection
CHEAT_SHEET_SELECTION_DIALOG_MSG = Select the cheat sheet to open:
# CheatSheetExapndRestoreAction, CheatSheetView
COLLAPSE_ALL_BUT_CURRENT_TOOLTIP = Collapse All Items But Current
# CheatSheetExapndRestoreAction
RESTORE_ALL_TOOLTIP = Expand To Previous Expansion States
# CheatSheetMenu
CHEAT_SHEET_OTHER_MENU = Other...
# CoreItem
PERFORM_TASK_TOOLTIP = Click to Perform
SKIP_TASK_TOOLTIP = Click to Skip
COMPLETE_TASK_TOOLTIP = Click to Complete
RESTART_TASK_TOOLTIP = Click to Redo
LESS_THAN_2_SUBITEMS = Less than 2 sub items found for the next item. This is not allowed. Contact the cheat sheet provider for assistance.
ERROR_FINDING_PLUGIN_FOR_ACTION = The action could not be run because the plugin ''{0}'' could not be located.
ERROR_DATA_MISSING = An error occured while executing the cheat sheet due to missing data. Contact the cheat sheet provider for assistance.
ERROR_DATA_MISSING_LOG = The data for variable ''{0}'' is not initialized properly before it is attempted to be used.
ERROR_CONDITIONAL_DATA_MISSING_LOG = No subitem matched the condition ''{0}'' specified for the conditional-subitem ''{1}''.
ERROR_LOADING_CLASS_FOR_ACTION = The action could not be run because the class ''{0}'' could not be loaded.
ERROR_CREATING_CLASS_FOR_ACTION = The action could not be run because an instance of the class ''{0}'' could not be created.
# IntroItem
START_CHEATSHEET_TOOLTIP = Click to Begin
RESTART_CHEATSHEET_TOOLTIP = Click to Restart
# ViewItem
HELP_BUTTON_TOOLTIP = Open Related Help
# CheatSheetViewer
ERROR_RUNNING_ACTION = The action could not be run. Contact the cheat sheet provider for assistance.
ERROR_INVALID_CHEATSHEET_ID = The cheat sheet ''{0}'' does not exist. Contact the cheat sheet provider for assistance.
ERROR_CHEATSHEET_DOESNOT_EXIST = The cheat sheet specified does not exist. Contact the cheat sheet provider for assistance.
ERROR_APPLYING_STATE_DATA = The saved state for the cheat sheet current not applied. Contact the cheat sheet provider for assistance.
ERROR_APPLYING_STATE_DATA_LOG = The saved state from file ''{0}'' for the ''{1}'' cheat sheet current not applied.
INITIAL_VIEW_DIRECTIONS = To display a cheat sheet, select one from the Help menu or from the menu of the view's local toolbar.
# ErrorPage
ERROR_LOADING_CHEATSHEET_CONTENT = Error loading cheat sheet content.
ERROR_PAGE_MESSAGE = An error occurred loading the cheat sheet content file. Contact the cheat sheet provider for assistance.
# CheatSheetElement, CheatSheetItemExtensionElement
ERROR_LOADING_CLASS = The class ''{0}'' could not be loaded. Contact the cheat sheet provider for assistance.
ERROR_CREATING_CLASS = An instance of the class ''{0}'' could not be created. Contact the cheat sheet provider for assistance.
# CheatSheetRegistryReader
CHEAT_SHEET_OTHER_CATEGORY = Other
# OpenCheatSheetAction
LAUNCH_SHEET_ERROR = Error loading the cheat sheet view
CHEAT_SHEET_ERROR_OPENING = Error opening cheat sheet
# actions.OpenPerspective
ERROR_OPENING_PERSPECTIVE = Error opening perspective.
# CheatSheetSaveHelper
ERROR_CREATING_STATEFILE_URL = Error creating state file url, ''{0}''.
ERROR_SAVING_STATEFILE_URL = Error saving state file for the ''{0}'' cheat sheet.
ERROR_READING_MANAGERDATA_FROM_STATEFILE = Error reading CheatSheetManager data for key ''{0}'' from state file for the ''{1}'' cheat sheet.
# CheatSheetParser, regaular messages
CHEAT_SHEET_INTRO_TITLE = Introduction
# CheatSheetParser, general error messages
ERROR_TITLE = Cheat Sheet Error
# CheatSheetParser - init, file I/O and XML parsing error messages
ERROR_CREATING_DOCUMENT_BUILDER = Error occured creating DocumentBuilder, verify that the JRE is properly setup.
ERROR_DOCUMENT_BUILDER_NOT_INIT = The DocumentBuilder was not initialized, verify that the JRE is properly setup.
ERROR_OPENING_FILE = Could not open the cheat sheet content file, {0}.
ERROR_OPENING_FILE_IN_PARSER = Cheat sheet content file ''{0}'' not found by parser.
ERROR_SAX_PARSING = Cheat sheet content file ''{0}'' could not be parsed.
ERROR_SAX_PARSING_WITH_LOCATION = Cheat sheet content file ''{0}'' could not be parsed, error at line ''{1}'', column ''{2}''.
# CheatSheetParser, content error messages
ERROR_PARSING_CHEATSHEET_CONTENTS = Error parsing the cheat sheet DOM.
ERROR_PARSING_CHEATSHEET_ELEMENT = The <cheatsheet> element must be the root node of the cheat sheet content file.
ERROR_PARSING_NO_INTRO = The cheat sheet content file must contain an <intro> element.
ERROR_PARSING_MORE_THAN_ONE_INTRO = The cheat sheet content file can only contain one <intro> element.
ERROR_PARSING_NO_ITEM = The cheat sheet content file must contain at least one <item> element.
ERROR_PARSING_PARAM_INVALIDRANGE = The action has a parameter ''{0}'' which specified an invalid range ''{1}''.
ERROR_PARSING_PARAM_INVALIDNUMBER = The action has a parameter which specified an invalid parameter number.
ERROR_PARSING_NO_DESCRIPTION = The description for element ''{0}'' was not defined.
ERROR_PARSING_NO_SUBITEM = The ''{0}'' element must specify a subitem element.
ERROR_PARSING_NO_ACTION = The ''{0}'' elment must specify an action element.
ERROR_PARSING_NO_TITLE = The ''{0}'' elment must specify a title attribute.
ERROR_PARSING_NO_CLASS = The ''{0}'' elment must specify a class attribute.
ERROR_PARSING_NO_PLUGINID = The ''{0}'' elment must specify a pluginId attribute.
ERROR_PARSING_NO_CONDITION = The ''{0}'' elment must specify a condition attribute.
ERROR_PARSING_NO_VALUES = The ''{0}'' elment must specify a values attribute.
ERROR_PARSING_NO_LABEL = The ''{0}'' elment must specify a label attribute.
# CheatSheetParser, content warning messages
WARNING_PARSING_UNKNOWN_ATTRIBUTE = Unknown attribute ''{0}'' specified for element ''{1}''.
WARNING_PARSING_UNKNOWN_ELEMENT = Unknown element ''{0}'' specified for element ''{1}''.
WARNING_PARSING_DESCRIPTION_UNKNOWN_ELEMENT = The description for element ''{0}'' contains an unknown element ''{1}''.

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.ui.cheatsheets"
name="%PLUGIN_NAME"
version="3.0.1"
provider-name="%PROVIDER_NAME"
class="org.eclipse.ui.internal.cheatsheets.CheatSheetPlugin">
<runtime>
<library name="cheatsheets.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.ui.forms"/>
<import plugin="org.eclipse.help"/>
<import plugin="org.eclipse.core.runtime"/>
</requires>
<!-- ========== Extension Points ================= -->
<!-- =============================================================================== -->
<!-- Extension point: org.eclipse.ui.cheatsheets.cheatSheetContent -->
<!-- Extension-point for contributing a cheat sheet. -->
<!-- -->
<!-- =============================================================================== -->
<extension-point
id="cheatSheetContent"
name="%CHEAT_SHEET_CONTENT"
schema="schema/cheatSheetContent.exsd"/>
<!-- =============================================================================== -->
<!-- Extension point: org.eclipse.ui.cheatsheets.cheatSheetItemExtension -->
<!-- Extension-point for contributing controls to a cheat sheet item. -->
<!-- -->
<!-- =============================================================================== -->
<extension-point
id="cheatSheetItemExtension"
name="%CHEAT_SHEET_ITEM_EXTENSION"
schema="schema/cheatSheetItemExtension.exsd"/>
<!-- ========== Extensions ================= -->
<extension
point="org.eclipse.ui.views">
<category
name="%CHEAT_SHEETS"
id="org.eclipse.ui.cheatsheets.cheatsheetCategory">
</category>
<view
name="%CHEAT_SHEETS"
icon="icons/full/cview16/cheatsheet_view.gif"
category="org.eclipse.ui.cheatsheets.cheatsheetCategory"
fastViewWidthRatio="0.5"
class="org.eclipse.ui.internal.cheatsheets.views.CheatSheetView"
id="org.eclipse.ui.cheatsheets.views.CheatSheetView">
</view>
<stickyView
id="org.eclipse.ui.cheatsheets.views.CheatSheetView"/>
</extension>
<extension
point="org.eclipse.ui.actionSets">
<actionSet
label="%CHEAT_SHEETS"
visible="true"
id="org.eclipse.ui.cheatsheets.actionSet">
<action
label="%CHEAT_SHEETS_MENU"
class="org.eclipse.ui.internal.cheatsheets.actions.CheatSheetHelpMenuAction"
menubarPath="help/group.tutorials"
id="org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction">
</action>
</actionSet>
</extension>
</plugin>