Changes between Version 11 and Version 12 of WikiEditorForEclipsePlugin


Ignore:
Timestamp:
May 19, 2009, 11:26:55 AM (15 years ago)
Author:
Ivan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiEditorForEclipsePlugin

    v11 v12  
    88!WikiEditor4Eclipse is a new plug-in providing Trac Wiki editing capabilities to Eclipse IDE.
    99
    10 Features:
     10=== Implemented Features: ===
    1111
    1212        * Trac Wiki Servers explorer
     
    1515        * Concurrent edition management:
    1616                - Prevents overwriting other users changes when a concurrent edit happens.
    17                 - Helps merge contents when a concurrent edit happens.
     17                - Helps merge contents when a concurrent edit happens.
     18               
     19=== Future development: ===
     20
     21        * Integrate with [http://wiki.eclipse.org/Mylyn/WikiText Mylyn WikiText]
     22        * Enable/Facilitate spellcheck facilities. 
    1823
    1924== Installation ==
     
    5055
    5156
    52 == Source ==
     57== Building from Source ==
    5358
    5459This plugin is composed by:
     
    6267You can check out !WikiEditor4Eclipse from [http://trac-hacks.org/svn/wikieditorforeclipseplugin here] using Subversion, or [source:wikieditorforeclipseplugin browse the source] with Trac.
    6368
    64 === Building from Source ===
    6569
    6670In order to build !WikiEditor4Eclipse you will need the following software:
     
    7074        * [http://docs.codehaus.org/display/M2ECLIPSE/Tycho+builds Tycho] maven plugin (tested with version 0.3.0-DEV-1819)
    7175        * Eclipse SDK >= 3.2 (tested with version 3.4.2)
     76
     77You can build the plugin running the following commands on the command line:
    7278       
    7379{{{