<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/jaxe/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/jaxe/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/jaxe/feature-requests/</id><updated>2009-02-22T15:28:02Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>CONFIG_JAXE_config.xml</title><link href="https://sourceforge.net/p/jaxe/feature-requests/10/" rel="alternate"/><published>2009-02-22T15:28:02Z</published><updated>2009-02-22T15:28:02Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netd2621d5fe8a40645c97a9c2a7104199df3e0d5d3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Oooops, sory :-)&lt;br /&gt;
Now i'm sending you "CONFIG_JAXE_config.xml".&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Russian localization for config file</title><link href="https://sourceforge.net/p/jaxe/feature-requests/9/" rel="alternate"/><published>2009-02-16T10:00:07Z</published><updated>2009-02-16T10:00:07Z</updated><author><name>Vladimir Bogdanov</name><uri>https://sourceforge.net/u/vabvab/</uri></author><id>https://sourceforge.net601170cb95ae2be1443804448df0059ceabb2df5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Russian localization for config file&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Edit element from the tree view</title><link href="https://sourceforge.net/p/jaxe/feature-requests/8/" rel="alternate"/><published>2009-01-16T18:03:05Z</published><updated>2009-01-16T18:03:05Z</updated><author><name>jslarochelle</name><uri>https://sourceforge.net/u/jslarochelle/</uri></author><id>https://sourceforge.netfc448d11767f957786ca4ea1020904eac3097389</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Because it is not always easy to find the correct element to select for mouse "left clicking" in the right panel it would be nice (and probably easy to implement) if we could get the little Element attribute editor to pop-up from the tree tab. The nodes in the tree view show attribute information that can really help locate the right element to edit specially when a lot of element have the same name and vary only by their attribute.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Use picture on help bottons</title><link href="https://sourceforge.net/p/jaxe/feature-requests/7/" rel="alternate"/><published>2008-06-20T07:36:19Z</published><updated>2008-06-20T07:36:19Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net14832f0ea241739f1609142d5d9b71825ec19c43</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice to change a text '?' on help buttons to some small picture. May be '?' letter looks nice on Mac but on Windows it looks baldly.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Need ability to adjust tooltip show time</title><link href="https://sourceforge.net/p/jaxe/feature-requests/6/" rel="alternate"/><published>2008-05-27T08:31:00Z</published><updated>2008-05-27T08:31:00Z</updated><author><name>Vladimir Bogdanov</name><uri>https://sourceforge.net/u/vabvab/</uri></author><id>https://sourceforge.net40bdd344f7b244993c468d6a05d549f3d9bfad57</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When a user is newcomer, then he will read tooltips thoroughly. But show time of tooltips is so short to read 2-3 sentences and understand them. On the contrary for experienced user tooltips are less important, so they can annoy them. &lt;/p&gt;
&lt;p&gt;The solution is - to make this time adjustable in preferences.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>&lt;xs:all&gt; doesn't work</title><link href="https://sourceforge.net/p/jaxe/feature-requests/5/" rel="alternate"/><published>2008-04-21T07:13:22Z</published><updated>2008-04-21T07:13:22Z</updated><author><name>Vladimir Bogdanov</name><uri>https://sourceforge.net/u/vabvab/</uri></author><id>https://sourceforge.netb130a78d6041bdab150a171e00288bcb3a3067c9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I use such element definition:&lt;/p&gt;
&lt;p&gt;----------------------------------------------------------&lt;br /&gt;
&amp;lt;element name="table"&amp;gt;&lt;br /&gt;
&amp;lt;annotation&amp;gt;&lt;br /&gt;
&amp;lt;documentation&amp;gt;&lt;br /&gt;
Таблица включает в себя описание и сами данные.&lt;br /&gt;
&amp;lt;/documentation&amp;gt;&lt;br /&gt;
&amp;lt;/annotation&amp;gt;&lt;br /&gt;
&amp;lt;complexType&amp;gt;&lt;br /&gt;
&amp;lt;all&amp;gt;&lt;br /&gt;
&amp;lt;element ref="arcl:titleabbrev" minOccurs="0" maxOccurs="1"&amp;gt;&amp;lt;/element&amp;gt;&lt;br /&gt;
&amp;lt;element ref="arcl:title" minOccurs="0" maxOccurs="1"&amp;gt;&amp;lt;/element&amp;gt;&lt;br /&gt;
&amp;lt;element ref="arcl:info_url" minOccurs="0" maxOccurs="1"&amp;gt;&amp;lt;/element&amp;gt;&lt;br /&gt;
&amp;lt;element ref="arcl:tbody" minOccurs="1" maxOccurs="1"&amp;gt;&amp;lt;/element&amp;gt;&lt;br /&gt;
&amp;lt;/all&amp;gt;&lt;br /&gt;
&amp;lt;/complexType&amp;gt;&lt;br /&gt;
&amp;lt;/element&amp;gt;&lt;br /&gt;
----------------------------------------------------------&lt;/p&gt;
&lt;p&gt;XSchema validation check a document using this rule correctly. But Jaxe doesn't take it into account. It behave as if minOccurs="0" and maxOccurs="*". I can add internal tags many times.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Tag with "fichier" type don't work when i use "formulaire".</title><link href="https://sourceforge.net/p/jaxe/feature-requests/4/" rel="alternate"/><published>2008-03-31T10:53:25Z</published><updated>2008-03-31T10:53:25Z</updated><author><name>Vladimir Bogdanov</name><uri>https://sourceforge.net/u/vabvab/</uri></author><id>https://sourceforge.netaee00bb16fce70a3724d4b840a0ea847011c9de1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Tag with "fichier" type don't work when i use "formulaire" for parent element. I couldn't select file - there is no buttons. In a "division" mode everything is OK.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Need localization of tag names</title><link href="https://sourceforge.net/p/jaxe/feature-requests/3/" rel="alternate"/><published>2007-08-23T07:43:20Z</published><updated>2007-08-23T07:43:20Z</updated><author><name>Vladimir Bogdanov</name><uri>https://sourceforge.net/u/vabvab/</uri></author><id>https://sourceforge.net2fc62c07cb27f9444bd9180804d26981e6e70289</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;For a localization purposes for non-techical people desirable to use native (translated) names for tags.&lt;br /&gt;
So I have some ideas: &lt;br /&gt;
1) tag name in a text view shoud be localized (for example by config's localization file);&lt;br /&gt;
2) Tags in a help window for an element also shoud be localized the same manner;&lt;br /&gt;
3) We shoud have ability to use different name for tag in a menu and a text view, becouse of in some languages translated names are too long and we need shortcats in a text view for better readebility. For example we can use an additional optional attribute or a parameter for a "balice" tag;&lt;br /&gt;
4) attribute names of tags shoud also be localized;&lt;br /&gt;
5) May be expirienced users shoud have ability to toogle off this feature (for example in preferences);&lt;/p&gt;
&lt;p&gt;Other improvement:&lt;br /&gt;
6) We need tooltip for tags in the left pannel the same as it is done in the config menu;&lt;br /&gt;
7) may be good idea to show the same tooltip for tags in a text view. It will be usable for newcomers but expirienced user shoud have ability to turn this feature off (for example in preferences)&lt;/p&gt;
&lt;p&gt;PS: Sory for my bad english. :(&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>German  or english language support </title><link href="https://sourceforge.net/p/jaxe/feature-requests/2/" rel="alternate"/><published>2006-08-07T11:24:31Z</published><updated>2006-08-07T11:24:31Z</updated><author><name>Robert Hennig</name><uri>https://sourceforge.net/u/maximilianrh/</uri></author><id>https://sourceforge.net8392fc1a9bae585edd88961a47c6ef13b974b69f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice to have this program with german or&lt;br /&gt;
english language support as I have to admit that I&lt;br /&gt;
can't speak french.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>key - keyref</title><link href="https://sourceforge.net/p/jaxe/feature-requests/1/" rel="alternate"/><published>2004-06-14T12:52:00Z</published><updated>2004-06-14T12:52:00Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netab6a7ea9119bfb841da35028ff6a595d08f44255</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;do Jaxe support key - keyref functionality?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>