Your comments
Yes, I totally understand what you mean. I plan to revamp the "+" button in Textastic to let you create a new, untitled text document.
Would it be ok if this always starts out as a plain text file (you can change the syntax in the File Properties popover) or should there be options for other kinds of files?
Textastic 8 will have an option to ask for the password when connecting to (S)FTP servers.
Textastic 8 will support ECDSA and Ed25519 SSH keys.
Textastic 8 will allow you to select any installed monospaced font. You can use apps like AnyFont or Apple Configurator 2 to install custom fonts.
This will work again in Textastic 8.
This will work in Textastic 8.
Customer support service by UserEcho
Hello,
Textastic 8 now uses the same file name sorting as Finder. Here is a screenshot of Finder on macOS 10.14:
"06" is interpreted as the number 6, "7F" as 7, "08" as 8, "75" as 75.
Textastic uses the API NSString.localizedStandardCompare. From the docs:
The big advantage is that files like this now sort correctly:
file 8
file 9
file 10
file 11
Previously "file 10" and "file 11" would be shown before "file 8".
I'm sorry that this messes up your naming scheme. As a workaround, you can either add a number like "1" as a prefix to all file names or not mix numbers and letters in your naming scheme to get the correct sorting.