0

Move file bug

Myako Toudai 12 years ago in iPad 0

I get an objective C error when I move a file from location a to b if at location b exists a file with the same name.


Device: iPad 2

OS: iOS 6.0

Textastic: Latest version

0

Background Line Color carriage return

Jeff Poblocki 11 years ago in iPad updated 11 years ago 2

When formatting code with a background color (like red for invalid) and there is a carriage return right after, the remainder of the line is highlighted in that color. The theme does not preform that way in TextMate. Just my OCD. :) Thanks for your time!

0

template

David Shi 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 1

editable file templates.

0
Answered

Lua code

Lego Mite 9 years ago in iPad updated by Alexander Blach (Developer) 9 years ago 2
Can Textastic actually run Lua code? It has the syntax for it. I don't know how to set it up though. 
0

Access to restricted URI denied.

Here 12 years ago in iPad updated 12 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

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

Prewiew PHP

TC Alper San 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 1

Hi, 

Why I can't prewiew the PHP codes ? This is so important for me ? I don't want to buy another program. Please fix it. Thank you

0
Under review

Local preview has an issue with bootstrap.css

Fernando Flores 9 years ago in iPad updated by Alexander Blach (Developer) 9 years ago 1
Hi guys, I have a page hosted working fine, but when I try to edit with textastic fail the local preview, but when I switch to remote show the page without problems, I think that is related with something with bootstrap, any clue on this?
0

Syntax highlighting for Tcl

Kristoffer Lawson 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 1

Hi, in your list of languages Tcl is mentioned as a supported language. However upon opening up a file it does not appear to do any syntax highlighting for the language. Ie. it does not seem to be supported after all?


Also for something like editing on an iPad, auto-indent would be a very highly requested feature.