Changes between Version 52 and Version 53 of WikiEditorForEclipsePlugin


Ignore:
Timestamp:
Nov 23, 2015, 9:24:09 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WikiEditorForEclipsePlugin

    v52 v53  
    55== Description
    66
    7 This plugin provides Trac with editing capabilities to Eclipse IDE. A new version of this plugin was released on August 2011. You can visit its Eclipse Market Place page at http://marketplace.eclipse.org/content/trac-wiki-editor-4-eclipse-0
     7This plugin provides Trac with editing capabilities to [https://eclipse.org/ide/ Eclipse IDE]. A new version of this plugin was released on August 2011. You can visit its Eclipse Market Place page at http://marketplace.eclipse.org/content/trac-wiki-editor-4-eclipse-0.
    88
    99Key features:
    10  * Trac Wiki Servers explorer: new hierachical tree view among other fixes
     10 * Trac Wiki Servers explorer: new hierachical tree view among other fixes.
    1111 * Eclipse Wiki Editor:
    12    * Upgraded from the original EclipseTracPlugin plugin to use Mylyn [http://wiki.eclipse.org/Mylyn/WikiText Mylyn WikiText].
    13    * Spellcheck
     12   * Upgraded from the original EclipseTracPlugin plugin to use [http://wiki.eclipse.org/Mylyn/WikiText Mylyn WikiText].
     13   * Spellcheck.
    1414 * Wiki Page management: creation, editing and page deletion.
    1515 * Concurrent edition management:
     
    2323        * Trac Wiki Server explorer with hierarchical tree.
    2424        * Eclipse Wiki Editor with syntax highligting and autocompletion borrowed from EclipseTracPlugin.
    25         * Wiki Page management (Creation, Edition and Deletion)
     25        * Wiki Page management (Creation, Edition and Deletion).
    2626        * Concurrent edition and conflict resolution:
    2727                - Prevents overwriting other users changes when a concurrent edit happens.
     
    5454=== Server
    5555
    56         * XmlRpcPlugin: !WikiEditor4Eclipse requires XmlRpcPlugin to be installed and enabled on the server
    57 
    58         * [download:eclipsetracplugin/tracrpcext/0.10 TracRpcExt] (optional): !WikiEditor4Eclipse reuses !TracRpcExt plugin from EclipseTracPlugin to provide a ''page history'' view. This dependency is optional as the editor can work without it, but if its not installed and enabled you will miss page history functionality. 
     56 * XmlRpcPlugin: !WikiEditor4Eclipse requires XmlRpcPlugin to be installed and enabled on the server
     57 * [export:eclipsetracplugin/tracrpcext/0.10 TracRpcExt] (optional): !WikiEditor4Eclipse reuses !TracRpcExt plugin from EclipseTracPlugin to provide a ''page history'' view. This dependency is optional as the editor can work without it, but if its not installed and enabled you will miss page history functionality. 
    5958
    6059=== Client
     
    6261Install the plugin using one of the following sites:
    6362
    64   * '''0.0.6''' http://trac-hacks.org/svn/wikieditorforeclipseplugin/update-site/v_0.0.x
    65   * '''0.1.0''' http://trac-hacks.org/svn/wikieditorforeclipseplugin/update-site/v_0.1.0.x
     63  * '''0.0.6''' /svn/wikieditorforeclipseplugin/update-site/v_0.0.x
     64  * '''0.1.0''' /svn/wikieditorforeclipseplugin/update-site/v_0.1.0.x
    6665
    6766== Screenshots
    6867
    69         * Wiki Editor Perspective:
     68 * Wiki Editor Perspective:
    7069[[Image(source:/wikieditorforeclipseplugin/branches/docs/screenshots/wikieditor-prespective.png)]]
    7170
    72         * Merging conflicting changes
     71 * Merging conflicting changes
    7372[[Image(source:/wikieditorforeclipseplugin/branches/docs/screenshots/merge-editor.png)]]
    7473
     
    7978== Bugs/Feature Requests
    8079
    81 You can help improving the wiki editor. If you find something annoying, something wrong or something missing you may want to file a
     80Existing bugs and feature requests for TracCvsntIntegrationPlugin are
     81[report:9?COMPONENT=WikiEditorForEclipsePlugin here].
     82
     83If you have any issues, create a
    8284[/newticket?component=WikiEditorForEclipsePlugin new ticket].
    8385
    84 ==== Before filing a a new bug
    85 
    86         * Read the [wiki:WikiEditorForEclipsePlugin/FAQ Frequently Asked Questions] page. There you can find answers to common situations.
    87         * Search [report:9?COMPONENT=WikiEditorForEclipsePlugin existing bugs] and feature requests to see if it was already reported or there is a workaround available.
     86[[TicketQuery(component=WikiEditorForEclipsePlugin&group=type,format=progress)]]
    8887
    8988==== Reporting a bug
     
    9190When reporting a new bug please include all relevant information and steps to reproduce the bug:
    9291
    93         * Plugin version.       
    94          * Stack trace details found in Eclipse Error Log (Window -> Show View -> Error Log) or in '''<eclipse_workspace>/.metadata/.log'''.
    95         * If you think they may be relevant, Include Trac and XmlRpcPlugin versions.
    96         * And don't forget to detail steps necessary to reproduce the bug.
     92 * Plugin version.       
     93 * Stack trace details found in Eclipse Error Log (Window -> Show View -> Error Log) or in '''<eclipse_workspace>/.metadata/.log'''.
     94 * If you think they may be relevant, Include Trac and XmlRpcPlugin versions.
     95 * And don't forget to detail steps necessary to reproduce the bug.
    9796
    9897If you find this plugin useful you can rate it or leave some feedback at [http://eclipseplugincentral.com/Web_Links-index-req-viewlink-cid-1521.html Eclipse Plugin Central].
    9998
    100 [[TicketQuery(component=WikiEditorForEclipsePlugin&group=type,format=progress)]]
    101 
    102 == Building from Source
    103 
    104 You can check out !WikiEditor4Eclipse from [http://trac-hacks.org/svn/wikieditorforeclipseplugin here] using Subversion, or [source:wikieditorforeclipseplugin browse the source] with Trac.
    105 
    106 This plugin is composed by:
     99== Source
     100
     101You can check out !WikiEditor4Eclipse from [/svn/wikieditorforeclipseplugin here] using Subversion, or [source:wikieditorforeclipseplugin browse the source] with Trac.
     102
     103This plugin consists of:
    107104
    108105        * Java !WikiRPC client library: including a high level API to access this [http://www.jspwiki.org/wiki/WikiRPCInterface WikiRPCInterface] and a batch of automated tests to test default implementation against a Trac server. See [#RunningTests Running Tests] below.
     
    199196}}}
    200197
    201 '''Note''': some TestSuites need to be run in a particular order, but this is not guaranteed by unit testing technology used. This is something I would like to address, as it is a potential cause for test failures in some particular environments.
    202 
    203 If after setting up testing prerequisites as mentioned in this guide, automated tests still fail to run in your particular environment you can open a [http://trac-hacks.org/newticket?component=WikiEditorForEclipsePlugin&owner=ivangsa ticket] for support.
    204 
    205 == Comments
     198'''Note''': some TestSuites need to be run in a particular order, but this is not guaranteed by the unit testing technology used. This is a potential cause for test failures in some particular environments.
     199
     200If after setting up testing prerequisites as mentioned in this guide, automated tests still fail to run in your particular environment you can open a [/newticket?component=WikiEditorForEclipsePlugin&owner=ivangsa ticket] for support.
     201
     202== Feedback
    206203
    207204If you find this plugin useful, you can rate it or leave some feedback at [http://marketplace.eclipse.org/content/trac-wiki-editor-4-eclipse-0 Eclipse Market Place].