Changes for page XWebIDE Application

Last modified by Admin on 2022/02/28 00:21

<
From version < 23.1 >
edited by Yann Flory
on 2015/10/02 17:13
To version < 24.1 >
edited by Vincent Massol
on 2015/10/06 18:47
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.YannFlory
1 +xwiki:XWiki.VincentMassol
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -1,7 +1,21 @@
1 1  [[image:https://raw.githubusercontent.com/xwiki-labs/xwiki-labs-logo/master/projects/xwikilabs/xwikilabsproject.png>>url:https://labs.xwiki.com/xwiki/bin/view/Projects/XWikiLabsProject]]
2 2  
3 -== User guide ==
3 +Available features:
4 +* Create a project
5 +** Add/remove a entire space in the project
6 +** Add/remove a single page from a space in the project
7 +* View the project content in a menu (at the left of the page)
8 +* Edit a page with the project content displayed
9 +** Wiki and object editor loaded with JavaScript
10 +** Class editor from XWiki where the project menu has been added
11 +* Check for unsaved content when the user leaves a page (wiki and object editors)
12 +* Rename a page or a space with has been added in the project
13 +* Export the project as a .xar file
14 +* Ability to work with the [[Syntax Highlighting>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Syntax+Highlighting+Application]] and/or [[Auto-completion>>http://extensions.xwiki.org/xwiki/bin/view/Extension/AutoCompletion+Application]] applications
15 +* Ability to work with Nested spaces
4 4  
17 += User guide =
18 +
5 5  The XWebIDE is a tool which can be used to develop new applications in XWiki or to edit existing pages in the wiki.
6 6  To use it, go to the page "WebIDE.WebHome" (you can use the XWebIDE icon in the application bar if you have it) and click on **Add a project**.
7 7  Firstly, you have to choose a name for the project:
... ... @@ -8,17 +8,14 @@
8 8  
9 9  {{image reference="Creation1.png"/}}
10 10  
11 -
12 12  Then, you can **Create an empty project** directly or, if you want to add existing spaces or pages in your project, click on **Add files to the project**. Here you can add entire spaces which will be considered as folders in the project. Every page of the selected spaces will be part of the project:
13 13  
14 14  {{image reference="Creation2.png"/}}
15 15  
16 -
17 17  Finally, you can also add additional pages if you don't want their entire space to be in the project:
18 18  
19 19  {{image reference="Creation3.png"/}}
20 20  
21 -
22 22  Once you have clicked on **Create the project**, you will be redirected to the master page of your project. That page contains the hierarchy of your project with all files in it.
23 23  From the hierarchy, you can add new folders (an existing space from XWiki or an entire new folder), new pages (an existing page from the wiki or a new page in a folder), and browse through the project in wiki, object or class editor.
24 24  
... ... @@ -28,9 +28,5 @@
28 28  
29 29  {{image reference="WikiEditor.png" width="960px"/}}
30 30  
31 -
32 32  You can remove a folder or a single page from your project by clicking on the red cross. The content won't be deleted, it will only be hidden in the project but it will still be available in XWiki. To remove the folder's content from the wiki, you have to delete the space in XWiki.
33 33  
34 -Other functionnalities:
35 -* Export all the project pages in a .xar
36 -* Add the [[Syntax Highlighting extension>>Syntax Highlighting Application]] or [[Auto-Completion extension>>AutoCompletion Application]] to your wiki to have these functionnalities in the XWebIDE editors.

Get Connected