Andreas Bontozoglou
Andreas Bontozoglou
+1 here - fighting nosetests more than code at this stage :( The tests/* did not work for me (issues with imports)
Hi all, Same here with version 0.13: ``` Redirecting to: / Traceback (most recent call last): File "...\bottle.py", line 901, in _handle return route.call(**args) File "...\bottle.py", line 1822, in wrapper...
Hi @benyanke I fixed this problem [in my fork](https://github.com/urban-1/remote-edit2/commit/f64da8e50492a73c5129f94459dcb84ac2753b1e) by renaming all configuration references to `"remote-edit2. ..."` Also note that `remote-edit2` is maintained by @duxet (I think...) at https://github.com/duxet/remote-edit2 -...
Not sure this helps, however, I am in the process of adding a tree-view that works like `Kate`s view (KDE): - Only open files are shown - Focuses on the...
I am not sure if this feature was ever implemented and this is a regressions. However, I have spent some time working on an auto-detect/reload when the remote file changes....
This error seems to be coming from ssh2 lib/implementation. Have you tried changing your private keys with `ssh-keygen`? Related post: https://stackoverflow.com/a/53995132/3727050
Hi @pdux Can you reproduce this every time? I have tried this on Linux (Ubuntu) with both atom 1.23.3 and 1.29.0 by sshing to localhost (using the default .ssh/id_rsa) and...
Hi @janstieler I am not sure this is doable... Currently this plugin overrides the default TextEditor in order to handle open and save operations over SFTP/FTP. To handle different file...
With a quick search around, it seems that ctags are working on a per-project basis. The current implementation is per-file rather than per-project (we are opening a single remote file...
Hey @pylorak How are you? I know it has been a very long time - I know... but I am thinking of picking this up again for a project of...