+3
Answered

drag and drop ios 11

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

I'm just wondering if I'm doing something wrong?  Should I be able to drag a .js file from the ios11 files app into textastic?  Is this integration planned but not here yet?  thanks!

+3
Under review

Quick open a file

Rahoul Baruah 8 years ago in iPad updated by Alexander Blach (Developer) 7 years ago 10

If I open a git repo via Working Copy (or maybe in the future if I mount an SFTP folder - maybe via Transmit?) - is there any chance of something similar to TextMate/Sublime/Atom's Cmd-T function (or the Ctrl-P plugin in Vim)?


So I can type in part of a filename and it locates all matches within that directory and I can pick the one I want. As I do a lot of Rails work I often have to jump between different files in different parts of the tree - so being able to search aviecustinde which then matches to app/views/customers/index.html.erb is a massive time saver.

+3

Add Elixir syntax support

Aselder 8 years ago updated by Kenta Kubo 8 years ago 1
+3

Add support for clojurescript extensions to clojure syntax highlighting

Paul Gowder 8 years ago in General 0

This is a real easy request. Syntax highlighting doesn't appear to work for Clojurescript files. But the syntax is exactly the same as Clojure (the only difference is one is hosted on Java, the other on JavaScript), so all you'd have to do is turn on Clojure syntax highlighting for extensions .cljs and .cljc in addition to .clj

+3

WebDAV Server File Upload Feature Request

Dossjb 8 years ago in General updated by Alexander Blach (Developer) 8 years ago 5

It would be great to be able to upload a file from another device to the Textastic App directly using the WebDAV server. FTP On The Go Pro has this feature but Textastic is a way better editor.


Thanks!

Dossjb

Answer

This is already possible if both devices are in the same Wifi network:

  • on device A, start Textastic's WebDAV server: https://www.textasticapp.com/v6/manual/lessons/Starting_the_WebDAV-Server.html
  • on device B, use Textastic's WebDAV client to connect to the WebDAV server on device A:
    • tap on the file transfer button (globe icon)
    • tap on the "+" button and choose "WebDAV Connection"
    • enter the WebDAV url of device A and enter the user name and password
    • tap Done
    • connect to the WebDAV server and navigate to the target folder
    • select the local files you want to upload
    • tap the Upload button

I hope this helps

+3
Under review

XML Namespaces and XSD Code Completion / Autocomplete

Alexander Blach (Developer) 12 years ago in General updated 12 years ago 3

Scenario

Right now I am learning XML and trying to create a schema for Balsamiq (unofficial schema for my workflow), but I have to fire up VS 2012 RTM on my laptop and I need to constantly flip between a schema that works with intellisense and one that still has issues, not to mention having a tutorial page open to learn the specs.  As I have described, you can imagine I have limited visibility of either schema, which means I need to constantly adjust the size of the window panes.  This has another problem, there is no scrolling synch (unlike Word 2007-2013), which makes it extremely difficult to spot differences.


Why do I still use this method?

Intellisense is the reason, being allowed to reference known Schemas makes my job a little easier.


Suggestion

1.  Add ability to reference Schemas, so that autocomplete works with XML and other XML related languages (XAML, YAML, XSL, XSLT, etc).

2.  Add ability to store custom Schemas and reference them with other Schemas.

3.  Implement a synchronized scrolling feature that allows users to spot differences between 2 documents (similar to the Notepad++ diff plugin or Word 2010 if you want to wait to add diff).


(feature request copied from an email by Jon Edlund)

+3

Automatic tabulating

Vitaly Ishkulov 13 years ago updated 13 years ago 1
When I copy text that is tabulated and insert it to the place with different tabulation, Textastic doesn't rebuild tabulation. 
As far as I know Textmate has such feature to rebuild tabulation of the code block.

Here is the example screenshot of Textastic after copying and pasting http://dl.dropbox.com/u/1332508/AirShare/IMG_0060.jpg
+3
Under review

Better use of the return key when creating files and folders

Nevets 14 years ago updated by Alexander Blach (Developer) 13 years ago 3
Could it be possible to create the file or folder when I tap the return key instead of moving to the top of the screen and taping the Done button.
+3

Support for SystemVerilog

Hugo Décharnes 9 years ago 0
+3

syntax highlighting for text markup formats

dan mackinlay 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
I'd like syntax highlighting for restructuredtext format in particular. more generally I suspect most folks would like Textile, markdown and possibly some other plaintext markup standards