0
Not a bug

Select text does not work in some cases

Kevinkarney 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
Select text does not work if you try to select a line such as
% ***************************************.
The Selection can only grab the first few characters
Answer
Could not reproduce. (see comments)
0

Access to restricted URI denied.

Here 11 years ago in iPad updated 11 years ago 1

New to Textastic and referencing jquery.js within and HTML but receiving the following error... none of the alert dialogs appear. Access to restricted URI denied. 


<!DOCTYPE HTML>

<html>

<head>

<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

<script src="jquery.js" type="text/javascript"></script>

<title></title>

</head>

<body>

<script type="text/javascript">

alert('pre');

$(document).ready(function() {

alert('Hello World');

}

</script>

</body>

</html>y

0
Under review

Fortran syntax highlighting of comments is bogus

Luc Bourhis 10 years ago in General updated by Alexander Blach (Developer) 10 years ago 4

In Fortran, any line starting with a star is a comment line. Textastic does not honour that as exemplified by the following example.

Image 66

Note how Fortran keywords are highlighted, clearly showing Textastic believes this is regular code instead of a comment block. It gets however worse the comment features one lone single quote:

Image 67

Textastic believes that the single quote starts a string and it highlights everything following it as a string. Not shown on this picture but the string highlighting only stops at the very end of the file about 300 lines further down!


As a result, Textatic Fortran syntax highlighting is unusable in practice.

0

Cannot vote, says I've already voted

Fredrik Linder 11 years ago in iPhone updated by Alexander Blach (Developer) 11 years ago 1
Whenever I press vote on the features list, it says I've already voted, which I haven't.
0

Allow editing the color of the text cursor bar

Steven Lu 12 years ago updated by Alexander Blach (Developer) 12 years ago 1
On several of the color schemes such as Monokai and Spacecadet, the typing cursor bar color is very close to the background color. This makes it very hard to use these color schemes (which are some of the best ones in there by the way) because of the difficulty in determining the current position.
0

App crashes then typing

Hampus Persson 13 years ago updated by Alexander Blach (Developer) 13 years ago 4

I love your app but since I installed TextExpander I can't use it anymore on my iPad with iOS5b4.

It worked like a charm up until this morning when I installed TE. Now I can use the app as usual but as soon as I start typing in a document I want to edit it instantly crashes. This happens every single time, the only characters that can be used are special-chars in the row above the keyboard. I've disabled TE, uninstalled Textastic, TextExpander, rebooted the iPad and reinstalled Textastic only, but to no avail.

I'm suffering without Textastic, please help!

0

textwrangler theme please

Antony Denamur 12 years ago updated by Alexander Blach (Developer) 12 years ago 1
Add textwrangler theme please.
0
Under review

Manual - a overview for starters

Tom Buhl Larsen 10 years ago updated by Alexander Blach (Developer) 10 years ago 1
The app is really easy and self explaning, but I think it could be nice for newbees to get a quick overview of the app. Just a quick screenprint with a short explanations to the topics. How to start a new document (file) and how to upload it to a server. 
0
Under review

csv files and delimiters

Chris S 9 years ago in iPad updated 9 years ago 2
I typically use a delimiter other than commas when working with csv - makes life easier so I don't have to close everything is quotes. Well I've got a question about whether the app, when using the markup preview, recognizes the command "sep=" or not. Two files one where the command seems to be followed and the other where it obviously isn't. (Note: both files are UTF-8 with CSV syntax)
Image 112Image 113Image 114Image 115
0

Character Line Marker /Vertical edge line

Tim Shi 12 years ago 0
Hi Alexander, Is it possible to add vertical edge line function? (like the one in notepad++)
PS:Thank you for making such a great app