0

Connect Textastic to localhost on my MacBook Pro

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

Is there away to connect Textastic to localhost on my MacBook Pro so that I can edit files? 

0
Under review

Keyboard top row ghosting ios8

Brian Rink 10 years ago in iPad updated 10 years ago 2
When keyboard is together then the top row expanded keys is superimposed on the top row of regular keyboard. When splitting keyboard then expanded keys do not display. 

There is also some odd behavior with keyboard color. Sometimes black and sometimes white. 

I had had installed and removed a third party keyboard in ios8. I can't test what would happen if no third party keyboard was never installed. 

Ios8 on iPad
0

JavaScript Not Working in Preview

Yumeji 11 years ago in iPad updated 11 years ago 4

While testing iOS editors like Textastic and Koder on the iPad, I noticed that the preview screens never executed my javascript (HTML and CSS were fine). Using the following code as a test:


index.html:


<html>

  <head>
      <title></title>
      <!—for iPad and Komodo—>
      <link href="style.css" rel="stylesheet">
      <script src="script.js"></script>
  </head>
  <body>

        This text will be replaced by Javascript.

  </body>
</html>


script.js:


alert("alert");
document.getElementById("output").innerHTML = "test";


However, when I ran the above code in jsFiddle on the iPad or in Komodo, it seemed to work fine.


0

jquery not working

Joy Rabor 10 years ago in iPad updated by Alexander Blach (Developer) 10 years ago 1
My jQuery form validation not working in textastic.  It works on a PC but when I try to run the program on my iPad through textastic app, these functionalities do not work.  All my form validation does not exist at all in this app.  I'm using HTML5, javascript, jquery.  This is a great app but is useless without being to test out my form validations on the go.  Any help would be greatly appreciated.
0

Linking HTML and CSS files

BWhell 10 years ago in iPad updated by Alexander Blach (Developer) 10 years ago 3

Hi,


I can't seem to get my HTML and CSS files to work together. They work fine in dreamweaver. I can't find much support on the subject. Please help.


<!DOCTYPE html>

<html>

<head>

<rel="stylesheet" type="text/css" link href="style.css">

​<meta charset="utf 8">

   <html lang="en">

​<title>Doctors Abroad SA</title>

</head>


.......


@charset "utf-8";

/* CSS Document */

 

/* Default Style */

 

header {

​height: 150px;

​background-color:#333;

​margin-bottom: none;

}


0

File version history.

Dave Gillett 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 1

It would sure be nice to be able to role back to a previous file, when working with a live site.  It's very amateur of me, I know, but I have multiple school sites that I manage and a full version control, github, others, would be too much.  Just hoping.

0
Under review

preview pdf files in the left pane and support for "Download latest" functionality for pdf's

Dragan Masulovic 10 years ago in iPad updated by Alexander Blach (Developer) 10 years ago 4
when i tap on a pdf file, a separate preview opens. i, therefore, cannot achieve "download latest" functionality for pdf's, which is a pitty.
0

Support VHDL-2008 syntax

Daniel Kho 12 years ago in iPad updated by Alexander Blach (Developer) 12 years ago 1

I like your text editor! But please support new VHDL syntax from VHDL-2008. I bought this specifically to edit VHDL and Tex. For a start, have block comments at least.

0
Not a bug

FTP upload error

ChrisJ 10 years ago in iPad updated by Alexander Blach (Developer) 10 years ago 2
Can't upload after update applied.
FTP connection seems fine and download OK but when trying to upload get following error message 
-Upload failed (at start/before it took off)-
0

Symlinks not working on SFTP connection

Joshua M. Cowles 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 1

Hi, 


I added a SFTP connection to my server.  I was going through my directory structure, but the Textastic interface would not follow symlinks on my server.  It read them as files and tried to download them.  Since all of my web files are in a symlinked directory, this issue makes Textastic unusable for me.  I'd love it if this could be fixed soon!


Thanks,

Josh