Your comments

Textastic 2.2 is now available on the App Store. It is a huge update:

Main new features:

  • MobileMe iDisk support
  • WebDAV client support
  • Save several remote file locations – for example, Textastic will now remember a file's location in your Dropbox as well as on your FTP server so you can quickly upload and download a file using several remote locations.
  • New Auto-Wordwrap option is enabled by default: this automatically adjusts the word wrap to fit the width of the editor (helpful when changing between portrait and landscape mode) - you can change this back to a fixed wrap column in settings
  • New cursor navigation wheel - can be brought up with a two-finger tap
  • Tap-and-hold on a file in the "Files" section brings up three new options: "Open with Encoding", "Open In..." and "Preview"
    "Open With Encoding" allows you to overwrite the automatically detected character encoding
    "Open In" allows you to open all files in other app without loading them in the editor
    "Preview" allows you to view images, pdf and word files etc. using the preview function of iOS
  • You can now setup a password lock to protect your files and connections

Other features:
  • New drawing code for the editor - should be much more responsive when typing and selecting text
  • Pinch-to-zoom shows zooming factor and snaps to 100%
  • Supports FTPES (explicit auth SSL/TLS)
  • New setting: soft tabs (spaces instead of tabs)
  • New setting: show or hide tab characters
  • In the File Properties popover you can now set the character encoding used when saving an already open file
  • You can choose between more character encodings when creating a new file (for example, Cyrillic CP 1251)
  • Line endings (Unix, Windows, Mac) can now be chosen when you create a new file and also modified in the file information popover
  • Japanese characters are now displayed at full height and 68% width to make them more readable
  • Tap and hold on selection handles is now handled correctly
  • Tapping once on the status bar goes to the top of the file, tapping a second time goes to the bottom
  • The keyboard only comes up when you lift the finger on the editor. This avoids bringing up the keyboard if you only want to scroll.
  • PowerShell syntax definition
  • Rearranged the settings screen
  • New font size selection control
  • Many bug fixes

I plan to implement this today. But, I decided to not limit it to a 4-digit-pin but instead allow passwords of arbitrary length. I'm sure there are enough paranoid people out there who think that 4 digits wouldn't be enough. :)

Thank you for reporting this. It is a known problem with the syntax highlighter. See http://feedback.textasticapp.com/feedback/7433-syntax-highlighting-is-sometimes-wrong-with-strings-quotes-quotation-marks/

Sorry, but this is an annoying bug in a regular expression but I can't fix easily without rewriting a lot of the highlighter.

Well, to delete a file you already have to follow these steps:

- select exactly one file
- tap on the right most button in the toolbar
- tap on the red "delete selected" button

I don't want to display an additional confirmation that you really want to delete this one file.
Sorry, but I don't think I can influence the way UIWebView (essentially an in-app-instance of Safari) displays web pages.
It only asks for permission when you want to delete more than one file.
 I've just tried it on my own ftp server and you are right. I have introduced a bug when implementing SFTP. Textastic didn't correctly check if a file already existed on FTP server.

I have fixed the issue for the next update.

Thank you for reporting this!
Please go to the app's settings and enable the "Read-only" setting. I think this is what you are looking for.

Also, in the next version the keyboard will only come up if you lift your finger from the touch screen without having moved it (instead of after a few milliseconds while the finger is still on the screen but hasn't moved yet). This makes it much harder to accidentally show the keyboard.