+3
Fixed

Default Application

Keith Smiley 12 years ago updated by Alexander Blach (Developer) 12 years ago 2

After installing Textastic it made itself the default application for many code-related file types/extensions. I think this is terrible behavior. This overrides all the default applications that the user has set, possibly different applications set for different extensions. When I install a new application regardless of what it is I _never_ expect it to set itself as the default for any file type (obviously excluding applications that create their own file type). No other text editors on OS X seem to do this nor does the only other similar type of application I can think of, photo editors. I believe this behavior should be removed and allow the user to deal with setting Textastic as the default applications for the extensions they choose.


Answer

Will be fixed in v1.1.

+3

Command + T to open new tab

Dustin Paluch 12 years ago updated by Alice Bevan-McGregor 12 years ago 2

I have never seen an app that supports tabs without this keyboard shortcut.


Command + T should open a new tab,

Command + N should open a new window.

+3

Ability to disable line wrapping per document

12 years ago 0

In general I want line wrapping to be on. But very often when working with a document (or more precisely, large blobs of text that I paste into a document) I want to view it without line wrapping.

Disabling global line wrapping for these one off tasks becomes tedious.

+3

Record and play macros

Vincent Arnoux 12 years ago 0

I understand this may take time to implement due to the complexity of the feature, but it would be nice to have the ability to record and play macros similar to what Vim/SublimeText is doing.

+3

Run or View Output with Button

Corbin Hunter 12 years ago 0

It would be very convenient to have a button that would open HTML files in default browser, automatically put in the code to compile/run a file in Terminal. Love the app and would love this feature, too.

+3
Completed

Switch tab shortcuts, or, full shortcut management.

Alice Bevan-McGregor 12 years ago updated by Alexander Blach (Developer) 11 years ago 7

Use of ⌃⇥ and ⌃⇧⇥ is normal on Windows, but on Mac every application I've ever used (Xcode, TextMate, Chocolat, Safari, Adium, Chrome, etc.) uses ⌘⇧] and ⌘⇧[.  Allowing us to define our own keyboard shortcuts would avoid having a single hard-coded value that not everyone appreciates.  ;)

Answer

The next version will support both Ctrl-Tab and Cmd-{ to switch to the next tab. It will show Cmd-{ as the shortcut in the Window menu, but it will actually respond to both keyboard shortcuts. 


Ditto for "select previous tab".

+3

Display XML documents properly

kdeebee 12 years ago updated by Jaimie Malvi 6 years ago 3

Is there a way of viewing the structure of XML documents? 


When opening an XML file in Chrome I can see the structure clearly like this: http://screencast.com/t/8SGsOvtG 


In Textastic, it just shows one block of text which is not useful if you want to make edits! See: http://screencast.com/t/H392U9eZV9M

+3

SVN Support (Subversion)

MastroPino 9 years ago 0

Hi,

would be great subversion (SVN) support

+3
Planned

css properties

Libor Gabrhel 11 years ago updated by Alexander Blach (Developer) 11 years ago 1
would be nice to add some more css properties like 'transition' and others to the library for completion
+3

Highlight tag pair

Magnus von Brömsen 11 years ago 0
If I put the cursor inside a tag (html) - it would be much helpful if the tag pair was then highlighted. (Sometimes it's a PIA to find the the tag pair inside  multi level nested tags ;)