0
Under review

The WebDAV server should operate over ANY VPN connecctionn -- on WIFI or 3G -- and should give the proper URL.

Jim Stoker 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
The WebDAV server sometimes works over VPNs on WIFI, but the URL given is then wrong.
0

ExpressionEngine

HollandJim 14 years ago 0
Saw Textastic and I knew I had to have it, and it's been a lifesaver so far. My company exclusively builds ExpressionEngine-based sites, and I'd really like native text handling... Any chance you can add it to the supported syntax handlers? If I can be of any help in this, just say so..
0
Answered

Create additional folders under local files?

Jwnob 11 years ago updated by Alexander Blach (Developer) 11 years ago 1
0
Fixed

MobileMe HTTP Status 402

gfrobenius 14 years ago updated by Alexander Blach (Developer) 14 years ago 6
MobileMe login is not working for me. Keep getting "Transfer Error" "HTTP Response Code 402". I have a mobileMe acct that I use everyday and I have wifi connection. Is it me or a bug? Great app tho.
Answer
It was reported that entering the user name without "@me.com" resolves this issues. (see comments below)
0
Answered

Where is LSL? / Second Life Linden Scripting Language

Stuart Alleyne 14 years ago updated by Alexander Blach (Developer) 14 years ago 2

I JUST bought the app for LSL scripting and it's not in the list!! everyone is saying that this had built in support.


pleas tell me I didn't just burn 10 bucks on false advertizing.

Answer
LSL will be included out-of-the-box in Textastic 3.1
0

How to insert a $ symbol into a template snippet?

Jorge González 11 years ago updated 11 years ago 3
I read the github repository, and now I want to know how to instert a '$' symbol into a template snippet, I tired using '\$' like TextMate help say, but it doesn't work, any ideas?
Thanks :D

P.S: Excellent app! ;)
0

Why doesn't Textastic recognize this theme?

Ramon Figueroa-Centeno 12 years ago updated by Alexander Blach (Developer) 12 years ago 1

I would like to use the "TeXShop Extended" theme <https://gist.github.com/bjmorgan/4322965> but Textastic does not recognize it when I install it in the #Textastic folder. What is wrong with it?


Thanks,


Ramón 


0

In der Vorschau wird kein Float beachtet

Ben Bals 13 years ago updated by Alexander Blach (Developer) 13 years ago 2
In der vorschau wird kein Flloat angezeigt
0

Display generic image for objects that can't be displayed in preview. Eg. Flash

j0nnos 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
For objects that cant be displayed in preview (eg. flash object ), display a generic image of what the object is or the first frame of the object rather than leaving a blank space.
0

HTML/JavaScript termination of running script when click Done

Adrian Nelson 13 years ago updated 13 years ago 2
Hi, First of all what a great app! I am writing / prototyping some data compression algorithms (in JavaScript) and using the preview facility of the HTML file that is including many scripts. some of these take time to run and as results are output into the DOM as the algorithms run it is sometimes obvious that my test can stop. When I click the Done button to return from preview to the editor nothing happens until the scripts running in the preview window complete even though I have returned to the editor.

My suggestion (if it is possible) is that when the Done button is clicked in the preview window is to reset the HTML document in order to effectively cancel the currently running Javascript so that the editor can be used straight away.

Thanks again for a great app,
Adrian