Similar suggestions shown below, if your is not like them, then add it and we will give a quick answer.
No similar topics found.

0
Repeated login to APP-Store.
I use this on more than one MAC as I do with other programs. Yet I have to sign in to the APP-store every time I move to a different MAC - no other program does that. It is annoying, can this please stop.

0
Searchable comments
I just thought of a great idea. There should be a way to search for text inside of comments.

0
tmbundle problem
I installed nodejs tmbundle from https://github.com/robbin/javascript-node.tmbundle . but it doesn't work.... It works fine on textmate/sublime .
How can I type "req" and TAB than gen "var util = require('util');"

0
Add to Tcl syntax highlighting Tk commands
Commands from Tk like canvas, toplevel, winfo, etc aren't highlighted when using Tcl mode, and neither are new commands from 8.6 such as oo::class. It would be very great if Textastic supported these as well.

0
Under review
Option to enable minify on-save
Recently, I started thinking about code minifying because I was working on a project with lots of code which would really benefit from getting some minifying done.
I know that when you select all text and press ^M that it gets minified, but the most annoying this about it is that you have to minify it, save it, upload it to server, Cmd+Z and save.
My suggestion would be that you could enable an option in the settings that minifies the code AFTER you save the document. So, it will save the actual file but it keeps the non-minified version in the editor, ready for editing..... it might sound confusing, sorry if it does.
Regards.
I know that when you select all text and press ^M that it gets minified, but the most annoying this about it is that you have to minify it, save it, upload it to server, Cmd+Z and save.
My suggestion would be that you could enable an option in the settings that minifies the code AFTER you save the document. So, it will save the actual file but it keeps the non-minified version in the editor, ready for editing..... it might sound confusing, sorry if it does.
Regards.

0
Under review
Is it hard to implement a key mapping of some kind?
Unfortunately, most of my editing is done on PC and I am used to PC keyboard layout. Even more - I am using Synergy to switch between MAC and PCs. And I am using a PC full size keyboard. So, typing without looking on the keyboard is kinda hard in this editor. Especially annoying are HOME and END keys. Just imagine - to insert a new line my fingers automatically press END-ENTER and then I just start typing. Only to find out that the original line is now split in 2 and I am typing in the middle.
Btw, everything else is perfect. If I only could redefine just those 2 keys (HOME and END)...
Btw, everything else is perfect. If I only could redefine just those 2 keys (HOME and END)...

0
TOC for Markdown
If I use --- or === then the header does not show up in the TOC, but the headers I start with # do. For Markdown the headers underlined with dashes or equal signs should be included in the TOC.

0
Under review
Incremental find/select selection
As in Sublime and Brackets. In Sublime: select a word or other selection. Choose command-D to select next instance. Command-D again to select next, etc., etc. or Control-Cmd-G to select ALL matches. You can then edit all selected instances.

0
Answered
Add documentation or help on using new iCloud Drive feature - or redo it
I can't find any anywhere, even in the very sparse manual, and the interface is very confusing- I can't even tell whether it is possible to move or upload a file to iCloud Drive. If this isn't supported, I suggest that the feature needs a redesign.

Answer
Alexander Blach (Developer)
10 years ago
At the top of the file navigation hierarchy in Textastic you can choose between "Local Files" and "iCloud".
Files in "Local Files" are stored on the local file system and are not automatically synced.
The "iCloud" option corresponds to the "Textastic" folder/container in iCloud Drive. Currently, you cannot send files to another iCloud Drive folder from within Textastic.
You can use the "Open…" command and choose "iCloud Drive" to open a file from any folder in iCloud Drive and edit the file in-place. Files opened in this way do have some limitations though: through the iOS sandboxing system, Textastic only gets access to this single file and not to the whole folder. So, if you do a web preview for example, the web view cannot access other referenced files like images or CSS files in the same folder.
Files in "Local Files" are stored on the local file system and are not automatically synced.
The "iCloud" option corresponds to the "Textastic" folder/container in iCloud Drive. Currently, you cannot send files to another iCloud Drive folder from within Textastic.
You can use the "Open…" command and choose "iCloud Drive" to open a file from any folder in iCloud Drive and edit the file in-place. Files opened in this way do have some limitations though: through the iOS sandboxing system, Textastic only gets access to this single file and not to the whole folder. So, if you do a web preview for example, the web view cannot access other referenced files like images or CSS files in the same folder.

0
Not a bug
Emmet has broken Emacs style keys - ^A and ^E for start of line and end of line
Is there anyway to get this functionality back when working on a MD(markdown) file?

Answer
Alexander Blach (Developer)
10 years ago
You are right, the standard Emmet keyboard shortcuts conflict with emacs commands.
As a workaround, you can go to your Mac's System Preferences -> Keyboard -> Shortcuts -> App Shortcuts and override the standard shortcuts for those two commands with other shortcuts. Here are screenshots of how this might look:


If you do this, you can use ctrl+a and ctrl+e as you are used to.
As a workaround, you can go to your Mac's System Preferences -> Keyboard -> Shortcuts -> App Shortcuts and override the standard shortcuts for those two commands with other shortcuts. Here are screenshots of how this might look:


If you do this, you can use ctrl+a and ctrl+e as you are used to.
Customer support service by UserEcho