0

cursor movement keys on the extra key line

Tony Williams 14 years ago updated by Une 14 years ago 2
Is there a way of putting cursor movement keys on the extra key line - perhaps if you took out backtick you could fit back cursor or even a pop up as the other keyboard has for '.'
0

Any plans to support Twig?

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

Disable "." shortcut in iOS

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

How do I send crash reports?

Alexander Blach (Developer) 13 years ago updated 13 years ago 4

The following is copied from Apple's documentation. Please send crash reports to support@textasticapp.com.


Sending Crash Reports to a Developer

When the application you’re testing crashes, iOS creates a record of that event. The next time you connect your device to iTunes, iTunes downloads those records (known as crash logs) to your computer. To help get the problem fixed, you should send crash logs of the application you’re testing to its developer.


Sending Crash Reports from Macs

To send crash logs to developers:

  1. In the Finder, open a new window.

  2. Choose Go > Go to Folder.

  3. Enter ~/Library/Logs/CrashReporter/MobileDevice.
  4. Open the folder named after your device’s name.

  5. Select the crash logs named after the application you’re testing.

  6. Choose Finder > Services > Mail > Send File.

  7. In the New Message window, enter the developer’s email address in the To field and <application_name> crash logs from <your_name> (for example, MyTestApp crash logs from Anna Haro) in the Subject field.
  8. Choose Message > Send.

  9. In the Finder, you may delete the crash logs you sent to avoid sending duplicate reports later.

Sending Crash Reports from Windows

To send crash logs to developers, enter the crash log directory (<user_name> with your Windows user name.


Listing 9-1 Crash log storage on Windows Vista

C:\Users\<user_name>\AppData\Roaming\Apple computer\Logs\CrashReporter/MobileDevice 

Listing 9-2 Crash log storage on Windows XP

C:\Documents and Settings\<user_name>\Application Data\Apple computer\Logs\CrashReporter 

Open the folder named after your device’s name and send the crash logs for the application you’re testing in an email message using the subject-text format <application_name> crash logs from <your_name> (for example, MyTestApp crash logs from Anna Haro) to the application’s developer.

0
Under review

Text area under keyboard

Wesley Penner 10 years ago in iPad updated by Alexander Blach (Developer) 10 years ago 4
When my document gets longer than about 100 lines, the document won't scroll to the end, so the area where I want to add new text is blocked by the keyboard.

Rotating the screen  helps sometimes, but is inconsistent. Leaving the app helps sometimes. Copying the doc and pasting it back in helps sometimes. Sometimes none of these tricks work.

it is most likely to occur when leaving and returning to the app.
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

can textastic read .java files?

Joshua Smith 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
I am working with a lot of .java files. I wanted to fine a nice text editor, similar to notepad ++ for the ipad that would allow me to edit .java files and then upload them back to an ide, like netbeans, without having any syntax problems. Can texttastic do this?
0
Under review

Error after opening file with ownCloud

Andreas Neumann 9 years ago in iPad updated by Alexander Blach (Developer) 9 years ago 7
Every time I open a file via ownCloud, change something and then stop editing, I get an error "der Vorgang konnte nicht abgeschlossen werden (Cocoa Fehler 4). But when I switch to the owncloud-app I see, that the file gets uploaded.
Could you have a look into this, please?
Great app anyway!

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.