0
Fixed

Unable to open Working Copy folders in Textastic

Ara Adkins 7 years ago in iPhone updated by EFlynn 6 years ago 16

The combination of the latest Textastic version (6.4, iOS) and the latest update to Working Copy (3.1.0) it is now impossible to pick folders for inclusion at the top level on iPhone. While it is possible to drag and drop on the iPad, there is no equivalent solution for iPhone.


It's a big workflow damper for making broader changes across repos as the picker in Files can be quite slow in larger repositories (not that this is your issue). 

0
Under review

Universal app?

Jason 7 years ago in iPhone updated by Tiago Sá 6 years ago 9

So I  purchased and downloaded textastic  for the iPad while ago and now I'm trying to download the app for iPhone but it says that I haven't purchased it. Can anyone help? 

0

Please add the Chinese support!

YoLLe 7 years ago in iPhone 0

Please add the Chinese language support!

please!!

0

Latex

un4gvn 7 years ago in iPhone updated by Alexander Blach (Developer) 7 years ago 3

Won't open .tex files? Ouch!

0
Under review

Google Drive file uploading

beaboutclayton 7 years ago in iPhone updated by Alexander Blach (Developer) 7 years ago 1

Mostly I have only been programming in C++ and just bought Textastic to look over and edit my code. Only problem is that I cannot access .cpp files. Uploading them into a folder on Google drive is no problem, but accessing them via the app isn't working. I converted some files to .txt and they would work. Let me know if there is a solution.

0

I couldn't see svn diff .

Jpf 7 years ago in iPhone 0

The text is visualised without syntax highlight

Could you resolve this issue please.

I like the app, but without this feature is very unuselees for me

I'm setting diff in the syntax parsing and I'm testing different UI , but I can't do it works

Regards

0
Under review

Do no use third party Keyboard

Chamiu_IT 7 years ago in iPhone updated by Alexander Blach (Developer) 7 years ago 1

I installed ATOK for iOS.

Textatic do not display keyboard. I do not input.

0

Cursor Has Delay When Pressing Around

foreyez 7 years ago in iPhone updated 7 years ago 0

I've noticed that when I press around a document the cursor does not immediately go to its spot. There's about a 200ms delay.

1. Click somewhere on your document, the keyboard will be shown.

2. Now just press around in different areas of the document, you'll see there's a 200ms delay or so from the time that you press to the time that the cursor goes to that position.


This doesn't happen in iOS 'Notes' for example, where the cursor moves immediately as you press.

0

Console error log

Нездешний 7 years ago in iPhone updated by Alexander Blach (Developer) 7 years ago 2

an example of code that works in textastic 5.3.1, but gives an error in the console in the 6.3 version


<!DOCTYPE html>

<html>
<head>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
</head>
<body>

<p>Click the button to open an output stream in a new window, add some text, then close the output stream.</p>

<button onclick="myFunction()">Try it</button>

<script>
function myFunction() {
var w = window.open();
w.document.open();
w.document.write("<h1>Hello World!</h1>");
w.document.close();
}
</script>

</body>
</html>

0
Under review

edit files in Dropbox

jwoolson 8 years ago in iPhone updated by Alexander Blach (Developer) 8 years ago 1

I want to be able to open and save Dropbox files. Also want to move files from Local or iCloud to Dropbox. I can't do that now.