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~



0
Under review

Save shortcuts for specific folders in Dropbox or FTP server.

victordomingos 8 years ago in General updated by Alexander Blach (Developer) 8 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 8 years ago in General updated by Alexander Blach (Developer) 8 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...

0

Make it possible to open folder from Readdle's Documents

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

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.

0
Under review

Using Emmett to select edit points and items

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

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

0
Under review

Persist undo past "download latest"

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

99.9% of the time, I love having the warnings for up/download set to "always" not prompt. Then 1 time in 1000, I bump "download" instead of "upload", frantically hit "cancel", and am always too late (at 'best', I end up with a partial download), and say goodbye permanently to whatever I had done.


If the entire contents of the file could be put into the undo history as the 'previous step' to downloading, then in this situation I could just hit undo and all would be good. This would be incredibly useful in those terrible accidental touch situations.


(It would be nice if the entire undo history was also preserved, but just getting the previous version of the complete file would be enough).

(Uploading isn't such an issue, because there's nearly always an original copy of whatever was replaced, unlike on the iPad where Textastic generally has the only copy of whatever I've just written).

0
Under review

If a filename ends in .jags or .bugs, please use R syntax highlighting (instead of plain text).

Jonathan Bearak 9 years ago in General updated by Alexander Blach (Developer) 9 years ago 1

If a filename ends in .jags or .bugs, please use R syntax highlighting (instead of plain text). These files indicate Bayesian statistical models, and their syntax matches R syntax. No new programming to support this language is required -- just matching the extension to R syntax would be great! Thanks

0
Under review

SaveAs or file naming with version appended

Cecil Ward 9 years ago in General updated 8 years ago 2

I'd love a way of saving multiple versions of a document more easily and safely. Firstly, a no-overwrite lock would be good, so that all edits write to a new _copy_ of an existing document, to save me from myself so I don't overwrite existing work. Secondly either an easier SaveAs or an easier way of making a copy of a doc before I start editing, preferably by creating a writeable copy of a file that uses a filename that is version number suffixed or date suffixed, something like either

mydoc.txt;3 mydoc,txt;4 - (VAX/VMS-style), or

mydoc-2016-12-01.txt or

./2016-12-01/mydoc.txt