+13

Projects

Dimitri K 11 years ago 0

Have Projects management (e.g. group a given list of open files and directories list within a project, and then close-all on "project close", and reopen all the stuff again on "project open", etc.)


+12

Edit multiple lines at once

Florian Müller 11 years ago updated by FX C. 3 years ago 2

The editor at the Microsoft Visual Studio is able to edit some lines at once. 


ALT + Shift and then use the arrows to modify the markers. The you are able to edit this lines. It is very useful if you want to write something like this:


#define SAMPLE_IS_ENABLED

#define SAMPLE_OTHER

#define SAMPLE_NEXT

+12
Under review

CSS Color Preview

Jacob 11 years ago updated by Alexander Blach (Developer) 11 years ago 0

How about whenever you specify a color in css you get a little preview of that color. Also, whenever you click on that color you get an option to show the color picker. I created a mockup of this in photoshop so you can see what I mean.


Image 54

+9

Searching all the files

Martin Engelke 11 years ago updated by Alice Bevan-McGregor 11 years ago 5

It would be very nice, if you could let us search trough all opened files or trough the folder in which we are. As a coder with mass of .c files I have to search for special functions and at the moment I have to do that via Finder to open the file in textastic after that. If I remember correctly you were thinking about that for iOS too, but you decided that it would take too much space and slows down the process. Maybe you could at least implement that on OSX :-)


Thank you for listening.

+9

Autocomplete for jQuery syntax

Ebube Chuba 11 years ago 0

It's a library of functions, so I think autocomplete would be feasible.

+8

EditorConfig support

me 7 years ago 0

An increasing number of text editors support EditorConfig which is a simple config text file placed at the root of a folder that will affect things such as tab width, tabs vs. spaces, etc. on a per-project (or per-folder) basis.


This is useful because one might have personal projects, professional projects, open source, etc. that each have their own coding standards and it's not practical to have to remember and manually change settings whenever switching, and especially to expect the global defaults that the user sets be able to encompass all the text editing they do.

+8
Completed

Goto line feature

Manuel Sofia 10 years ago updated by Alexander Blach (Developer) 8 years ago 3 1 duplicate

I love textastic but I can't seem to find a key feature: Go to line... is it hidden somewhere in the menu? is there any shortcut? or the feature is not available yet? Thank you.

Version 3.2
+8
Under review

Minify and beautify options

nipper-lf 9 years ago updated by Alexander Blach (Developer) 9 years ago 1
Minify and beautify options that allow the user to not only indent but standardize the HTML, CSS, JavaScript and PHP code. This allows to obtain more clean and tidy files.
+8
Planned

create new file at sidebar

Htain Lin Shwe 11 years ago updated by boredandagitated 7 months ago 4

Thanks for new update and now , I can browse file easily. However, I can't create file from sidebar. Mostly , I did like right click on folder and click new file or new folder. But this feature is not include in Textastic Mac app. If you put this feature on next update , it will be easier to create new file or folder at the current project. Now, I need to create new file and chose the save directory when writing the code in same project.

+8

Ability to run scripts within Textastic

notverypc 11 years ago updated by Alexander Blach (Developer) 11 years ago 5 2 duplicates

In Textmate I can test my scripts (bash) within the app. I would love to be able to do this is Textastic too.