+1
Under review

Textastic should know about Makefiles

Luke Vivier 10 years ago in General updated by Alexander Blach (Developer) 10 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.
+1
Under review

Text navigation and selection by dragging finger using one navigation key

Milan 11 years ago in General updated by Alexander Blach (Developer) 11 years ago 3

In a demo of http://www.becomekodiak.com I have seen a Navigation key on the keyboard row (confessed to be inspired by Textastic). I would guess that it was inspired from http://worqshop.com/ but I haven't seen Workshop in action. I find it quite handy, as it doesn't take much space and can be quicker than arrows.


How it works: you press the button and then drag your finger in a direction - mouse cursor moves. Than you press the button again and mouse cursor moves again, now selecting the text.

+1
Under review

Why does Textastic remove three bytes from equivalent MS Notepad built text file? (Don't remove byte order mark (BOM) on save if it exists)

Jeff MacKinnon 9 years ago in General updated by Bachsau 4 years ago 8
I have a large text file (consisting of HTML and JavaScript) which was created with Windows Notepad using Unicode UTF-8 encoding, and then uploaded to my Web server. Textastic downloads it (via FTP), resulting in a file on my iPad of the exact same size as the original. Textastic reports it correctly as having Unicode (UTF-8) Encoding, Windows (CRLF) Line Endings, and HTML Syntax Definition.

However, once I force Textastic to save the file (by modifying one character, for example), the resulting file is three bytes shorter than the original. Visual inspection of the befoure-and-after files (in Notepad) reveals no differences (same number of lines, with an apparent carriage return / line feed after the last line.

Why? What three bytes are being removed from the file?
+1

Themes: modifiable, or I’d like to suggest parts of one

fjpoblam 10 years ago in General updated 10 years ago 3
Suggestion: modifiable themes. Or if you don’t want to bother with that, I have a suggested theme. Why? On my laptop, my editor is BBEdit, and my suggestion will reflect what I’m using there. The goal is to make things easier to find while editing, while remaining somewhat subtle, less garish. The theme I’m using in Textastic is “Mac Classic”, which comes close to my needs. Here’s a description of my ideal theme, for just HTML and CSS. Colors approximate, shown as HTML web-safe names.
HTML:
Text, code punctuation, failed code—black;
tag names (e.g., “<a” of “<a href.…”)—mediumblue (#0000cd)
tag value names (e.g., “href" of “<a href=”)—darkblue (#00008b)
quoted tag values (e.g., “120” of “<img height='120'”)—green (#008000)
unquoted tag values (e.g., “120” of “<img height=120”)—purple (#800080)
entity names (e.g., “&”)—maroon (#800000)
comments (e.g., “<!--…-->”)—darkgray (#a9a9a9)
text and comments—font-weight:normal; else—font-weight:bold;
CSS:
element name (e.g., “p” of “p{color:black}”)—mediumblue (#0000cd)
element value name (e.g., “color” of “p{color:black}”)—darkblue (#00008b)
quoted element value (e.g. “Helvetica Neue” of “p{font-family:'Helvetica Neue'…})—green (#008000)
unquoted element element value (e.g.,“black” of “p{color:black}”)—purple (#800080)
special values (e.g.,“#000” of p{color:#000}”)—maroon (#800000)
comments (e.g., “/*…*/”)—darkgray (#a9a9a9)
failed code (e.g.,“p color: black”)—black
comments—font-weight:normal; else—font-weight:bold
+1

Fortran subroutine/function folding

Li Dong 11 years ago in General 0

I would like Fortran subroutine/function folding! This is definitely needed when browsing Fortran codes no matter they are written by me or others.

+1

Windows Command line (.cmd,.bat)

Jake Thompson 10 years ago in General updated by Alexander Blach (Developer) 10 years ago 1
Windows Command line (.cmd,.bat) would be nice
+1

What exactly ist the new swipe gesture to move the cursor?

Konstantinos Lialias 12 years ago in General updated by Alexander Blach (Developer) 12 years ago 3

See title.

I was not able to identify a new functionality in moving the cursor.

+1

Ability to import fonts for HTML so we can see the result

Michael Barno 11 years ago in General updated by Alexander Blach (Developer) 11 years ago 1
Hi, can you add the ability to import your own fonts to the app. That way we can set fonts through HTML and view it with that font. Thanks.

And by the way this app was worth the $9! Keep it coming!
+1
Under review

Basic error reporting

Diego Chuman 9 years ago in General updated by Alexander Blach (Developer) 9 years ago 1
I am a web developer, I find it stressing that after I code happily on my iPad, I have to go home and fix all the errors on my computer.
I just wish if you could at least offer errors such as spelling mistakes and simple PHP errors, then I would be a lot more glad!
+1

Favorites

Erick Sanchez 11 years ago in General updated by Alexander Blach (Developer) 11 years ago 1
For switching quickly between files, example, I read a plist I created representing a default value array and I wanted to write it into code. Since its a large plist I need to switch back and forth from the file to the plist