Re: [basex-talk] BaseX GUI and remote editing

2020-11-16 Thread Christian Grün
Hi Marco, I guess you’ve already discovered the built-in XQuery editor in the DBA. It can be used for remote administration of your code, but the editing facilities are certainly limited (syntax highlighting is probably the most stunning feature…). We sometimes use it for critical bug fixes and

Re: [basex-talk] BaseX GUI and remote editing

2020-11-13 Thread Liam R. E. Quin
On Fri, 2020-11-13 at 15:50 +0100, Marco Lettere wrote: > Hello all! > > We are in the slightly uncomfortable condition to do some remote > coding. > Means write XQ code that has to be kept on a server different from > our PCs. > > We don't want to slow down our very agile development workflow

Re: [basex-talk] BaseX GUI and remote editing

2020-11-13 Thread Marco Lettere
Thanks for the hint Bridger. We would like to stay lightweight thus I'd prefer to not introduce big IDEs only for pushing code. So for the moment (at least for me having Linux) I'll use Nautilus (Gnome file browser) to connect to the remote folder containing the code and opening files locally

Re: [basex-talk] BaseX GUI and remote editing

2020-11-13 Thread Bridger Dyson-Smith
Hi Marco, I'm sure others will have better thoughts on this, so please take this with a grain of salt. Jetbrains IntelliJ (and other IDEs) provide Remote Deployment options, and I would think Eclipse would offer something similar. I.e. write locally, and then push changes to the remote server

[basex-talk] BaseX GUI and remote editing

2020-11-13 Thread Marco Lettere
Hello all! We are in the slightly uncomfortable condition to do some remote coding. Means write XQ code that has to be kept on a server different from our PCs. We don't want to slow down our very agile development workflow by passing everytime from a Git repo ... Has anyone here some