From 37bff9e370ec63a451f9bde44e41ce1447158486 Mon Sep 17 00:00:00 2001 From: Sam Davis Date: Thu, 6 Mar 2014 13:55:41 -0800 Subject: 428590: rebuild help documentation Change-Id: Ic6dbcac7b0eb118a0293b76dcf14e2cbfec37d3e Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=428590 --- org.eclipse.mylyn.help.ui/Mylyn-FAQ-toc.xml | 6 +- org.eclipse.mylyn.help.ui/Mylyn-User-Guide-toc.xml | 8 +- .../Mylyn/FAQ/Bugzilla-Connector.html | 11 +- .../Mylyn/FAQ/Installation.html | 122 +++++++++++++-------- org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html | 17 ++- .../Mylyn/FAQ/Task-Repositories.html | 2 +- .../Mylyn/FAQ/Team-Support.html | 2 +- org.eclipse.mylyn.help.ui/Mylyn/FAQ/WikiText.html | 8 +- .../Mylyn/User_Guide/Preferences.html | 44 +++----- .../Mylyn/User_Guide/Shortcuts.html | 65 +++++------ .../Mylyn/User_Guide/Task-Editor.html | 3 + .../Mylyn/User_Guide/Task-Focused-Interface.html | 19 +++- .../User_Guide/Task-Repository-Connectors.html | 2 +- .../Mylyn/User_Guide/Team-Support.html | 4 +- .../Mylyn/User_Guide/User-Guide.html | 75 ++++++++++++- .../User_Guide/images/Show_filtered_children.png | Bin 0 -> 12144 bytes .../images/Task-list-index-content-assist.png | Bin 0 -> 17305 bytes .../User_Guide/images/Task-list-index-reporter.png | Bin 0 -> 13734 bytes 18 files changed, 255 insertions(+), 133 deletions(-) create mode 100644 org.eclipse.mylyn.help.ui/Mylyn/User_Guide/images/Show_filtered_children.png create mode 100644 org.eclipse.mylyn.help.ui/Mylyn/User_Guide/images/Task-list-index-content-assist.png create mode 100644 org.eclipse.mylyn.help.ui/Mylyn/User_Guide/images/Task-list-index-reporter.png diff --git a/org.eclipse.mylyn.help.ui/Mylyn-FAQ-toc.xml b/org.eclipse.mylyn.help.ui/Mylyn-FAQ-toc.xml index 180b7eeb3..43f8e99c1 100644 --- a/org.eclipse.mylyn.help.ui/Mylyn-FAQ-toc.xml +++ b/org.eclipse.mylyn.help.ui/Mylyn-FAQ-toc.xml @@ -7,6 +7,7 @@ + @@ -44,11 +45,11 @@ - + - + @@ -160,6 +161,7 @@ + diff --git a/org.eclipse.mylyn.help.ui/Mylyn-User-Guide-toc.xml b/org.eclipse.mylyn.help.ui/Mylyn-User-Guide-toc.xml index 8043eb0dc..e8a8edbec 100644 --- a/org.eclipse.mylyn.help.ui/Mylyn-User-Guide-toc.xml +++ b/org.eclipse.mylyn.help.ui/Mylyn-User-Guide-toc.xml @@ -1,6 +1,10 @@ + + + + @@ -23,7 +27,7 @@ - + @@ -41,8 +45,8 @@ + - diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Bugzilla-Connector.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Bugzilla-Connector.html index 4d01da01f..f7119651a 100644 --- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Bugzilla-Connector.html +++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Bugzilla-Connector.html @@ -75,7 +75,7 @@
  • The current version of this caching config.cgi script is hosted at:
  •  via CVS: :pserver:anonymous@dev.eclipse.org:/cvsroot/technology/org.eclipse.phoenix/infra-scripts/bugzilla/
    - or: http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.phoenix/infra-scripts/bugzilla/?root=Technology_Project
    + or: http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.phoenix/infra-scripts/bugzilla/?root=Technology_Project
     
    • Modifications on this script are followed on @@ -143,6 +143,9 @@
      • If tasks fail to submit with credentials error, but the repository validates fine, make sure that you’ve correctly setup your account’s username and password and are not using the HTTP authentication fields instead. +
          +
        • Click on the "Submit disabled, please check Credentials and refresh" error, which is a link to the Task Repository page for Bugzilla, for example. Also accessible via the "Bugzilla" link at the top of the task page. Removing and re-adding the password for your User ID may help remove this error.
        • +
        @@ -169,8 +172,7 @@

        What time zone is used in the task editor?

        • The - times that appear in the Bugzilla bug editor (ie. created, modified) - are local to the server hosting the Bugzilla repository, not your local machine’s time zone. + times that appear in the Bugzilla bug editor (ie. created, modified) are in your local machine’s time zone.

        Known limitations

        @@ -188,6 +190,9 @@
      • Version 1.0 of Mylyn presents an error message upon new comment submission to Red Hat’s public Bugzilla repository. The comment is in fact posted. This issue is resolved in Mylyn 2.0M2 and higher. ( bug#183251)
      • +
      +
        +
      • The server setting "Timezone used to display dates and times" must be set to "Same as Server," otherwise you will get a security token error when performing any submit operation other than submitting a new bug.

      diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Installation.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Installation.html index c7053e085..23393c746 100644 --- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Installation.html +++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Installation.html @@ -36,7 +36,7 @@

      As of writing, Mylyn comes bundled with the main EPP distributions ( - jee, java, cpp). If you wish to manually install Mylyn there are to methods depending on the version of Eclipse. Method 1 outlines how to install using the Eclipse 3.4 update manager. Method 2 below describes how to install Mylyn into Eclipse 3.3 and below using the Update Manager. + jee, java, cpp). If you wish to manually install Mylyn there are two methods depending on the version of Eclipse. Method 1 outlines how to install using the Eclipse 3.4 update manager. Method 2 below describes how to install Mylyn into Eclipse 3.3 and below using the Update Manager.

      Install - Eclipse 3.4 and later

        @@ -78,20 +78,22 @@

        See the New & Noteworthy.

        -

      - - - +

      List of major and release train versions:

      +

      Mylyn VersionSub-projects
      Mylyn BuildsMylyn CommonsMylyn ContextMylyn DocsMylyn ReviewsMylyn TasksMylyn Versions
      3.8 (tentative, Juno)1.03.83.81.71.03.81.0
      + + + + 3.7 + + - + 3.6 (Indigo) - - - + 3.5 + +
      Mylyn VersionSub-projects
      Mylyn BuildsMylyn CommonsMylyn ContextMylyn DocsMylyn ReviewsMylyn TasksMylyn Versions
      + 3.8 (Juno)1.03.83.81.71.03.81.0
      - 3.7 (planned)0.93.73.71.60.93.70.9
      0.93.73.71.60.93.70.9
      3.6.5 (Indigo SR2)0.8.53.6.53.6.51.5.53.6.5
      3.6.2 (Indigo SR1)0.8.23.6.23.6.21.5.23.6.2
      - 3.6 (Indigo)0.83.63.61.50.83.60.8
      3.5.10.7.13.5.13.5.11.4.10.7.13.5.10.7.1
      0.83.63.61.53.60.8
      - 3.50.73.53.51.40.73.50.7
      3.4.3 (Helios SR2)3.4.33.4.31.3.23.4.3
      3.4.2 (Helios SR1)3.4.23.4.21.3.23.4.2
      3.4.13.4.13.4.11.3.13.4.1
      0.73.53.51.43.50.7
      3.4.3 (Helios SR2)3.4.33.4.31.3.23.4.3
      3.4.2 (Helios SR1)3.4.23.4.21.3.23.4.2
      3.4 (Helios)3.43.41.33.4
      @@ -101,17 +103,18 @@ download page.

      - - - - - - - - - - - + + + + + + + + + + + +
      Eclipse VersionMylyn Version
      4.23.7 and later
      4.13.5 and later
      3.8 (Juno)3.7 and later
      3.7 (Indigo)3.5 and later
      3.6 (Helios)3.3 and later
      3.5 (Galileo)3.2 - 3.6
      3.4 (Ganymede)2.1 - 3.4
      3.32.0 - 3.2
      3.21.0 - 2.0
      3.10.6.0
      Eclipse VersionMylyn Version
      4.2 (Juno)3.7 and later
      4.1Not Supported
      4.0Not Supported
      3.83.7 and later
      3.7 (Indigo)3.5 and later
      3.6 (Helios)3.3 - 3.8
      3.5 (Galileo)3.2 - 3.6
      3.4 (Ganymede)2.1 - 3.4
      3.32.0 - 3.2
      3.21.0 - 2.0
      3.10.6.0

      Mylyn also relies on a web browser that works with the Standard Widget Toolkit; Windows and MacOS users are fine, but Linux users might have to download another browser. See the SWT Browser guide for which browsers will work. See @@ -121,16 +124,27 @@

      See bug 288567 for announcement regarding supported repository versions.

      +

      Mylyn 3.8

      +
        +
      • Eclipse 3.6, 3.7, 3.8, 4.2
      • +
      +
        +
      • Bugzilla 3.6, 4.0, 4.2
      • +
      • Trac 0.11, 0.12
      • +
      • Hudson 2.1.2, 2.2.0
      • +
      • Jenkins 1.424.6
      • +
      • Gerrit 2.2.2, 2.3
      • +

      Mylyn 3.7

      • Eclipse 3.6, 3.7
        -
      • Bugzilla 3.4, 3.6, 4.0
      • +
      • Bugzilla 3.6, 4.0, 4.2
      • Trac 0.11, 0.12
      • -
      • Hudson 2.1.2
      • -
      • Jenkins 1.427
      • -
      • Gerrit 2.2
      • +
      • Hudson 2.1.2, 2.2.0
      • +
      • Jenkins 1.424.6
      • +
      • Gerrit 2.2.1, 2.2.2

      Mylyn 3.6

        @@ -179,7 +193,7 @@
      • If you have more than one VM, you need to specify that Eclipse should use the JDK1.5 VM.

      In Unix, set the environment variable JAVA_HOME to the root of the JDK1.5 installation and/or set the PATH variable to put the JDK1.5 executable directory before any other VM executable directories. For example, under bash in Unix:

      -
      export JAVA_HOME="''(location of JDK1.5 root)''"
      +		
      export JAVA_HOME="(location of JDK1.5 root)"
       export PATH=$JAVA_HOME/bin:$PATH
       

      We do @@ -266,12 +280,14 @@ J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6

      To ensure that you are using the 1.5 VM refer to the last comment on bug 1163477 for instructions on how to change the 1.4 default.

      -

      ''' Startup warnings'''

      +

      + Startup warnings +

      If you see startup errors or warnings such as BundleException or timeout messages restart Eclipse with the -clean flag either on the command line, in your shortcut link, or by temporarily it into the eclipse/eclipse.ini file. These warnings do not cause any bad behavior, but this bug has been fixed in all Mylyn builds after 2.1. The warnings have this form:

       !MESSAGE While loading class "org.eclipse.mylar.tasks.ui.TasksUiPlugin", thread "Thread
      - [main,6,main]" timed out waiting (5000ms) for thread "Thread[Worker-3,5,main]" to finish
      - starting bundle "update@plugins/org.eclipse.mylar.tasks.ui_2.0.0.v20070514-1800.jar [809]". 
      - To avoid deadlock, thread "Thread[main,6,main]" is proceeding but 
      + main,6,main" timed out waiting (5000ms) for thread "ThreadWorker-3,5,main" to finish
      + starting bundle "update@plugins/org.eclipse.mylar.tasks.ui_2.0.0.v20070514-1800.jar 809". 
      + To avoid deadlock, thread "Threadmain,6,main" is proceeding but 
        "org.eclipse.mylar.tasks.ui.TasksUiPlugin" may not be fully initialized.
       

      Installation Troubleshooting on Eclipse 3.4 and later

      @@ -303,7 +319,7 @@ J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6 Help → Software Updates… → Available Software → Manage Sites. Then re-add the sites which will refresh the meta data and artifacts available on the update sites.

      Also see steps under - Installation Troubleshooting on Eclipse 3.4 and later. + Installation Troubleshooting on Eclipse 3.4 and later.

      Why does update fail with Cannot complete the request? @@ -326,13 +342,15 @@ J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6 Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.mylyn.monitor.ui/[3.0.3.v20081015-1500 -e3x,3.0.3.v20081015-1500-e3x]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.mylyn.monitor.ui/[3.0.1.v20080721-2100-e3x,3.0.1.v20080721-2100-e3x]]can be satisfied. […]

      -
      Cannot find a solution satisfying the following requirements org.eclipse.ui [3.4.2.M20090204-0800].
      +		
      Cannot find a solution satisfying the following requirements org.eclipse.ui 3.4.2.M20090204-0800.
       

      Also see steps under - Installation Troubleshooting on Eclipse 3.4 and later. + Installation Troubleshooting on Eclipse 3.4 and later.

      Installation Troubleshooting on Eclipse 3.3 and earlier

      -

      ''' Update failures '''

      +

      + Update failures +

      First, try running the update again via Help → Software Updates → Search for new features… and ensure that all of the Mylyn features have been updated.

      @@ -345,7 +363,9 @@ J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6 updated your Eclipse 3.3 to an Eclipse 3.4 milestone, you will not be able to update the 3.3 copy, because Mylyn has two separate downloads for Eclipse 3.3 and 3.4. Also, not all of the 3.3 version of Mylyn will work in Eclipse 3.4. Install the latest 3.4 version from: http://www.eclipse.org/mylyn/downloads/

      -

      ''' Java Persistence API Tools error when updating the JEE Eclipse Package '''

      +

      + Java Persistence API Tools error when updating the JEE Eclipse Package +

      If you are trying to install additional features and get this error you have hit bug 194959 which should be resolved soon. The work-around is to check off the Europa Discovery Site and install the first two components of the @@ -364,22 +384,28 @@ J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6

    • Uninstall the Subclipse Mylar Integration (1.0.1)
    • Uninstall the old version of Mylar
    -

    ''' Incompatible VM (e.g. JDK 1.4) '''

    +

    + Incompatible VM (e.g. JDK 1.4) +

    If you are using the wrong VM, you’ll see errors like the following in your log file.

    Root exception: java.lang.UnsupportedClassVersionError:
     org/eclipse/mylar/tasklist/MylarTasklistPlugin (Unsupported major.minor version 49.0)
     

    See - Configure Java to fix this problem. + Configure Java to fix this problem. +

    +

    + Incompatible version of Eclipse

    -

    ''' Incompatible version of Eclipse '''

    Separate versions and update sites exist for Eclipse 3.1 and 3.2), in which case you may see errors like the following in your <workspace>/.metadata/.log file or in a Mylyn view:

    java.lang.NoSuchMethodError: org.eclipse.ui.internal.dialogs.FilteredTree.getFilterControl()
     The activator org.eclipse.mylar.java.MylarJavaPlugin for bundle org.eclipse.mylar.java is invalid
     
    -

    ''' Mylyn feature configuration problem '''

    +

    + Mylyn feature configuration problem +

    If the above do not address the issue, the easiest thing to do is uninstall any old versions and update to the latest Mylyn. Your tasks won’t be lost, because by default they are stored in the <workspace>/.metadata/.mylyn folder which will be read next time Mylyn starts correctly.

    • First, uninstall the old version of Mylyn using @@ -406,8 +432,8 @@ The activator org.eclipse.mylar.java.MylarJavaPlugin for bundle org.eclipse.myla What does the error “Network connection problems encountered during search” mean?

      If you get that message while trying to download Mylyn, it means that Eclipse couldn’t find the location you entered. This might be because you copied something incorrectly (watch for extra characters -- even extra spaces can cause errors), or because the site went down. You may be able to see if the site is up or down by copying the URL into your Web browser.

      -

      ' - What does the “Update manager failure” message mean? ' +

      + What does the “Update manager failure” message mean?

      It means that Eclipse could not access the update site, or that it got confused about the configuration state of your Eclipse. First try updating again to see if the update site is accessible.

      If you are trying to update the JIRA connector you can also try de-selecting that feature in case the Tigris.org update site is not accessible. Using @@ -527,13 +553,13 @@ The activator org.eclipse.mylar.java.MylarJavaPlugin for bundle org.eclipse.myla

    Solving issues with KDE environment variable settings

    Most of the - known UI issues below are due to a broken environment variable setting. The environment variable GTK2_RC_FILES contains a search path to find the GTK configuration files to be used by the GTK application and can be checked with + known UI issues below are due to a broken environment variable setting. The environment variable GTK2_RC_FILES contains a search path to find the GTK configuration files to be used by the GTK application and can be checked with

     env | grep GTK2_RC_FILES
     

    The correct setting is obtained by

    -
     export GTK2_RC_FILES=$HOME/.gtkrc-2.0-kde:$HOME/.kde/share/config/gtkrc-2.0 ''# Bourne shell''
    - setenv GTK2_RC_FILES $HOME/.gtkrc-2.0-kde:$HOME/.kde/share/config/gtkrc-2.0 ''# C shell''
    +		
     export GTK2_RC_FILES=$HOME/.gtkrc-2.0-kde:$HOME/.kde/share/config/gtkrc-2.0 # Bourne shell
    + setenv GTK2_RC_FILES $HOME/.gtkrc-2.0-kde:$HOME/.kde/share/config/gtkrc-2.0 # C shell
     

    Important note: The used environment setting seems to differ depending on the way KDE starts @@ -646,7 +672,7 @@ The activator org.eclipse.mylar.java.MylarJavaPlugin for bundle org.eclipse.myla

    It is likely that you need to configure these proxy server settings. Select Window → Preferences → General → Network Connections, and update the section in the “Proxy settings” section of the form.

    -

    I can’t use Ctrl+Alt+Shift+Arrow Up for'' Mark as Landmark''. What do I do?

    +

    I can’t use Ctrl+Alt+Shift+Arrow Up for'' Mark as Landmark''. What do I do?

    This is usually a Linux/GNOME problem, where the Gnome keyboard shortcuts are interfering with the Eclipse shortcuts. Go to the Keyboard shortcuts (which might be something like Desktop → Control Center → Keyboard Shortcuts or System → Preferences → Keyboard Shortcuts) and disable both of these shortcuts: @@ -691,7 +717,7 @@ The activator org.eclipse.mylar.java.MylarJavaPlugin for bundle org.eclipse.myla Eclipse 3.1: you may need to reset the Java editor to be default for .java again via: Preferences → General → Editors → File Associations

    -

    Why am seeing java.lang.OutOfMemoryError: PermGen space errors?

    +

    Why am seeing java.lang.OutOfMemoryError: PermGen space errors?

    If your Eclipse crashes, or you see the above error after installing Mylyn or other plug-ins, you have most likely hit the infamous MaxPermSize bug. This is not a Mylyn specific problem, but a general problem with the Sun Java VM that is often triggered on Eclipse 3.2 and later, if you have many plug-ins installed.

    To fix it simply add the following to your launch arguments. This is usually to your shortcut:

       -vmargs -XX:MaxPermSize=128m
    diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
    index 02b2802f4..291b2d794 100644
    --- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
    +++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
    @@ -37,7 +37,7 @@
     		

    Command Line

    The system properties below can used to change the behavior of Mylyn. To set a property pass it on the command line when starting Eclipse: - eclipse -argument.

    +eclipse -argument.

    @@ -52,7 +52,7 @@
    Argument

    System Properties

    The system properties below can used to change the behavior of Mylyn. To set a property pass it on the command line when starting Eclipse: - eclipse -vmargs -Dorg.eclipse.mylyn.property=value.

    +eclipse -vmargs -Dorg.eclipse.mylyn.property=value.

    @@ -95,6 +95,7 @@ + @@ -102,10 +103,19 @@ + + + + + + +
    System Property
    mylyn.test.exclude
    3.7
    This is a comma separated list of test repository URLs that should be excluded when running tests. Example: http://mylyn.org/bugs36,http://mylyn.org/bugs40
    org.eclipse.mylyn.https.protocols
    3.7
    A comma separated list of SSL protocols that should be enabled when connecting through https. Example: SSLv3
    mylyn.test.skipBrowserTests
    3.10
    falseSet to true to skip browser tests that may cause JVM to crash. See + bug 413191 for more info. +

    How can I report a dead-lock or a problem about a stalled UI?

    The recommended way is to file a bug with a full thread dump using jstack which is part of the Java Development Kit 6. These wiki pages have more details on using jstack on different platforms:

    @@ -127,9 +137,12 @@ -Dorg.apache.commons.logging.simplelog.log.httpclient.wire.header=debug -Dorg.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=off -Dorg.apache.commons.logging.simplelog.log.org.apache.axis.message=debug +-Dorg.apache.commons.logging.simplelog.log.org.apache.http=debug +-Dorg.apache.commons.logging.simplelog.log.org.apache.http.wire=error

    To also enable logging of message content, also add this lines:

    -Dorg.apache.commons.logging.simplelog.log.httpclient.wire.content=debug
    +-Dorg.apache.commons.logging.simplelog.log.org.apache.http.wire=debug
     

    How do I enable debugging output for plug-ins?

    Create a diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html index 476219cc1..ed82bf558 100644 --- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html +++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html @@ -93,7 +93,7 @@

    Authentication Troubleshooting

    You must ensure repository credentials are filled out correctly. Refer to the diagram below:

    - right +

    1. Enter the repository URL (i.e. diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Team-Support.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Team-Support.html index 88482c258..8312ce506 100644 --- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Team-Support.html +++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Team-Support.html @@ -42,7 +42,7 @@
      • -
      • If you are using Subclipse or Subversicve, make sure you have the respective integration for Mylyn installed.
      • +
      • If you are using Subclipse or Subversive, make sure you have the respective integration for Mylyn installed. Note that change sets are not currently supported in the EGit connector.
      • Verify that the [[Mylyn/User_Guide#Task-focused_Change_Sets|configured diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/WikiText.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/WikiText.html index 582b7d483..ba20dbcea 100644 --- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/WikiText.html +++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/WikiText.html @@ -84,9 +84,15 @@ nightly update site:

        WikiText is also designed to make it easy to add support for new markup languages.

        +

        Why doesn't the preview tab show up in the WikiText editor?

        +

        The preview tab is not shown if the SWT browser is not configured correctly. See + The SWT FAQ for details. +

        Where can I find out more about WikiText?

        • diff --git a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Preferences.html b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Preferences.html index 823761408..cf0db199b 100644 --- a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Preferences.html +++ b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Preferences.html @@ -76,6 +76,18 @@

        Resources

        Use this preference page to add or remove resources that should not be included in the context of a task. Typically, excluded files are hidden backup or lock files that are not intented to be opened directly by the user of an application.

        +

        Breakpoints

        +

        Use this preference page to enable breakpoints in context.

        +
          +
        • + Include breakpoints in task context (Experimental) - When this option is checked, each task will have its own set of breakpoints which will be shared when you attach context to the task. Breakpoints created while a task is active will be removed from the workspace on task deactivation and restored the next time the task is activated. This feature has the following limitations (tracked on + bug 428378): +
            +
          • Breakpoints in closed projects are deleted from the context on task activation and cannot be recovered.
          • +
          • Breakpoints stored in context will not have their locations updated as the code changes, so they may be restored at the wrong location.
          • +
          +
        • +

        Team

        • @@ -84,37 +96,7 @@
        • Commit Message Template - Set the values that will appear in commit messages that are automatically generated when committing resources associated with a task.
        • -
        -

        Shortcuts

        -

         Task List view -

          -
        • Ctrl+C: copy taks/query URL and description
        • -
        • Ctrl+F: find
        • -
        • Insert: new personal task
        • -
        • F5: synchronize selected
        • -
        • When dragging URLs to the Task List: in Mozilla/Firefox just drag, in Internet Explorer Ctrl+drag
        • -
        -  General -
          -
        • Alt+click or Alt+RightArrow: show all children of an element in a focused view, then click to select. Hold down alt to keep drilling in, click on whitespace in view to show all root elements.
        • -
        • Ctrl+Shift+Alt+RightArrow Quick Context View
        • -
        • Ctrl+F9: activate task dialog
        • -
        • Ctrl+Shift+F9: deactivate task
        • -
        • Ctrl+F12: open task dialog
        • -
        • Ctrl+Shift+F12: open repository task dialog
        • -
        -  Interest manipulation -
          -
        • Ctrl+Shift+Up: mark as landmark
        • -
        • Ctrl+Shift+Down: mark less interesting
        • -
        -  Useful Eclipse shortcuts -
          -
        • Alt+Shift+Q, K: show - Task List view
        • -
        • Ctrl+F10: invoke view menu or ruler menu in editor
        • -
        -


        +