0

Please add the Chinese support!

YoLLe 7 years ago in iPhone 0

Please add the Chinese language support!

please!!

0
Under review

"Open from" window closes when large repos present in working copy

JerTurowetz 7 years ago in iPad updated 7 years ago 2

I cloned the Drupal core and now when trying to open from working copy , the open window just shuts off. Kind of annoying as I couldn't even open a different repo.

0
Under review

Is there a way to test python or swift code inside he editor

Shock9616 7 years ago updated 7 years ago 3

I would like to see an update so that I can run swift and python which are my main two languages. The HTML viewer is nice though.

0
Under review

codepen push support

Sascha 7 years ago in iPad updated by Alexander Blach (Developer) 7 years ago 1

Codepen has pretty simple API and allow pushing of content to prefill pens. This is maybe some kind of export,

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
Answered

Keystroke for breaking lines at 80 characters?

Heather Miller 7 years ago in iPad updated by Alexander Blach (Developer) 7 years ago 1

Is there some way to automatically break lines at 80 characters? In editors like Sublime Text or Atom,  I can enforce an 80 char line width on blocks of text (useful when formatting Markdown)


Is there any way to do this in Textastic?

0
Under review

Date - time modified is incorrect when viewing files via FTP

Troy Meyers 8 years ago in iPad updated 8 years ago 2

Using Textastic to view files on my macOS Server via FTP displays the date/time modified of the remote files, but the time is miscalculated... for example a file that show Modified 5/26/17 6:16 PM shows as 5/26/17 1:16 AM in iPad Textastic. Odder still, anything with a Modified time of 5 PM or earlier shows with the correct date, but 12:00 AM in Textastic. This is actually why I noticed it, MOST of the files show as 12:00 AM since we usually stop work at 5 PM!!


Is this a known problem?

0

Latex

un4gvn 8 years ago in iPhone updated by Alexander Blach (Developer) 8 years ago 3

Won't open .tex files? Ouch!

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

New user, selection and keyboard access difficulty on iPad

Troy Meyers 8 years ago in iPad updated by Alexander Blach (Developer) 7 years ago 5

I recently purchased Textastic and have been working on live PHP/HTML/JS with AJAX files via FTP. It's great to be able to code somewhere other than at my desk.


I've been having trouble controlling when the screen keyboard comes up. Is there a button or gesture that activates it? It seems difficult to get a text select that causes the keyboard to appear. I usually have to de-select, then tap once or more elsewhere for the keyboard to come up. Also, sometimes when I do tap in a spot for an insertion cursor, the keyboard comes up and covers it, I would expect the code to scroll up a bit so the cursor can be seen. Often, when I swipe up to expose it, it doesn't seem like the insertion point is showing. In unsure if it wasn't placed, or if it's not visible.


Any suggestions? Thank you! 


Troy


P.S. For some reason I feel like this isn't a problem on the iPhone version, but I haven't used that much.