Textastic Code Editor iOS çalışır.
Lisans: | Commercial |
Yüklenme tarihi: | 03.07.2024 |
Yayınevi: | Alexander Blach |
Girişi değiştir |
- The font "System (SF Mono)" can now be selected in the code editor and SSH terminal settings. - You can now add Dropbox folders that are available in the Files app as external folders to Textastic! There has been a recent update to the Dropbox app so that it is now possible to open entire folders and not just individual files with the iOS file picker. - Improved the folder selection to work much better with external folders that need to retrieve information from a server (like Dropbox and Secure ShellFish). - Added two new FTPS settings: you can now set the minimum and maximum TLS version to be used when connecting to FTPS servers. More information below. - The names in the FTP settings have been updated to use the term "TLS" instead of "SSL". - The web preview now supports landscape orientation on all iPhone models. - Fixed: When using an external keyboard on iPhone, the additional keys above the on-screen keyboard now avoid the home indicator area. - Fixed: Bold, italicized text (e.g. in Markdown) was displayed either in bold or italics, but not both at the same time. - Fixed: Some files (including TypeScript files) did not open in the editor in Textastic 10.3. - Other minor improvements. Additional information on why the FTPS settings for the minimum and maximum TLS version were added: Textastic uses libcurl to transfer files to FTPS servers. On some FTPS servers, uploading a file with curl when using TLS 1.3, if the file is larger than about 18 KB, may result in a "partial upload" error and a 0-byte file on the server. To work around this partial file upload issue, you can reduce the maximum TLS version to 1.2. Note: This is only relevant for FTPS connections. SFTP connections are not affected. This issue has also been reported to the curl project and will hopefully be fixed in a future update of the library. In the meantime, you can use this workaround. |