+3

C# code completion / auto complete

Alexander Blach (Developer) 12 years ago in General updated by Marsh Poulson IV 11 years ago 1

Missing Entries

1.  Usings, as well as corresponding assemblies

2.  class, as well as default snippets, such as ctor and #region (need these badly)


(feature request copied from email by Jon Edlund)

+3

Ability to view or download the source code from a GitHub project

Diego Barros 11 years ago in General updated 11 years ago 4

It would be nice to be able to use Textastic to read source code from GitHub projects. Either live online, or better yet, be able to download the source code from a project to your iOS device.

+3

Add dictionary lookup support

Jonas Zimmermann 12 years ago in General 0

When you select a word in most iOS apps, there is a button called 'Define' next to 'copy' etc, which opens the inbuilt dictionary at that word's entry. An incredibly useful tool, especially for non-native speakers...

+2
Fixed

Korean input problem

08-quasar-velds 1 year ago in General updated by Kelvin Chae 1 year ago 5 1 duplicate

After the iOS 16 update, Korean cannot be input properly.

When writing Korean, Korean is entered incorrectly.

For example, it should be entered as “한글”, but now it is entered as “하ㄴ그ㄹ”.

+2

Terminal Emulator in Textastic

S4 • 2 years ago in General updated 2 years ago 1
+2

Syntax highlighting for Apache FreeMarker

shurt 4 years ago in General 0

It would be extremely helpful if there was syntax highlighting support for Apache FreeMarker

+2

terraform syntax highlighting

jeremygaither 4 years ago in General updated by Cynn C. 4 years ago 1

Please consider adding Terraform (HCL) syntax highlighting. Thank you!

+2

Built-in Javascript tmLanguage

Maurice Zoliker 4 years ago in General updated 4 years ago 2

Dear Alexander,

I really need the built-in "JavaScript.tmLanguage" you are using, in order to know the exact scopes names (to use them in my custom tmTheme) and be able to tweak it a bit if needed.

Would it be possible to share it?

Right now I am using the "JavaScriptNext.tmLanguage" but it is quite old and full of little bugs, whereas your built-in tmLanguage seems to be much more stable and recent.

Thanks a lot and keep improving Textastic, it is a pleasure to use it every day.

Kind regards,

Maurice

Answer

To show the scope at the cursor location, you can use the keyboard shortcut Ctrl-Shift-P (this can be changed in Textastic's settings -> Keyboard Shortcuts -> Code Editor -> Show Scope).

Here is the sublime syntax file used by Textastic:

JavaScript.sublime-syntax

+2

Preview Port

anonymous 5 years ago in General updated by Craig Morey 4 years ago 2

Does the localhost server for the html preview in Safari always use the same port?  This is required by the same origin policy if a website stores data in local storage, indexeddb, cache storage, etc. and wants to retrieve it later.  I noticed that Working Copy uses a different port with each preview, making testing javascript single page apps that utilize data storage impossible and was wondering if Textastic had a way to always use the same port when previewing html/js.

+2

Move cursor/viewport with external keyboard

Craig 7 years ago in General 0

It would be good if Textastic supported moving the text viewport up and down via the external keyboard, in effect moving the line with the cursor up and down the screen. I feel it's pretty common to do with when working with text, and it's very annoying to not be able to do it.