0
Planned

Update to the new TextExpander

Chrstfer Carrigan Brolly 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 3
TextExpander recently (Dec. 5, 2013) updated to a new version with a new and improved implementation of snippet sharing. The TextExpander SDK for iOS has been updated for this new version. Obviously its recent (four days) but it would be useful. 

Categorized as a bug, because the feature that is now semi-broken. 

Not sure if this idea board is being used still, last post is 9mo ago, but the app seems to still be in development, given (relatively) recent updates. 
0
Started

Cursor Navigation Wheel disappears after switching from view to edit

Anthony Foote 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 4
After the recent update, v5.0 on iPad 2 iOS 7.0.6, the Cursor Navigation Wheel disappears when returning from the view mode to the edit mode.
0

Escaping characters in search without grep

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

Aloha,


Why do I have to escape characters when I am not using grep in my searches?


Mahalo,


Ramón 

0
Fixed

Crashing bug in template selection

x86tech 13 years ago in iPad updated by Alexander Blach (Developer) 13 years ago 3

Choosing a specific html template (not yet pressing Done) then changing it to another and pressing Done crashes the app.

Answer

It will be fixed in Textastic 4.2.2

0

Custom syntax definition, compatible with Textmate, but without bundle

Dimitri K 12 years ago in iPad updated 12 years ago 2

I'm using several my own themes and syntax definition files with Sublime editor (all files are compatible with Textmate). Was able to install theme files on Textastic, works well. But not my syntax definition files as they should be a part of bundle.. - any reason to not accept just a syntax file as it?.. - I'm not using Textmate, but need my syntax definitions to work comfortable on iPad too. Any possible fix here? Workaround?..


Thank you!


Rgds,

-Dimitri


0

Annoying pop up...

Masaaki Tsukioka 12 years ago in iPad updated 12 years ago 2

It is annoying that this app shows the pop up of Select | Select All | Paste every time moving cursor while writing code. I think those items should be in additional keys instead of showing pop up. Other things are great :)


0

Connect Textastic to localhost on my MacBook Pro

JKB 12 years ago in iPad updated by Alexander Blach (Developer) 12 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 11 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 12 years ago in iPad updated 12 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 11 years ago in iPad updated by Alexander Blach (Developer) 11 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.