0
Completed

Please add Inconsolata XL font

Stuart Roebuck 13 years ago updated by Alexander Blach (Developer) 13 years ago 2
Inconsolata is a very nice open source coding font and Insonsolata XL adds a bold variant which helps with syntax highlighting. There should be no license issues with adding this and I know of at least one other iPad app which includes it. The download link for the font is:

<http://www.bitcetera.com/en/techblog/2009/10/09/inconsolata-xl-font>
Version 2.0
Answer
Will be available as a choice in Textastic 2.0.
0

AirDrop for Files, Folders, Zip archives (Through the file manager side).

Vertigo Bird 8 years ago in General updated by Alexander Blach (Developer) 8 years ago 1

I've made a connection to the Mac via Sftp, and that works well. That said, I think AirDrop is a faster method and moving files, folders, and zip archives to the Mac would be a good candidate for its use. Texttastic already is a destination (Open in …) when receiving AirDrop.

0

CSS styles aren't applied in the Preview

Heather Roberts 10 years ago in iPad updated by Alexander Blach (Developer) 8 years ago 5
My style sheets aren't applied to the HTML code in preview, is this something that is missing? Or am I doing something wrong?
0

Edit files on FTP / Auto backup / JS Console

Mattijah S 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 3

1. Please can you add to application options for edit (realtime) files on FTP? Now I have to download file, edit file and again upload what take a lot of time...


2. Next function is about AutoBackup. So for example I have in the application file index.js which I am editing very often and I don't want lose it also I don't have time for upload it every time...so basically a select file, set time and application will backup file/folder automatically...


3. Last idea is javascript console in preview/browser. Very simple console where I can see log or where I can enter simple JS command. Also will be good some button/function for add jQuery support to file... ;) 

0
Fixed

bad interpreter: Text file busy

mark page 13 years ago updated by Alexander Blach (Developer) 12 years ago 1

When editing Perl CGI over SSH (SFTP) scripts will not execute from the shell or via Apache. Log shows "bad interpreter: Text file busy" and running "lsof | grep filename.pl" shows sftp-serv has the file open. After closing Textastic the file is executable again from the shell and Apache. Netstat confirms the SSH connection is being held open by Textastic (even when in the background on iPad) until the app is closed. Any thoughts on how to work around this?

Answer
I could reproduce the problem now. It will be fixed in the next update.
0

Creating new files

BrianT 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
Can you create new HTML files from scratch then upload to someplace for testing ?.
Can you test new files without uploading ie Locally.

Brian
0

App freezes after pasteing on iOS5

Fexxel 13 years ago updated by Alexander Blach (Developer) 13 years ago 3
Everytime I want to cut or copy some code, the app freezes after I hit paste. The text is still be displayed where i want it to be, and is saved the way i want it to be. But I can't do anything else but closing the app in the multitaskingbar and restart it.

iPad 1.Gen;  3G + Wifi (32GB) iOS 5.0 beta2
(since i'm not loosing any data, the bug fix has time till fall, when iOS 5 will be released.)
0

How do you see what version of Textastic you have?

Jack Stratton 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
0
Under review

External CSS not evident in preview iPad Pro

feralmonk 8 years ago in iPad updated by Alexander Blach (Developer) 8 years ago 1

I am running IOS9.1 on an iPad Pro. Filing in iCloud. Have html and style.css in same folder. Have correct <link> tag with reference to stylesheet. HTML+CSS does not preview in Textastic, but does display correctly when opened out of iCloud Drive in MAC Safari.


<html>
<head>
<title>How a Feral Monk Thinks - Part 1 of 12</title>
<link rel="stylesheet" type="text/css" href="gianni_custom2.css">
</head>
0
Under review

Editing imported files

Stibiu 10 years ago updated 10 years ago 4
Hello!
I've found a strange problem when I am trying to edit a file imported from the other app through "Open in". Any modification of such imported files gives me a "Cocoa error 513" and all changes get rejected. Also in app's local files menu appears new folder called "Inbox" that for some reason can't be deleted. But imported files any way go to the root of local files despite going to that inbox folder.
All files created directly in app's editor work fine, the problem only occurs with imported files.