[xwiki-users] Questions about XWiki IDE/SDK

2012-06-25 Thread Moritz Hesse (EnergieArchitektur)
Hello,

we have tried out XEclipse but as it seems to me there is neither auto
completion nor syntax highlighting for groovy (while there is for velocity).
Is there any way that we can activate these features for groovy as well?

Otherwise: Is there a plugin for Netbeans as well, instead of Eclipse?

Thanks and bests,
Moritz


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Questions about XWiki IDE/SDK

2012-06-25 Thread Vincent Massol
Hi Moritz,

On Jun 25, 2012, at 3:31 PM, Moritz Hesse (EnergieArchitektur) wrote:

 Hello,
 
 we have tried out XEclipse but as it seems to me there is neither auto
 completion nor syntax highlighting for groovy (while there is for velocity).
 Is there any way that we can activate these features for groovy as well?

No, it needs to be coded. See also http://jira.xwiki.org/jira/browse/XECLIPSE-43

 Otherwise: Is there a plugin for Netbeans as well, instead of Eclipse?

No. However XEclipse comes in 2 flavors: standalone app and plugin. Even if you 
use NB you can still use the standalone app but it won't be integrated in your 
coding environment…

To be honest, we have not had any active committer on XEclipse for a few years 
now and the project is waiting for someone to take the leadership and start 
coding and improving it.

Thanks
-Vincent

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Questions about XWiki

2010-03-05 Thread Simon Brandhof
Hi,

We're evaluating XWiki for a project of collaborative portal. Just to
explain the needs in a few points :

   - users can create and update pages (sometimes it's good to remind basics
   ;-)
   - a page is structured in fields. Fields are predefined in templates. The
   vocabulary for xwiki seems to be classes (templates) and objects (pages)
   - a page can be translated.
   - a page can be tagged

We started the development of a proof of concept, based on the version
Enterprise 2.2.27100. I was impressed by built-in translated pages and the
way to develop applications. But two blocker points have now to be fixed :

   - the search engine does not process page tags. Some threads on the
   mailing-list address this question but I can't find a real solution.
   - objects can not be translated (see
XWIKI-69http://jira.xwiki.org/jira/browse/XWIKI-69).
   In my words a page can not be translated if it uses a template. Using
   conditions in macros is not a good workaround for end-users. Is there
   another way to implement this feature ? Do you have any recommendations ?

Your help would be much appreciated.
Thank you,

Simon Brandhof
Sonar - http://www.sonarsource.com
---
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Questions about XWiki: translations for macros

2010-03-05 Thread Valdis Vītoliņš
- objects can not be translated (see
 XWIKI-69http://jira.xwiki.org/jira/browse/XWIKI-69).
In my words a page can not be translated if it uses a template. Using
conditions in macros is not a good workaround for end-users. Is there
another way to implement this feature ? Do you have any recommendations ?
The approach should be similar to used in Livetable macro. See
http://code.xwiki.org/xwiki/bin/view/Macros/LiveTableMacro

Then in some xwiki page e.g. /xwiki/bin/view/Custom/MacroTranslations
create content:
...
field=Translation
...
hopefully it will work if you will translate page in necessary languages

open 
/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladminsection=Programming 
and in the field Internationalization Document Bundles set: 
Custom.MacroTranslations


N.B. to Xwikiers

Actually such approach should be supported and documented for
internationalization of new/staged/custom/contributed macros.

Valdis

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Questions about XWiki

2010-03-05 Thread Jeremie BOUSQUET
Hi,



2010/3/5 Simon Brandhof simon.brand...@sonarsource.com

 Hi,

 We're evaluating XWiki for a project of collaborative portal. Just to
 explain the needs in a few points :

   - users can create and update pages (sometimes it's good to remind basics
   ;-)
   - a page is structured in fields. Fields are predefined in templates. The
   vocabulary for xwiki seems to be classes (templates) and objects (pages)
   - a page can be translated.
   - a page can be tagged

 We started the development of a proof of concept, based on the version
 Enterprise 2.2.27100. I was impressed by built-in translated pages and the
 way to develop applications. But two blocker points have now to be fixed :

   - the search engine does not process page tags. Some threads on the
   mailing-list address this question but I can't find a real solution.


You can do this by browsing to page Main.LuceneSearch, and using the
following search terms for example to search for any occurrence of tag
TESTTAG (without the quotes):
TESTTAG AND object:XWiki.TagClass
It is relatively easy to code a new list-box in this page where you can
specify that you want to search for Tags (or any other predefined object),
and then add the correct search clause, based on what is done for Spaces.
Of course if what you need is a tagCloud related to found results, then it's
... far more difficult I belive ;)


   - objects can not be translated (see
 XWIKI-69http://jira.xwiki.org/jira/browse/XWIKI-69).
   In my words a page can not be translated if it uses a template. Using
   conditions in macros is not a good workaround for end-users. Is there
   another way to implement this feature ? Do you have any recommendations ?

 Your help would be much appreciated.
 Thank you,

 Simon Brandhof
 Sonar - http://www.sonarsource.com
 ---
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users