Markup Language Cheat Seet

Identifier:
org.eclipse.mylyn.wikitext.ui.cheatSheet

Since:
1.0

Description:
Plugin cheat-sheet content specific to a markup language. Cheat-sheet content is help text that provides information about the syntax of a specific markup language. This help text is presented to the user within the markup editor.

Configuration Markup:

<!ELEMENT extension (content+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT content EMPTY>

<!ATTLIST content

markupLanguage  CDATA #REQUIRED

resource        CDATA #REQUIRED

contentLanguage CDATA #IMPLIED

>

a pointer to markup language-specific cheat sheet help content



Examples:

<extension
         point="org.eclipse.mylyn.wikitext.ui.cheatSheet">
      <content
            contentLanguage="Textile"
            markupLanguage="Textile"
            resource="help/cheatSheet/Textile.textile">
      </content>
</extension>


Copyright (c) 2007, 2009 David Green and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html