+1

Display which file was more recently updated between Dropbox and local

Kyle Reynolds 13 years ago in General 0

No automatic syncing is easy to work around, but when you Upload This or Download Latest, you're firing blind — I propose a warning for when the file on-server has changed since download.

+1

Awesome app!

Marco Lodola 15 years ago updated by Alexander Blach (Developer) 15 years ago 1
I am trying severall apps that claim to do the same job but so far yours is the best.

Keep up with your work!
+1

Home, End, and Copy-Paste on External Keyboard

Tim P 15 years ago updated by Alexander Blach (Developer) 15 years ago 1
I have an external bluetooth keyboard for my programming. If it's possible, could you add support for common keyboard shortcuts (Ctrl+C, or i guess, Apple+C for copy) and the ability to have home and end keys jump to the home and end of the line?

This is a great app, even without!
(Also, this feedback box, ironically, does NOT work on iPad... :P)
+1

SFTP not functioning as expected

Anne Brown 15 years ago updated by Eric Celeste 15 years ago 3
Normally, when I SFTP to a site, I'm working on the live files, so no sync is required. If the server directory structure changes, I need only refresh to see any changes.

I didn't expect Textastic's SFTP function to download a copy of the directory structure to the iPad.

Will there be support for working on remote files remotely?

Thanks
+1

Search improvements

denisy ○ 14 years ago 0
The absence of search history like in SubEthaEdit is a pity. Also the editor clears the search string when switching from one file to another while the replacement string.
0

AI integration, using openSpec inside TextTastic

MrKodama 1 week ago in General updated 1 week ago 0

Can you add some kind of AI integration like a Chat Agent.
Look at VSCode. it allows you to add CoPilot, Claude, Codex etc

Then we could set up a proper AI framework like OpenSpec?

https://github.com/Fission-AI/OpenSpec

https://medium.com/coding-nexus/openspec-a-spec-driven-workflow-for-ai-coding-assistants-no-api-keys-needed-d5b3323294fa

This allows you to add Gemini level AI functionality that is correctly remembered and self updating.

Currently my work flow is;

Google AI mode -> TextTastic -> Working Code

The problem with using raw Google AI mode [Gemini] is that often your previous conversation gets too long and the context window crashes and you lose the entire conversation.

It only needs to be single agent driven, at the moment. Nothing too fancy. Just some way for an AI to traverse the project root and understand a project as it evolves. In this way, AI can add instruction files to every root folder. This acts like an index in a database. It tells the AI what this folder’s functionality & context within a larger application, is.

I was just looking at OpenSpec. Because it is a CLI that requires global node library installation, you may actually need to integrate OpenSpec into the App, itself. Obviously, iPhones cannot install NodeJs & Node libraries etc So there needs to be some deeper level integration, here.

IMHO, OpenSpec is currently the best & easiest AI spec framework, to work with.

This would be a massive win for TextTastic as a future proof, smart phone IDE.

Imagine being the only app in the world to have integrated a Spec framework, into its AI capabilities.

0
Under review

Why can't I open the .pgn files that I used to always create?

uhuprochess 4 weeks ago updated by Alexander Blach (Developer) 4 weeks ago 1

Why can't I open the .pgn files that I used to always create?

0
Under review

Family Sharing

The Old Designer 1 month ago in General updated by Alexander Blach (Developer) 1 month ago 1

I have family sharing on iCloud enabled yet when my partner tries to sign in and restore purchase it simply will not work, enter password, and dialog box disappears. Can you please advise.

Thanks

0
Under review

OneDrive: Hours of work on iPad not auto-saved and lost

nick thain 1 month ago in iPad updated by Alexander Blach (Developer) 1 month ago 2

Opened a One-Drive text file and worked on it a few hours then closed it as I have previously, expecting file to auto-save. When i re-opened the file all of my work was gone. Has the auto-save functionality changed?

0
Under review

Voice Control: No Text Input in Terminal View (iPadOS 26.3)

maxxiimo 2 months ago in iPad updated by Alexander Blach (Developer) 2 months ago 1

Device: iPad Pro 12.9-inch (5th generation)

OS Version: iPadOS 26.3 (23D127)

App Version: Textastic 10.9.2

Accessibility Feature: Voice Control (hands-free use)

Summary:

Voice Control fails to correctly deliver text input to Textastic's terminal view. This issue has persisted across two iPadOS updates, first observed on January 25, 2026, and remains unresolved as of iPadOS 26.3 (installed February 21, 2026) with Textastic 10.9.2.

Symptom:

Voice Control appears to be active and recognizing commands (as confirmed by testing in standard text fields like Notes), but no text is delivered to Textastic's terminal input field.

Root Cause Analysis:

The issue appears to stem from a conflict between the iPadOS Predictive Text / Composition Engine and how the terminal view handles input:

- When Voice Control processes speech, iPadOS inserts tentative (composition/draft) text into the input field.

- iPadOS then commits the final text, replacing the draft.

- The terminal view does not correctly handle this new two-phase input process, resulting in no visible text being delivered.

Steps to Reproduce:

1. Enable Voice Control via Settings > Accessibility > Voice Control.

2. Open Textastic and launch a terminal session (e.g., via SSH).

3. Use a voice command to dictate a terminal command.

4. Observe that text does not appear in the terminal input field despite Voice Control confirming recognition.

Expected Behavior:

Dictated text and Voice Control aliases should be inserted cleanly into the terminal input field, identical to how they work in Textastic's code editor and other standard text fields (e.g., Notes, Safari address bar).

Impact:

This bug renders Textastic's terminal view completely inaccessible for users who rely on Voice Control for hands-free operation.

Additional Notes:

- Standard text fields, including Textastic's own code editor, handle Voice Control input correctly, confirming the issue is specific to the terminal view's interaction with the iPadOS composition engine.

- The issue did not exist prior to the iPadOS update that introduced the behavior on or around January 25, 2026.