0
Completed

Include line numbers in printed output

Barry J. Sullens 8 years ago updated by Alexander Blach (Developer) 8 years ago 1

I like many of the features of this editor, but I cannot use it for grading my students' work unless it prints line numbers. I've looked through the options under "preferences," but I cannot find a way to turn on line numbers when printing. Can this feature be added?

0

Feature request: clicking on error in a compilation error file to jump to the error location in a source file.

Valery Tolkov 8 years ago 0

It would be a great help when working with projects, which have make/build phase. Maybe exact error/hyperlink format can be configured in preferences. It is probably hard to run "make" command in the project directory, because of sandbox limitations, but just having error log file open in editor maybe enough. It will be refreshed after running make outside editor and clicking on error could jump to the error location.
Another scenario is editing markup files with hyperlinks and also, clicking on hyperlink could jump to another file. It could be the same feature, actually.
Thanks.

0

Enable again "Open in Textastic" in Finder, in 10.12.1 does'n work any more!

Wilson José de Santana 8 years ago 0

Enable again "Open in Textastic" in Finder, in 10.12.1 does'n work any more!

0
Under review

Hide non-text files in sidebar

Jonathan Buys 8 years ago updated by Alexander Blach (Developer) 8 years ago 1

When developing in Python I wind up with a lot of .pyc files and occasionally a database file. I'd like the option to hide those files in the sidebar.

0
Under review

Parentheses should not be used with echo

xsmo 8 years ago updated by Alexander Blach (Developer) 8 years ago 1

As stated on php.net:

echo is not actually a function (it is a language construct), so you are not required to use parentheses with it. echo (unlike some other language constructs) does not behave like a function, so it cannot always be used in the context of a function

Most code editors like Brackets, Dreamweaver and PhpStorm do not use parentheses with echo. Would be great if Textastic would do the same.

0
Completed

The status bar jiggles as I type and the numbers change, which is ... distracting.

Rui Carmo 8 years ago updated by Alexander Blach (Developer) 8 years ago 4

Could we have fixed width placeholders for the line and column numbers? Otherwise it gets pretty distracting.

0
Under review

bookmarks

Dave Harrrington 8 years ago updated by Alexander Blach (Developer) 8 years ago 1

Please add bookmarks (as in textmate) to make it easy to jump around in code and text

0
Under review

Filter in Folder tab

Robbie Goacher 8 years ago updated by Alexander Blach (Developer) 8 years ago 1

Please add a 'filter' option for the Folders tab. For example, I may wish to filter the view to find all files which contain 'x' in their filename,

0
Under review

Option to collapse/expand Find results by default

Robbie Goacher 8 years ago updated by Alexander Blach (Developer) 8 years ago 1

Please add the option to choose whether results from Find are collapsed or expanded by default. Normally I just want to find whole files and not see each result within these files, but with the current implementation of Find I have to collapse all the results in order to see a clean list of files that I can work with.