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.

0
Answered

Working on dropbox file deploy with ftp when done.

Dahaka101 9 years ago in iPad updated by Alexander Blach (Developer) 9 years ago 1
I work on my site in my public dropbox folder. So I download the files locally edit them and then upload them again to see results online. So if the work is good and I want to deploy it to the we server, how do I do that? Currently the upload button only does it with the dropbox, how can I take a file that I downloaded from dropbox and upload it to an ftp server?
Answer
You need to go to the Remote Transfer screen again using the "globe" button. Then you connect to your FTP server, navigate to your target folder and select the local file on the left side. Tap on the Upload button to upload the file to your FTP server.

You only need to do this once per file. From now on, Textastic will save both the Dropbox and the FTP remote location and asks you which one you want to use when you use the quick upload feature ("Upload This File"): http://www.textasticapp.com/v5/manual/lessons/How_can_I_quickly_upload_downloaded_files.html