[basex-talk] basexgui: clicking in text view should update tree view

2013-04-03 Thread jidanni
Clicking on things in the text view should cause some indication in the tree view of where we are clicking. ___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk

[basex-talk] basexgui: moving cursor around tree view should update text view

2013-04-03 Thread jidanni
Placing the mouse upon different items in the tree view should be enough to trigger their being highlighted in the neighboring text view. But alas one is forced to click an item there in the tree view, which then repaints the text view to show only that item, thus losing context.

[basex-talk] Bug#704590: basexgui: cannot enter search strings

2013-04-03 Thread jidanni
X-debbugs-Cc: basex-talk@mailman.uni-konstanz.de Package: basex Version: 7.6-1 File: /usr/bin/basexgui $ rm -r .basexgui BaseXData .basex $ basexgui /usr/share/doc/basex/examples/input.xml The window is cut into four squares. Each square has a magnifying glass, which upon clicking reveals a

[basex-talk] Bug#704591: basexgui vs. CTRL-Q or any other keyboard shortcuts

2013-04-03 Thread jidanni
X-debbugs-Cc: basex-talk@mailman.uni-konstanz.de Package: basex Version: 7.6-1 File: /usr/bin/basexgui In the Database menu (which should expand when we hit ALT-D or ALT-d, but doesn't!) we see that CTRL-Q should allow us to quit the program... but it doesn't. Nor probably do any of the other

[basex-talk] Bug#704592: basexgui vs. keyboard arrow keys

2013-04-03 Thread jidanni
X-debbugs-Cc: basex-talk@mailman.uni-konstanz.de Package: basex Version: 7.6-1 File: /usr/bin/basexgui Severity: wishlist In the tree window we click something with the mouse. It turns red and its text shows up in the text window. At this point it would be very handy if the four arrows on the

[basex-talk] File module path encodings

2013-04-03 Thread Andy Bunce
Hi, The following two expressions create a file called d d.txt (Windows, BaseX 7.6) file:write(c:\temp\d d.txt,what) file:write(c:\temp\d%20d.txt,what) I wonder if it would not be better if the second would create a file d%20d.txt? My use case is creating a file name that encodes a path e.g.

Re: [basex-talk] File module path encodings

2013-04-03 Thread Florent Georges
Andy Bunce wrote: Hi, I read http://expath.org/spec/file#d3e112 as meaning url encoded file names must start file:/// and if no file:/// the name should be used as is. Yes, that's what I understand as well. And that's why I think it would be probably a good idea to deal only with URIs

[basex-talk] Query Class error

2013-04-03 Thread Anantha tejas
Fatal error: Call to undefined method Query::more() Where do I get the inner class Query and its functions ? Regards, Ananthatejas Raghavan Final Year, Computer Engineering NITK Surathkal Contact : 9480114601 ___ BaseX-Talk mailing list