0

Select whole variable names by default

John Sudduth 12 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 10 years ago in General updated by Alexander Blach (Developer) 10 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

조지훈 10 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 10 years ago in General updated by Alexander Blach (Developer) 10 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.
0
Answered

ios 7 support

simon7ley 10 years ago in General updated by Alexander Blach (Developer) 10 years ago 2
I own a device with ios 7 and wanted to purchase Textastic in the App Store, but it said it required ios 8. Since Apple limited filesystem access with ios 8.3, I don't want to upgrade. I wonder if it was possible to make Textastic available for ios 7 again (maybe with less features)?
0

Postscript support

Glenn Helmendach 12 years ago in General updated by Alexander Blach (Developer) 12 years ago 1

Any possibility for Postscript support?  Or how about opening up the capability to define our own language rules?

0

Show PDF preview if a local file with the same name exists

Teddy Svoronos 9 years ago in General 0

Many of us are using remote typesetters to produce PDFs of LaTeX documents. If I have a PDF in the same directory as a Tex file with the same name, it would be great for Textastic to treat it as a "remote file preview" so that I can browse the PDF when activating the preview window

0

"Zap Gremlins"

Ramon Figueroa-Centeno 11 years ago in General 0
It would be very helpful if Textastic had a "Zap Gremlins" capability (like BBEdit), or at least a capability to identify and eliminate non-printable characters.
0

paste image from clipboard

Michelangelo Cofrancesco Araúj 12 years ago in General updated 12 years ago 2

It would be a good thing to be able to paste images copied from other apps (such like Safari or Photoshop Touch) to the clipboard into any folder... Thanks !!

0

Custom code definitions

RaianStar 11 years ago in General updated 11 years ago 2
I know we have this, but I don't know how to create one.  If we had access to the existing definition files, we could reverse engineer them and make our own without the need to create tutorials and such.

i.e. I don't like that HTML5 inserts <br /> instead of <br>.  That's HTML 4 code.  I also prefer tab over double space.  If I could see what currently exists as a default, and could edit it and save it as a custom template, that would be really useful to me.