No similar topics found.

Answer
Alexander Blach (Developer)
11 years ago
This is implemented in Textastic 2.0.
You can also search for "\n" (newline) and "\t" (tab). This allows you for example to replace all newline characters with two newline characters.
I've also added options for:
- Match whole words
- Case sensitive search
- Diacritic sensitive search
You can also search for "\n" (newline) and "\t" (tab). This allows you for example to replace all newline characters with two newline characters.
I've also added options for:
- Match whole words
- Case sensitive search
- Diacritic sensitive search

+98
Under review
Hope to add VIM simulation
It would be great to have an option for VIM simulation in this app. Another row of buttons could be added to the keyboard containing keys like ESC and others frequently used in VIM. Since this app is mainly used for coding, having a VIM mode which does not requir e any touch on the text would be great for efficiency.

+87
Completed
Show a list of functions/class methods
Customer request by mail:
"The app could maintain a watch-list of variable names and/or user-functions on the top-right (detected through the source code entered) and users can insert variables/functions at cursor position by tapping on the list items."
"The app could maintain a watch-list of variable names and/or user-functions on the top-right (detected through the source code entered) and users can insert variables/functions at cursor position by tapping on the list items."

Answer
Alexander Blach (Developer)
11 years ago
I have implemented the symbol list from TextMate for Textastic 3.0.
Here's how this looks with an Objective-C file:

Here's how this looks with an Objective-C file:


+76
Under review
Multiple projects
Ability to create projects that can hold several files, configurations, etc.

+70
Completed
Add remote preview support
Add support in the "preview" section for remote viewing (in addition to local viewing) so that files like PHP can be interpreted. Having an address bar to manually enter a URL would be ideal since not every PHP file resolves to a specific file (PHP scripts are often included into other scripts).

+70
Support for OneDrive (SkyDrive) would be fantastic!
Dropbox is already supported, but SkyDrive will become very prominent with the introduction of Windows 8 this fall.
Cheers,
Michael
Cheers,
Michael

+64
Completed
Block commenting.
Just bought your textastic app for the iPad. Is there a way to highlight a block and have it all commented?

Answer
Alexander Blach (Developer)
2 years ago
Textastic 9.3 adds the new keyboard shortcuts “Toggle Comment” (Cmd-/) and “Toggle Block Comment” (Cmd-Option-/).

+62
Completed
multiline tabing and untabing / indenting
i think multiline tabing and untabing feature is very important to edit source code

Answer
Alexander Blach (Developer)
10 years ago
Textastic 4.0 will support multiline tabbing and untabbing using the virtual keyboard and external keyboards (select text and press tab and shift-tab).

+54
Under review
Would love CSS Preprocessor support (specifically .scss)
I've recently started using .scss along with CodeKit, and can't imagine going back now! I'm getting an iPad in the next few days and was considering textastic, but was really looking to have Sass support!

+54
Completed
SSH Terminal
Now that SFTP support is built in, the only thing missing for my daily workflow is an SSH terminal. SFTP+Terminal are the features I use in Coda and it's very nice to have an integrated SSH terminal (or more than one) as tabs along with the open files.

Answer
Alexander Blach (Developer)
3 years ago
Textastic 7 will be able to open SSH Terminal connections in tabs.
Customer support service by UserEcho