0
Fixed

zip archivator is not working correctly with big projects. it is losing the files.

keeka 13 years ago updated by Alexander Blach (Developer) 12 years ago 7
Version 4.3
Answer

The problem will be fixed in the next update.


Here is some background information: I am using a zip library which is using the "fopen" function to open files and "fread" to read their contents when creating the zip file. Unfortunately, the code never called "fclose". So while creating the zip file, the app would run out of file handles and silently fail to add all files to the zip file. I added a call to "fclose" after each file was written to the zip file and now it works correctly.

0

Adding a termianl to test java code

Hunter Cheramie 10 years ago in iPad 0
It would be nice to have a way to test out java code using a small internal terminal 
0

Special CSS Editor

Adam Vandenbussche 13 years ago updated 13 years ago 0
A built in CSS editor like Coda's would be really cool and easy to use!!!
0
Under review

Advanced Symbols Window

Fabiano Kovalski 11 years ago in iPhone updated by Alexander Blach (Developer) 11 years ago 1
It would be nice to have a more advanced symbols window (in C/C++) to show :
  • variables with datatypes
  • typedefs
  • #includes
  • structures with expandable list of members with their respective datatypes
  • differentiate between definition and declaration of functions
  • differentiate between static and global definitions
  • differentiate between object-like and function-like #defines 
  • include function arguments and return types
A good example of the listed contents is Eclipse Outline View:









0

Is there comming a new Update?

Marino Schmid 12 years ago in iPad updated 12 years ago 2

ENGLISH: Is there comming a new Update?

Deutsch: Kommt ein neues Update? Wenn ja ist ein Termin bekannt?

0

After WebDAV and dropbox clients, what about AFP?

Haim 14 years ago 0
Would be good also to get access to airport extreme USB connected disks.
0
Answered

Why can't Textastic compile or run code other than HTML/JavaScript?

Alexander Blach (Developer) 11 years ago in General updated 11 years ago 2
Other apps can run code on the device. Can this be added to Textastic? What about PHP?
0

Download Latest PDF

Ramon Figueroa-Centeno 12 years ago updated by Alexander Blach (Developer) 12 years ago 1

Aloha,


When editing LaTeX files I upload them and a script in my computer typesets them and generates a PDF. I would like to ha a quick way of downloading this updated PDF.


Mahalo,


Ramón 

0

Uploading pictures

Diego Cordova 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
Can pictures be uploaded from within the app?
0
Completed

Custom URL scheme support

Amafirlian Freaniathem 13 years ago updated by Alexander Blach (Developer) 13 years ago 5
It would be nice to be able to import files from an URL into textastic using a custom URL scheme (like GoodReader does with its 'ghttp' custom URL scheme).
Answer
I've implemented a textastic:// URL scheme for Textastic 3.1.