0

Copy file path URL

Chad Ritchie 13 years ago in General updated by Alexander Blach (Developer) 13 years ago 1
Is the any way to copy a files path URL? I would like to upload a podcast file via FTP, copy the path URL, then add that link to a post.
0

Synchronisation between IPad and iMAc

Thorsten Gessler 12 years ago in General updated by Alexander Blach (Developer) 12 years ago 1

Hello Mr. Blach,


ich wrote some Javascript-Code with Textastic on my IPad an saved it locally. Because I really love working with Textastic I just bought Texastic for my iMac.

How can I synchronize the already written files between these two devices to go on

working on my iMac?

I read that all will work wonderful but I can't realize it. Is there an manual?

Please help.

Thank you very much

Thorsten

 


0
Answered

How do you delete topics on this feedback forum?

charleslehnen 10 years ago in General updated by Alexander Blach (Developer) 10 years ago 1

I realized the last topic I posted wasn't an issue. Is there a way to delete posts on this forum from an iPad?

0

Save Remote Page in Browser

Nicholas Hoium 12 years ago in General updated 12 years ago 2
Would love a way to open a webpage sent from Safari and then be able to save the source code via the embedded browsers. Other apps, like Readdle Documents, offer this functionality but aren't as nice to use to browse the code as this one. It would basically be taking the Open From Browser url scheme one step further.
0

Any plans to support Twig?

Mario Rodriguez 11 years ago in General updated by Alexander Blach (Developer) 11 years ago 1
It would be great to get support for the Twig template language.
0
Under review

Disable "." shortcut in iOS

Steve 11 years ago in General updated by Alexander Blach (Developer) 11 years ago 3
When typing more than one space, it would be good to disable the iOS shortcut that adds a period/full stop.
0

Select whole variable names by default

John Sudduth 13 years ago in General 0

I've noticed that when I try to select a variable name with underscores in it, by default on one alphanumeric section of the variable is selected, and then I have to use the drag bars to select the whole variable name.  It would be more logical to select the whole variable name by default.  The file type I saw this with was VHDL--I'm not sure if it happens with other languages or not.

0
Under review

include a RSA private/public key generator

polarvogel 11 years ago in General updated by Alexander Blach (Developer) 11 years ago 1
A one-click-solution for a RSA key Generator would be nice, with "Copy-to-clipboard"-button for The Public key
0

Support for SVN

조지훈 11 years ago in General 0
Hi. I've got this app knowing that it support svn, but finally I figured out that I saw the topic registered in the feedback page of Textastic homepage.

So I got disappointed that there is no option of svn for connection, but for another way, I drilled about using webDAV. And while working on webDAV I found that one of function of apache webserver, it supports webDAV and svn for version control. So that I connected to svn through apache webserver webDAV. So it seemed that all the ways go nice.

But, I've got something uncomfortable issue browsing files in my repository. When I connect the repository through HTTP protocol like http:{ip}:{port}/svn/test/trunk, it contains a directory like "er/2/trunk" but actually it is for viewing current revision information when I see it through web browerser. So the question or a request is that is there a way to ignore directories such like that, is for additional information for web browser.

I don't know about how it is going on that supporting various version control software, but if it is hard for supporting fully functional, then how about supporting things like making svn usable through webDAV and apache webserver's auto version control function through svn.
0
Under review

C++ string recognition bug

Jung Chul Shin 11 years ago in General updated by Alexander Blach (Developer) 11 years ago 3
C++ code like this seems to be incorrectly recognized:
cout << "hello;"
This line is recognized as cout << "hello; and ", which should be recognized as one sentence.