Home Page

Textastic Code Editor 10.2 - App Store




About Textastic Code Editor

Textastic is a comprehensive and versatile text and code editor for iPad and iPhone. It supports syntax highlighting of more than 80 programming and markup languages. Connect to SFTP, FTP, and WebDAV servers or to your...

Textastic is a comprehensive and versatile text and code editor for iPad and iPhone. It supports syntax highlighting of more than 80 programming and markup languages. Connect to SFTP, FTP, and WebDAV servers or to your Dropbox account. Use the built-in SSH terminal to work directly on your server.

FEATURES:
• Syntax highlighting of more than 80 languages: HTML, JavaScript, CSS, C++, Swift, Objective-C, Rust, XML, Markdown, PHP, Perl, Python, Ruby, Lua, YAML, JSON, SQL, shell scripts and many more (full list available on the website)
• Compatible with Sublime Text 3 and TextMate 1 syntax definitions and themes
• Code completion for HTML, CSS, JavaScript, C, Objective-C, and PHP
• SFTP (SSH connection), FTP, FTPS (FTP over SSL), WebDAV and Dropbox clients
• SSH terminal connections
• Git repositories from the Git client app Working Copy can be opened as external folders in Textastic
• Emmet support
• JavaScript console
• iCloud Drive file synchronization
• WebDAV server to easily transfer files from your Mac or PC over Wi-Fi.
• Symbol list to quickly navigate in a file
• Full support for external keyboards, trackpads, and mice
• Configurable keyboard shortcuts
• Displays additional keys over the virtual keyboard to make it easy to type characters often used for programming
• Cursor navigation wheel for easy text selection
• Easily move the cursor using swipe gestures
• Split View and Slide Over multitasking on iPad
• Open multiple files in tabs
• Multiple Windows on iPadOS
• Support for Dark Mode
• Supports most encodings like UTF-8, UTF-16, and ISO-8859-1
• Supports different tab widths and soft tabs (spaces instead of tabs)
• Custom fonts
• Find & Replace (including regular expression search)
• Find in multiple files
• File information like character count and word count
• Local and remote web preview for HTML and Markdown files

Don't hesitate to tell me the features you want to see in the next version!

https://feedback.textasticapp.com/

Apr 4, 2024
Version 10.2
- Added file transfer settings: For uploads and downloads, you can now specify whether you are asked for confirmation before files are overwritten or whether existing files should always be overwritten.
- A warning message is now displayed when trying to add a new Google Drive connection and when connecting to existing Google Drive connections. See below for details.
- Removed Microsoft App Center crash reporting because App Center is scheduled for retirement on March 31, 2025.
- Removed duplicate "Share…" item in text selection menu.
- Other minor improvements

Due to Google’s changes to the Google Drive API, the built-in Google Drive client will be removed from Textastic in a future update.

More information about this change and recommended alternatives can be found at: https://blach.io/2024/03/28/removal-of-textastic-google-drive-client/



Previous Versions

Here you can find the changelog of Textastic Code Editor since it was posted on our website on 2016-09-23 10:50:37. The latest version is 10.2 and it was updated on 2024-04-19 20:25:57. See below the changes in each version.

