0

Without sass processing I can't take this serious

petegorman 8 years ago in General 0

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

0

iOS: Dropbox not shown under OPEN...

Chris Laarman 8 years ago in General updated 8 years ago 2

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.


0
Under review

find across line break - cannot find strings which span line break

Wolf Thandoy 8 years ago in General updated by Alexander Blach (Developer) 8 years ago 1

search cannot find strings which include a hard line break - table cells, list items, etc.


this is a real hindrance

0
Under review

Unable to select .mq4 text files from Document Picker in Textastic.

Vogel 8 years ago in General updated by Alexander Blach (Developer) 8 years ago 1

I am not able to open a .mq4 Text file in Textastic.

It is just a simple text code file. Should work easily.


Image 216


0
Under review

recent directories

Wolf Thandoy 8 years ago in General updated by Alexander Blach (Developer) 8 years ago 1

add a recent directories menu over the directories column, similar to the recent files menu over the editing window

0

Highlighting for Python 3 type hints

Mbrio 8 years ago in General 0

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.

0
Under review

Restore Files and windows when re-opening is not working on macbook pro

robson gilli 8 years ago in General updated by Alexander Blach (Developer) 8 years ago 7

This option is not working on my macbook pro macOS Sierra

Image 213


Everytime I open Textastic this window is shown.

Image 214


0
Under review

Dynamic launch screen for different themes

emailsfor 8 years ago in General updated by Alexander Blach (Developer) 8 years ago 1
0

The Erase Question about SST39VF6401B

preliminary 8 years ago in General 0

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~