Editor Tools

Last modified by Alex Cotiugă on 2024/07/17 08:49

Editor dev tools: Syntax Higlighting and Autocompletion for XWiki editors.

Modules

Future

Ideas:

  • Auto complete variables created in Velocity:
    #set ($mydoc = $xwiki.getDocument("whatever"))
    $mydoc.
  • Velocity Macro autocompletion
  • Javadoc display
  • Wiki syntax autocompletion on links
  • Velocity VTL elements for autocompletion
  • Parameter autocompletion; i.e. show param types when inside method params
  • Bug: $something.class is a String and not a Class, shows as "class class"
  • Return PR requirement not as text but as color of autocompletion hint for example

Open issues:

New bugs and suggestions go to the dedicated JIRA project (you need to create an account there). Don't use comments on this page for that. Thank you.

Release Notes

All release notes

4.8

4.7.1

The following translations have been updated with this release:

4.7

4.6.1

The following translations have been updated with this release:

4.6

4.5.2

4.5.1

4.5

4.4

4.3.1

4.3

4.2

4.1

4.0

3.4

3.3

3.2

3.1.1

3.1

3.0

Warning

This version improved the overall stability of the application but unfortunatey also introduced a serious performance issue that can lead to the syntax highlighting being activated 10+ seconds after the page is loaded. An improvement of this problem will come with the new version that will be released once XWiki 7.1M1 is released and an even better solution will hopefully come after that. To stay up to date with the problem, please watch the assigned WIKIEDITOR-21 Jira issue

2.2

2.1

2.0

Get Connected