Textastic Code Editor version 10.2
Updated At: 2024-04-04
Changes: Apr 4, 2024 Version 10.2 - Added file transfer settings: For uploads and downloads, you can now specify whether you are asked for confirmation before files are overwritten or whether existing files should always be overwritten. - A warning message is now displayed when trying to add a new Google Drive connection and when connecting to existing Google Drive connections. See below for details. - Removed Microsoft App Center crash reporting because App Center is scheduled for retirement on March 31, 2025. - Removed duplicate "Share…" item in text selection menu. - Other minor improvements Due to Google’s changes to the Google Drive API, the built-in Google Drive client will be removed from Textastic in a future update. More information about this change and recommended alternatives can be found at: https://blach.io/2024/03/28/removal-of-textastic-google-drive-client/
Textastic Code Editor version 10.1
Updated At: 2024-01-09
Changes: Jan 9, 2024 Version 10.1 - Updated OpenSSL, libssh2, and libcurl to their latest versions. The new version of the libssh2 library included in this update supports a new strict KEX protocol extension which is a fix for the so-called "Terrapin attack". - Improved animation and behavior when creating folders and when creating and unpacking .zip files. - Fixed a crash that could occur when searching for emojis in file names. - Other minor improvements and bug fixes
Textastic Code Editor version 10.0.3
Updated At: 2023-11-29
Changes: Nov 29, 2023 Version 10.0.3 - Improved handling of very large files - Fixed: If a file was changed under iOS 17 while Textastic was in the background, the file was not reloaded when the app became active again. - Fixed: Stack overflow that could occur when closing files with a large number of lines - Other minor improvements and bug fixes
Textastic Code Editor version 10.0.2
Updated At: 2023-11-07
Changes: Nov 7, 2023 Version 10.0.2 This update fixes a crash that could happen when working with files in Google Drive. It includes all new features of Textastic 10: - Refreshed user interface and new icons in all parts of the app. - Added a completely new Swift syntax definition with support for modern Swift including async/await. - Swift classes, structs, enums, functions, properties etc. are now shown in the symbol list. - Upload files to any remote connection using the new "More" -> "Upload To..." menu without leaving the editor. - New horizontally scrollable tab bar. It's now easier to re-arrange tabs with drag & drop. - Updated the icons in the symbol list. The letter in the icon now more accurately reflects the type of symbol. - Uses menus in more parts of the app, for example when tapping the "More" button and when changing the sort order of file lists. - Improved behavior of "Open..." and "Add External Folder..." commands. Textastic now doesn't enable multiple file selection in the document picker anymore. This change saves a tap when opening a file. It also fixes an issue on iOS 16 and 17 in which the document picker didn't remember the last used folder. You can still open multiple files at once by selecting the files in the Files app and using drag & drop to open them in Textastic. - Improved external folder support. - Improved regular expression replace syntax: Allow backslash in addition to a dollar sign to reference capture groups. For example, 1 and $1 in a replace string now both reference the first capture group. (To reference capture groups > = 10, you still need to use the dollar sign, e.g., $10. This behavior is the same as in Sublime Text.). - Improved behavior of "Replace All". - Added "Create ZIP File" to the file context menu. Fixed text selection issues on iOS/iPadOS 17: - The cursor was not visible when creating a new file on iOS 17. - The edit menu was not shown after changing the selection using text selection handles on iOS 17. - The cursor disappeared when entering marked text on iOS 17. - Fixed issues when moving files in the iCloud location. - Fixed performance issues when many files were stored in the iCloud location. - Fixed issues with dictation on iOS 17. - Fixed: When pasting text, Textastic now doesn't indent the last pasted line anymore. Changing the indentation could cause problems in languages like Python or YAML in which indentation is meaningful. - Fixed an issue when previewing files from an external folder. - Fixed symbol list issues for Python and CSS. - Fixed a problem with the refresh indicator when listing remote files on iOS 17. - Fixed issues with password lock and multiple windows on iPad. - Fixed a performance issue in the C# syntax definition that could cause very slow parsing of C# files.
Textastic Code Editor version 10.0
Updated At: 2023-11-02
Changes: Nov 2, 2023 Version 10.0 - Refreshed user interface and new icons in all parts of the app. - Added a completely new Swift syntax definition with support for modern Swift including async/await. - Swift classes, structs, enums, functions, properties etc. are now shown in the symbol list. - Upload files to any remote connection using the new "More" -> "Upload To..." menu without leaving the editor. - New horizontally scrollable tab bar. It's now easier to re-arrange tabs with drag & drop. - Updated the icons in the symbol list. The letter in the icon now more accurately reflects the type of symbol. - Uses menus in more parts of the app, for example when tapping the "More" button and when changing the sort order of file lists. - Improved behavior of "Open..." and "Add External Folder..." commands. Textastic now doesn't enable multiple file selection in the document picker anymore. This change saves a tap when opening a file. It also fixes an issue on iOS 16 and 17 in which the document picker didn't remember the last used folder. You can still open multiple files at once by selecting the files in the Files app and using drag & drop to open them in Textastic. - Improved external folder support. - Improved regular expression replace syntax: Allow backslash in addition to a dollar sign to reference capture groups. For example, 1 and $1 in a replace string now both reference the first capture group. (To reference capture groups > = 10, you still need to use the dollar sign, e.g., $10. This behavior is the same as in Sublime Text.). - Improved behavior of "Replace All". - Added "Create ZIP File" to the file context menu. Fixed text selection issues on iOS/iPadOS 17: - The cursor was not visible when creating a new file on iOS 17. - The edit menu was not shown after changing the selection using text selection handles on iOS 17. - The cursor disappeared when entering marked text on iOS 17. - Fixed issues when moving files in the iCloud location. - Fixed performance issues when many files were stored in the iCloud location. - Fixed issues with dictation on iOS 17. - Fixed: When pasting text, Textastic now doesn't indent the last pasted line anymore. Changing the indentation could cause problems in languages like Python or YAML in which indentation is meaningful. - Fixed an issue when previewing files from an external folder. - Fixed symbol list issues for Python and CSS. - Fixed a problem with the refresh indicator when listing remote files on iOS 17. - Fixed issues with password lock and multiple windows on iPad. - Fixed a performance issue in the C# syntax definition that could cause very slow parsing of C# files.
Textastic Code Editor version 9.9.3
Updated At: 2023-09-13
Changes: Sep 13, 2023 Version 9.9.3 - Fixed: the insertion point was not displayed when tapping once on the editor in upcoming iOS versions - Other minor fixes
Textastic Code Editor version 9.9.2
Updated At: 2023-01-23
Changes: Jan 23, 2023 Version 9.9.2 - Improved support for Stage Manager and external displays. - Improved keyboard handling on iPad: * When an external keyboard is connected and the collapsed shortcuts bar is displayed in a corner of the screen, it is now ignored instead of moving the UI up. * Fixed: When switching between code editor tabs, the on-screen keyboard moved down and back up. Now it stays on screen without animation. * Fixed: Line numbers were sometimes not displayed when an external keyboard was connected. - Other minor fixes
Textastic Code Editor version 6.2
Updated At: 2016-03-12


Related Apps

Here you can find apps that are similar with Textastic Code Editor.



Disclaimer

Official App Store Link


We do not host Textastic Code Editor on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Apple and passed their terms and conditions to be listed there. We recommend caution when installing it.

The App Store link for Textastic Code Editor is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  3.3/5     8
Downloads: 597
Updated At: 2024-04-19 20:25:57
Publisher: Alexander Blach
Operating System: IOS
License Type: Free Trial