0
Not a bug

User added .tmTheme files not appearing in theme dropdown menu

Peter Miller 10 years ago updated by Alexander Blach (Developer) 10 years ago 7
In Textastic for Mac I've saved a handful of themes and syntax definitions per the instructions on this page. The syntax definitions work fine, but even after restarting Textastic I can't get the themes to appear in the dropdown menu under Textastic preferences. These are TextMate themes (.tmTheme) from a variety of sources.
0

Good file management and organisation of windows across multiple spaces

Gadaji Man 12 years ago updated 11 years ago 2

FTP connections need to be handled gracefully.

The user needs to be informed but not alerted, and definitely not alarmed.

If all files within a folder are opened in a particular window, perhaps that window could be given a special colour.

Sometimes you want multiple tab sets.

Sometimes you might want to leave notes on top of the editor (without affecting the file).

0
Thanks

LOVE the new update for TextTastic on the Mac

Dan Eveland 10 years ago updated by Alexander Blach (Developer) 10 years ago 2
LOVE the new update for TextTastic on the Mac. Sweet.
0
Started

When i change focus to other application, Textastic hide it windows.

Максим Рысь 11 years ago updated by Alexander Blach (Developer) 10 years ago 3

When i change focus to other application, Textastic hide it windows.


Image 75

Image 76

0

Repeated login to APP-Store.

SCA 9 years ago updated by Alexander Blach (Developer) 9 years ago 1

I use this on more than one MAC as I do with other programs. Yet I have to sign in to the APP-store every time I move to a different MAC - no other program does that. It is annoying, can this please stop.

0

Searchable comments

Jacob 11 years ago 0

I just thought of a great idea. There should be a way to search for text inside of comments.

0

tmbundle problem

梁键鸿 11 years ago updated 11 years ago 2

I installed  nodejs tmbundle from https://github.com/robbin/javascript-node.tmbundle . but it doesn't work.... It works fine on textmate/sublime .

How can I type "req" and TAB than gen "var util = require('util');" 

0

Add to Tcl syntax highlighting Tk commands

Mike Barriault 11 years ago 0
Commands from Tk like canvas, toplevel, winfo, etc aren't highlighted when using Tcl mode, and neither are new commands from 8.6 such as oo::class. It would be very great if Textastic supported these as well.
0
Under review

Option to enable minify on-save

John-William Cage 10 years ago updated by Alexander Blach (Developer) 10 years ago 1
Recently, I started thinking about code minifying because I was working on a project with lots of code which would really benefit from getting some minifying done.
I know that when you select all text and press ^M that it gets minified, but the most annoying this about it is that you have to minify it, save it, upload it to server, Cmd+Z and save.

My suggestion would be that you could enable an option in the settings that minifies the code AFTER you save the document. So, it will save the actual file but it keeps the non-minified version in the editor, ready for editing..... it might sound confusing, sorry if it does.

Regards.
0
Under review

Is it hard to implement a key mapping of some kind?

dimulec 10 years ago updated by Alexander Blach (Developer) 9 years ago 1
Unfortunately, most of my editing is done on PC and I am used to PC keyboard layout. Even more - I am using Synergy to switch between MAC and PCs. And I am using a PC full size keyboard. So, typing without looking on the keyboard is kinda hard in this editor. Especially annoying are HOME and END keys. Just imagine - to insert a new line my fingers automatically press END-ENTER and then I just start typing. Only to find out that the original line is now split in 2 and I am typing in the middle.

Btw, everything else is perfect. If I only could redefine just those 2 keys (HOME and END)...