Hi,
I've a tiny request. It concerns the inputbar in the BaseX-GUI in query-mode with a opened database.
It used to work that after typing a slash ( '/') in the inputbar all the child-elementtypes were shown in a dropdown box.
Now this only works for the root (initial slash) but not anymore for under laying elements .
For these elements the dropbox is only presented after typing a character. The dropbox then only contains the child-elementtypes that start with this character(s).
So I'm not presented with all the child-elementtypes anymore, which is too bad because I used this option for finding my way within the XML-structure.
For example:
<a>
<b>
<d1>
</d1>
<e1>
</e1>
</b>
<c>
</c>
</a>
Inputbar: / gives a dropbox with 'b' and 'c'. That's nice.
Inputbar: /b/ gives nothing. I would like to see: 'd1' and 'e1'
Inputbar: /b/d gives a dropdown with 'd1'.
Could this be fixed? I think it's such a nice little option.
Thnx and greetz,
Rob Stapper
--- Dit e-mailbericht bevat geen virussen en malware omdat avast! Antivirus-bescherming actief is. http://www.avast.com
Hello Rob,
I just commited a fix (https://github.com/BaseXdb/basex/commit/963db5a935cdfdc2dd4d6d730b136fe31e44...), it should work now again. Feel free to checkout the github version (unfortunately, there are no updated releases at https://files.basex.org/releases/latest/ as normally Christian does all commits and he has some magic release scripts, but he is still on vacation).
Cheers, Dirk
On 07/01/14 11:52, Rob Stapper wrote:
Hi,
I've a tiny request. It concerns the inputbar in the BaseX-GUI in query-mode with a opened database.
It used to work that after typing a slash ( '/') in the inputbar all the child-elementtypes were shown in a dropdown box.
Now this only works for the root (initial slash) but not anymore for under laying elements .
For these elements the dropbox is only presented after typing a character. The dropbox then only contains the child-elementtypes that start with this character(s).
So I'm not presented with all the child-elementtypes anymore, which is too bad because I used this option for finding my way within the XML-structure.
For example:
<a>
<b>
<d1>
</d1>
<e1>
</e1>
</b>
<c>
</c>
</a>
Inputbar: / gives a dropbox with 'b' and 'c'. That's nice.
Inputbar: /b/ gives nothing. I would like to see: 'd1' and 'e1'
Inputbar: /b/d gives a dropdown with 'd1'.
Could this be fixed? I think it's such a nice little option.
Thnx and greetz,
Rob Stapper
Dit e-mailbericht bevat geen virussen en malware omdat avast! Antivirus-bescherming actief is. http://www.avast.com
BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
Hi Rob,
I’ve just created new snapshots [1] with Dirk’s bug fix (thanks!). Christian
[1] http://files.basex.org/releases/latest/ _______________________________________
On Thu, Jan 9, 2014 at 12:25 PM, Dirk Kirsten dk@basex.org wrote:
Hello Rob,
I just commited a fix (https://github.com/BaseXdb/basex/commit/963db5a935cdfdc2dd4d6d730b136fe31e44...), it should work now again. Feel free to checkout the github version (unfortunately, there are no updated releases at https://files.basex.org/releases/latest/ as normally Christian does all commits and he has some magic release scripts, but he is still on vacation).
Cheers, Dirk
On 07/01/14 11:52, Rob Stapper wrote:
Hi,
I've a tiny request. It concerns the inputbar in the BaseX-GUI in query-mode with a opened database.
It used to work that after typing a slash ( '/') in the inputbar all the child-elementtypes were shown in a dropdown box.
Now this only works for the root (initial slash) but not anymore for under laying elements .
For these elements the dropbox is only presented after typing a character. The dropbox then only contains the child-elementtypes that start with this character(s).
So I'm not presented with all the child-elementtypes anymore, which is too bad because I used this option for finding my way within the XML-structure.
For example:
<a>
<b>
<d1>
</d1>
<e1>
</e1>
</b>
<c>
</c>
</a>
Inputbar: / gives a dropbox with 'b' and 'c'. That's nice.
Inputbar: /b/ gives nothing. I would like to see: 'd1' and 'e1'
Inputbar: /b/d gives a dropdown with 'd1'.
Could this be fixed? I think it's such a nice little option.
Thnx and greetz,
Rob Stapper
Dit e-mailbericht bevat geen virussen en malware omdat avast! Antivirus-bescherming actief is. http://www.avast.com
BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
-- Dirk Kirsten, BaseX GmbH, http://basex.org |-- Firmensitz: Blarerstrasse 56, 78462 Konstanz |-- Registergericht Freiburg, HRB: 708285, Geschäftsführer: | Dr. Christian Grün, Dr. Alexander Holupirek, Michael Seiferle `-- Phone: 0049 7531 28 28 676, Fax: 0049 7531 20 05 22 _______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
basex-talk@mailman.uni-konstanz.de