+1
Under review

Longer tab widths

Ted Chew 10 years ago in General updated by Ken_P 6 years ago 2
It seems the tab width currently tops out at 8, but this is insufficient for certain programming languages. Assembly languages in particular can have instructions of more than 7 characters. That means the instruction arguments will no longer line up in a column making the code difficult to read. I use a tab width of 12 in those cases, though ideally, it would be possible to enter any width within reason
+1
Started

App is crashing every few minutes

Althea Jones 13 years ago updated by Alexander Blach (Developer) 13 years ago 8
App is crashing every few minutes, most often when deleting several lines of text by holding down the delete key but also happened when I was simply scrolliing down the code page. I've tried rebootting the ipad but no difference. Had been working fine until recently (I have not updated to the retina-display version, so I'm using the one before that). I've really come to rely on this app for my paying job., so I sincerely hope you can fix this!
Answer
I think I found the bug - it was in the code that caches highlighted lines and only occured in files with more than 500 lines. 

It will be fixed in the next update.
+1

Show all whites paces as what they are - non-space whites pace issue.

Martin S. Stoller 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
Great app! One issue though - when I paste code from the iPad integrated email app into Textastic, I sometimes get non-space white spaces, that end up breaking JavaScript or HTML in some browsers. Maybe a feature to see what white spaces are not actually space?
+1

sugarsync

simone ragazzini 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
How can I setup Textastic to SugarSync account?
+1

File permissions

Vicente Silvestre 13 years ago updated 13 years ago 2
I saw a comment from a year ago with planned support for UNIX file permissions.  Anywhere in sight yet?  I don't even need to change the permissions, but when I sync a folder with Bash o Python scripts which are executable in the Mac and edit them in Textastic they loose their executable bit, which is not nice, specially since some of them need to run from a cron job... It would be nice if you preserved whatever file permissions where there to begin with.
+1
Under review

Document picker error

maurizio manuguerra 10 years ago in General updated by Alexander Blach (Developer) 10 years ago 3
This is driving me crazy.
On my IPad Air, I edit files on a server using the document picker and Transmit (sftp connection). So far so good.
I have a second iPad where the same workflow doesn't work: I select the "Open.." Menu, then Transmit as file provider, the connection is established, I can browse the files on my server but when I want to open one (whatever the extension) I get the message "The plug-in returned an error. Could not connect to server xxx." Please note that the server detail are the same on both iPads as they are synced with Panic sync service.
Beyond the fact that an identical workflow works on the iPad Air (same versions of everything), the crazy part is that:
1. If I use a different file provider, e.g. Working Copy, it works
2. If I use a different text editor, e.g. Koder, it works.
3. If I offer the file to Textastic from Transmit, it works.

Of course I have tried to reboot the iPad, uninstall/install both apps, with no effect.
I also tried the same workflow on the iPhone: it doesn't work as well.

Has anyone any idea of what is going on? I found no info search for this problem on the web.

+1
Completed

Please add dropbox connectivity, as well as Flex MXML support (can use the same syntax highlighting as HTML)

Dexidus 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
Great product, but it would be nice if I could directly access files in my dropbox (edit/save directly in dropbox, without having to launch dropbox app, browse to file and open in textastic, rather browse dropbox account directly in textastic)

Also, it would be nice if you added native support for Flex 'MXML' files, the syntax can be relatively the same as HTML/xml/as with very minor modifications if any, however direct support for .mxml files would be great.
Answer
See comments.
+1

; and : key placement

Robert Saccone 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
For those us using Objective-C and C/C++ placing the ';' and ':' keys near the braces and bracket keys in the top row of the keyboard would make for better flow and productivity when typing.
+1

Markdown definition lists

Brian Sniffen 13 years ago updated by Myako Toudai 13 years ago 2
MultiMarkdown, pandoc, and other markdown processors support definition lists in the style:

Term
: Definition, starting in the fourth column

I would love to hvae this added to textastic. Actually , since my workstation-side processing is in pandoc, I'd be thrilled to have perfect mimicry of pandoc-style markdown: footnotes, tables, DLs, math.
+1
Under review

Textastic should know about Makefiles

Luke Vivier 11 years ago in General updated by Alexander Blach (Developer) 11 years ago 0
It'd be nice to have syntax highlighting for Makefile, but more important, if soft tabs are enabled Textastic should disable them if a Makefile is being edited (Makefiles must use tabs for indentation). Sublime Text does this and it's a life saver.