0

Debug Terminal creation

Walrus 6 years ago 0

I’m having trouble creating a terminal for a protected account (balabit).  It would be really helpful to be able to get info about the ssh authentication.  Is there any way to add to the logs, something like the equivalent if “ssh -v” or even “ssh -vvv”?

0
Under review

A LEFT and RIGHT shift button to move the cursor

Tony Heyes 6 years ago updated by dantepicchioni 3 years ago 2

I find it very difficult to drop the curser in the correct place.  Thus I frequently have to delete and retype some of the code.  Could we please have LEFT and RIGHT move buttons to enable the cursor to be repositioned.

0

iCloud synchronisation problem

ernesto exposito 7 years ago 0

My MacBook is not get synchronised anymore after catalina upgrade. 

I cannot even see the Textstatic folder within my idrive directory. 

Thanks for your help

0

X server for displaying plots

Souvik Seal 7 years ago 0

Is there any way to set a X server ( to display interactive plots from softwares like R, Python while using them on Linux in some SFTP server) ?

0

Go

Carey James 7 years ago 0

Can this app code go?

0
Answered

Does Textstatic work with Private key ED25519 Encryption ?

mikec 7 years ago updated by Alexander Blach (Developer) 7 years ago 2
0
Answered

Es6 Modules

codeCaveMan 7 years ago updated by Alexander Blach (Developer) 7 years ago 4

Does testastic support importing and exporting modules between js files? For some reason, the following code doesn’t seem to work https://feedback.textasticapp.com/communities/1-textastic-for-ios#

// file1.js

function sum(num1, num2) { 

     return num1 + num2;

}

export default sum;

// file2.js

import sum from "./file2.js"; 

console.log(sum(1, 2)); // instead of 3 I get the message “SyntaxError: Unexpected identifier 'sum'. import call expects      
exactly one argument.”

note: file1 and file2 are in the same folder.

Thanks for your help.

Errol

0

Import Bookmarks from Cyberduck

Simon Teufel 7 years ago 0

It would be nice if I could import the FTP bookmarks from Cyberduck into Textastic. This way I could work on my projects in iPad oder iPhone.

0
Answered

does not support edit file online by sftp?

江如意 7 years ago updated by Thunder Pig 7 years ago 2

does not support edit file online by sftp?