
Without sass processing I can't take this serious
I want to use this app, badly, but without sass it isn't going to happen. I doubt I'm alone on this.

iOS: Dropbox not shown under OPEN...
Hello all. My first post. The matter seems new here.
Dropbox is among the clouds that I have successfully linked Textastic for iOS to. Yet it doesn't show under the Open... command, nor under the subsequent More.. command to Manage Locations.
Tested on up-to-date iPad Air 2 and iPhone 7 Plus, and on iPad Pro 10.5" on latest beta iOS 11.

find across line break - cannot find strings which span line break
search cannot find strings which include a hard line break - table cells, list items, etc.
this is a real hindrance

Unable to select .mq4 text files from Document Picker in Textastic.
I am not able to open a .mq4 Text file in Textastic.
It is just a simple text code file. Should work easily.

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~
Customer support service by UserEcho