+1
Under review

App crashing when adding a # as first character on a new line

Thomas Christensen 12 years ago in iPad updated by Alexander Blach (Developer) 12 years ago 1
Steps to reproduce error:
  • Create a new file
  • Edit the file as markdown.
  • Add a header 1 (put # in beginning of line)
  • Add some paragraph text
  • Add a header 2 (put ## in beginning of line)
  • Add an new paragraph
  • Add a header - when typing '#' the # key on screen keyboard freeze and app crashes.
    Try to add some other characters on the same line instead and in between these add a '#' - no problem. When removing characters in front of the '#' until this character becomes the first on the line - freeze and crash again

 

+1

Navigation wheel

rishi sadhir 12 years ago in iPad updated by Alexander Blach (Developer) 12 years ago 5

Sometimes the navigation wheel will get stuck behind the keyboard. When you try to move it away from the keyboard the keyboard takes precedence. It becomes impossible to use the navigation will after this and you usually have to restart the program.

+1

Please add a consolee to run the code

Dylan Bayley 12 years ago in iPad updated by Alexander Blach (Developer) 12 years ago 1

Hi i am currently typing up python in textastic and it would be great if a console or terminal was added to the app so we can test and run small bits of code?

+1

Allow "view in" browsers other than Safari

fjpoblam 11 years ago in iPad updated by Albo P. Fossa 3 years ago 3

Thanks for a great app. It's worth noting, I'm no longer maintaining my websites via laptop, but rather *just* on my iPad, thanks to this app! (I just get out my laptop to download updates and keep copies in sync.)

I've read all the suggestions here, and think I'm not posting duplicates. I'll post three. This is one.


I have Chrome, Opera Mini, Onion, and Dolphin browsers on my iPad. It'd be very handy to be able to "preview" a source file in any of these browsers, for testing purposes.

+1

Issues compiling .less file locally on iPad

Jeff Szpak 11 years ago in iPad updated 11 years ago 9
+1
Under review

Transfer error login denied

carlos beukes 11 years ago in iPad updated by jmbenedetto 3 years ago 6

Hi -

I keep getting this error: 'Transfer error login denied'

Login details work fine in cyber duck, transmit etc on my mac so I do not believe problem is with login details.

Have tried different settings: active/passive...

I am worried that this app might not be for me. Would a refund be in order?

I'm willing to try a little more but at some point soon need to try another FTP app in the hopes it might work for me.

I heard good things about this app so I thought I'd just go straight ahead with purchasing it. I am not really knowledgable enough to use this app perhaps. I develop websites and never have problems with FTP related matters. This app has got me confused and a little disappointed.

Would be great to hear back from someone soon.

Thank you kindly,


Carl

+1

Text Expander snippets don't expand the first time if there is not a space before the shortcut

Brian Byrd 8 years ago in iPad 0

My primary use of Text Expander (TE) is to insert HTML tags. For example, I have set up a snippet so that when I type p; it is expanded to <br><br>


In Textastic, when I type


Hello World.p;


the p; does not expand the first time. When I erase the p; and type it again, then it expands as it is supposed to. But when I put a space before the snippet shortcut, it works the first time:


Hello Word. p;


I think TE snippet shortcuts should expand immediately the first time, without having to erase and retype them, and without having to put an unnecessary and unwanted space before them.


Thank you for checking into this. BTW, I love your app ... keep up the awesome work!

+1

Natural Cursor Positioning, Like a Trackpad

Casey Anderson 8 years ago in iPad updated by David Millar 6 years ago 1

This app is great except cursor positioning is painfully unrealistic for great productivity. It's because we are dealing with code where the cursor needs to be moved constantly and at precise locations.


The Codea app has MASTERED THIS. They simply provide two new keyboard keys in the center of the top row. You tap and hold the key, then move your finger and the cursor moves in parallel. It feels so natural as if I am using the trackpad on my MacBook Pro. One button is for regular movement and the other selects text. Productivity will improve 4 fold with this. I would use Codea instead but it's not a general purpose editor.


Image 137

Screenshot of the Codea app.

+1

Code Review Comments/Annotations

Daryl Robbins 11 years ago in iPad 0

I tend to use my iPad more to consume content than to produce it. So, my main use case for buying Textastic was as a slick tool for reviewing code -- either as part of a formal code review or to gain an understanding of some third party component. In both of these cases, it would be nice to be able to annotate the code with my comments as I review.


For example:

I click on a line number and a dialog pops up to input a comment. Once I made a comment, there would be some sort of visual indicator telling me that there was a comment at that spot. Finally, when I was done my review session, I'd be able to collect my comments in some form. This could be as simple as creating a text file FileUnderReview.rb.comments with entries like:


Line 34: Some insightful comment.


(Or it could use a standardized file format instead if there is anything out there)

+1

Support for bookmarklets or multiple dimensions in Preview on the iPad

Rob Cherny 11 years ago in iPad 0

Would be great if the iPad preview window had support for bookmarklets or the ability to toggle a responsive / iPhone or "phone" sized screen size. I've been looking around trying to figure out how to test responsive sizes and bookmarklets seems to be a no brainer, similar to firebug lite. The UI could resemble the new Firefox Web Development tools responsive size tool.