+3
Under review

Better use of the return key when creating files and folders

Nevets 14 years ago updated by Alexander Blach (Developer) 13 years ago 3
Could it be possible to create the file or folder when I tap the return key instead of moving to the top of the screen and taping the Done button.
+3

Support for SystemVerilog

Hugo Décharnes 10 years ago 0
+3

syntax highlighting for text markup formats

dan mackinlay 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
I'd like syntax highlighting for restructuredtext format in particular. more generally I suspect most folks would like Textile, markdown and possibly some other plaintext markup standards
+3

Use Clang/LLVM for code completion

moonpulse 14 years ago 0
While a C++ compiler may not be allowed in the app store, one could add the code analysis part of clang/llvm for code completion and remote xcode control for compilation. 
+3

A close button

Andrea Moro 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
It seems that this has not been suggested yet.
If a file is "open" in edit mode, it can be downloaded from web dav or even within the same app.

1) create a close button to allow people close the file, so to commit any pending change or whatever is necessary.
To "unlock" the file it looks like the only thing to do is to move to a different file. But it is going to create a loop if you don't have a dummy file in the folder.

2) within the file transfer panel, if someone attempts to delete an opened file, just propose a pop-up that inform the file is opened in editing. Ask what to do
a) close with save
b) close without save
+3

is there a way to hide the line, column UI element in the corner of the text editor?

Kyle Sherman 13 years ago updated by Daniel Pyle 12 years ago 5
I'm finding the small line, column view in the top right corner of the screen to cover the text I'm working with, and I don't need it. Is there a way to hide it?
+3

Save indicator and/or save button

Tom Livingston 10 years ago in iPad 0
It's a bit nerve wracking to wonder if a file is saved, especially after a lot of time spent working. It would be nice to have an indicator showing when a file is saved or saving, or a way to manually save a file - a button or icon to click
+3

Create new file and auto link file

Fexxel 13 years ago updated 13 years ago 0
If all files in one folder are linked to the same folder on the ftp server, then creating a new file should autolink this connection.
Maybe you could implement a toogle in the new file window, that this connection will be established automatically.
+3
Completed

Code completion from a keyboard user's angle

Bilaal Emrith 13 years ago updated by Alexander Blach (Developer) 13 years ago 14
Hey there, good job. One minor improvement based on the Textastic 4.0 could be implementing the code completion for keyboard users as well. Right now, there's no way of using the keyboard to navigate through the suggestions and accepting them with the return key. else nice work.
Version 4.0.2
Answer
Implemented in Textastic 4.0.2:

You can press return to accept the top-most entry.
Use the arrow keys on the external keyboard to select a different entry from the list. Hit return to accept the selected entry.
Use the left or right arrow keys to close the list.

For the on-screen keyboard nothing has changed.