0
Under review

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

Wolf Thandoy 7 years ago in General updated by Alexander Blach (Developer) 7 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 7 years ago in General updated by Alexander Blach (Developer) 7 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 7 years ago in General updated by Alexander Blach (Developer) 7 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 7 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 7 years ago in General updated by Alexander Blach (Developer) 7 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 7 years ago in General updated by Alexander Blach (Developer) 7 years ago 1
0

The Erase Question about SST39VF6401B

preliminary 7 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~



0
Under review

Save shortcuts for specific folders in Dropbox or FTP server.

victordomingos 7 years ago in General updated by Alexander Blach (Developer) 7 years ago 1

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.

0

Open in iCloud Drive should remember last directory

Panh150 7 years ago in General updated by Alexander Blach (Developer) 7 years ago 1

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...