recent directories
add a recent directories menu over the directories column, similar to the recent files menu over the editing window
Highlighting for Python 3 type hints
There seems to be no support for Python 3 (released in 2008) type hints. From what I gather you are using the TextMate Python package for code highlighting, a somewhat more up-to-date highlighting package that most all other editors use (Sublime, Microsoft Code, Atom, GitHub) is MagicPython: https://github.com/MagicStack/MagicPython which has much better support for Python 3.
Restore Files and windows when re-opening is not working on macbook pro
This option is not working on my macbook pro macOS Sierra

Everytime I open Textastic this window is shown.

The Erase Question about SST39VF6401B
Good afternoon,everybody
I am using SST39VF6401B this FLASH to make a project. It can read and write. But it met troubles when I set it to make a order that sending erase instruction according the SST39VF6401B’s datasheet. It can’t erase successfully.Have anyone here use this one? Please give me some help. Thanks in advance.
The following is the erase programming code:
[code]NOR-Status FSMC-NOR-EraseChip(void)
(
*(unsigned short *) (NOR-BANK-ADDR + (0*0555 << 1)) = (unsigned short)0*AA;
*(unsigned short *) (NOR-BANK-ADDR + (0*02AA << 1)) = (unsigned short)0*55;
*(unsigned short *) (NOR-BANK-ADDR + (0*0555 << 1)) = (unsigned short)0*80;
*(unsigned short *) (NOR-BANK-ADDR + (0*0555 << 1)) = (unsigned short)0*AA;
*(unsigned short *) (NOR-BANK-ADDR + (0*02AA << 1)) = (unsigned short)0*55;
*(unsigned short *) (NOR-BANK-ADDR + (0*0555 << 1)) = (unsigned short)0*10;
// NOR-WRITE(ADDR-SHIFT(0*0555), 0*00AA);
// NOR-WRITE(ADDR-SHIFT(0*02AA), 0*0055);
// NOR-WRITE(ADDR-SHIFT(0*0555), 0*0080);
// NOR-WRITE(ADDR-SHIFT(0*0555), 0*00AA);
// NOR-WRITE(ADDR-SHIFT(0*02AA), 0*0055);
// NOR-WRITE(ADDR-SHIFT(0*0555), 0*0010);
//NOR-WRITE(ADDR-SHIFT(0*110000), 0*0030);[/code]
Best wishes~
Save shortcuts for specific folders in Dropbox or FTP server.
When working with some different projects in FTP or Dropbox, it would be useful to have a way to save a shortcut to a specific project folder in the remote server, instead of just a "Dropbox" or "FTP" root directory access. I tend to have more than one remote project in different folders and it can be a pain to navigate in the remote folder structure each time I need to change between projects.
Open in iCloud Drive should remember last directory
all is said... when I try to open the second or third file in same directory, open in iCloud Drive should auto open on last directory rather than in iCloud root
I have my swift projects on my desktop, this will save me (and everybody) having to traverse a whole bunch of directories to go to the same place as last time I opened a file...
Make it possible to open folder from Readdle's Documents
Current, I can only open single file from Readdle's Documents using the document picker. Please make it possible to open a folder similar to how it work with Working Copy.
Using Emmett to select edit points and items
Hi thank you for including Emmets into the new version it's works great the way you designed it. I was wondering if you included a way to select edit points and items to make it easy to select tags and move to edit points so you can delete or change surrounding tags. The emmet's version in notepad++ has this capability and makes it very easy for me to update and change code. If this is not included can I make a request for a feature if that is possible to do on a mobile device? I use an external Logitech keyboard k480 and it works great so far with textstatic
Customer support service by UserEcho