0
Under review

Highlighting Errors

Nevets 14 years ago updated by Alexander Blach (Developer) 14 years ago 0
- SQL keywords used between [ and ] should not be highlighted.
- Depending on the language keywords should be treated as case sensitive.
0

Good, very good work!

SeaCliff 14 years ago 0
Очень надеюсь на хорошую поддержку в дальнейшем.
Need subversion system!
0
Under review

When would the ios 8 version be available?

kmaiya 10 years ago in General updated 10 years ago 2
When is the closest that an ios 8 version of texastic for ios will be available on the app store. I am looking forward to new improvements.
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?