
Sync/Refresh issue with Textastic and Secure Shellfish folders
I’ve had some issues editing projects that reside on my Mac using Textastic on iPad with the Mac folders mapped using Secure Shellfish. Specifically, I’ve had files get deleted when trying to move them to a new folder using Textastic (they get removed from A but never arrive in B), and also times when it doesn’t fully see moves that happened outside the app and so does weird things like recreate some of the no-longer present directories.
Just FYI because without Git, I would have definitely lost work because of it.

Text files in iCloud created on one iOS device will be grayed out on another linked iOS device
I have Textastic on my iPhone and my iPad. Between the two of them I have an iCloud folder that syncs files. When I create a text file on one of these devices, it will not open on the other device without a little work. Chose general category as this isn't inherently an iPhone or iPad issue. The files have the following properties:
Encoding: Unicode (UTF-8)
Line Endings: Unix (LF)
Syntax: Markdown
Below is flow of screenshots that show the issue with the Based Anarky.txt (it's a batman thing) file that originated on my iPad and I am trying to open it on my iPhone:
1. Click on greyed out file.
2. Receive error
3. Long press on file and click open as text file
4. Click open
5. Receive error, file contents not showing
6. Check file list to see file is no longer greyed out, click on file
7. File opens properly






Textastic folder on iPad vanished
The Textastic folder on my iPad suddenly no longer exists. This must be somehow related to the upgrade to the new Textastic version. I already tried reinstalling Textastic again: I can open it, but it doesn't show up anywhere in the file manager. When I search for it, no result is displayed. Bummer.

Textastic won’t allow me to view file (let alone edit it) with .c file extension
I just started using Textastic, with the hope of using it to create, view and edit source files written in c with a .c file extension. I have several such files stored in iCloud. I can see the index for my files in iCloud, but Textastic won’t let me view those files, let alone edit them if they have a .c extension. I thought textastic could be used for such files. What am I missing or does the app not have that capability?

Strange auto-indent behavior after paste
I don’t know if it’s the language I’m using but if I have some code (soft indents)
if something
Xyz
endif
When I select the Xyz (cmd-left, shift-down), copy (Cmd-C), and paste it before the endif (down, up. Cmd-V) the code ends up looking like
if something
Xyz
Xyz
endif
Is there any way to turn off auto-indent on paste? This only happens if the end-of-line is selected which is really what I want and is easier to do rather than a shift-down, shift-left, Cmd-C, right, Cmd-V, return.

“Go Back” Keyboard Accelerator
I initially thought that “go back” was silly in text editors until I started using it in IntelliJ. Now any time I hit Cmd-Up by mistake (say a Cmd-Left then up) I’m annoyed that Cmd-[ doesn’t put the cursor back to where it was.

Triple-Click & Drag
Glad that you have triple-click but I really miss being able to drag after a triple-click to select multiple lines.

Keyboard Accelerators for Find Next/Previous?
Cmd-G/Cmd-Shift-G for find next/previous would be nice. I’m having trouble learning Cmd-F Down Return.

Auto space before and after <= and >= in Swift code
At least in the compiler I am using now (and probably in general as I have seen this being described as an issue in some Swift forums) there must be a space before and after <= and >= (and I assume also < and >; == seem to work without in my compiler though). It would therefore be nice if the editor could automatically add a space before and after if you forget it.
This should also be part of the Prettify functionality I have just suggested.
Customer support service by UserEcho