0
Answered

why my file auto save when window close??

l4cd 11 years ago updated by Alexander Blach (Developer) 11 years ago 2

why my file auto save when window close??

0
Under review

List of Funktion-Name-Suggestions

Mahyar 11 years ago updated by Alexander Blach (Developer) 11 years ago 1

When the List of Funktion-Name-Suggestions for is visible and you switch to a different application in OSX, Textastic crashes!

0
Under review

Bug with "find and replace"

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

Image 84


Image 85

0
Answered

Still under development?

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

I just bought from AppStore because I'm a fan of TextMate and Textastic is a good editor. But I'm missing something, is textastic still under development or is abandoned?!

0

Could not open file error

Key 11 years ago updated 11 years ago 5

I have experienced an error on multiple occasions where Textastic says it can't open a particular file. It says "The document {name_here} could not be opened". I can open other files, just not ones that I get the errors for.


There doesn't seem to be a pattern to the files that it can't open, but I think they have been a mixture of JS and PHP files. The only thing that fixes the problem is to quit and re-open Textastic; then I can open that file.


(Using latest version)

0
Under review

Blank space at the bottom

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

When the code fill an entire page, anything new that is added at the end is always way at the bottom the screen, just starting to disappear off the bottom. There is no way to scroll down to bring the cursor more towards the middle of the screen. The only solution right now is to add a bunch of blank lines below the last line of code.

0
Under review

General UI - Sidebar

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

Hi there,

there is any way to set up the fonts of the sidebar? I mean how can I set like xCode? If I use Menlo 11pt the sidebar fonts must be 10pt (sorry for bad English)

Another think, is it possible to use the same folder of Safari Inspector? The yellow one! Maybe in the configuration window we can put an option for Blu or Yellow folder.


Thanks for your attention

0

AppleScript: Set bounds of window 1 to …

Tim “Kudusch” Schatto-Eckrodt 10 years ago updated 10 years ago 2
It would be awesome if you could resize Textastic windows with the standard AppleScript function get bounds and set bounds.
0
Fixed

Crash with Golang tmbundle

Matt Keranen 11 years ago updated by Alexander Blach (Developer) 11 years ago 3

Installed a Textmate bundle for Go into ~/Library/Containers/com.textasticapp.textastic-mac/Data/Library/Application Support/Textastic with


git clone git://github.com/AlanQuatermain/go-tmbundle.git Go.tmbundle


Upon restart and opening a .go file, Textastic crashes:


Process:         Textastic [52162]
Path:            /Applications/Textastic.app/Contents/MacOS/Textastic
Identifier:      com.textasticapp.textastic-mac
Version:         1.1 (10)
App Item ID:     572491815
App External ID: 15056171
Code Type:       X86-64 (Native)
Parent Process:  launchd [154]
User ID:         502
Date/Time:       2013-08-01 17:18:11.015 -0400
OS Version:      Mac OS X 10.8.4 (12E55)
Report Version:  10
Interval Since Last Report:          1207848 sec
Crashes Since Last Report:           60
Per-App Interval Since Last Report:  713006 sec
Per-App Crashes Since Last Report:   3
Anonymous UUID:                      8FBEE994-3FCF-346B-B5CE-89CD304E101B
Crashed Thread:  2  Dispatch queue: com.apple.root.default-priority
Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSArray arrayByAddingObject:]: object cannot be nil'
abort() called
terminate called throwing an exception


Answer

The Go language grammar uses features of TextMate 2 which seems to support an extended syntax for language grammars. This extension allows to define patterns within captures which was not supported in TextMate 1. Textastic doesn't support this syntax and expected a scope name instead which resulted in a crash.


The crash happens while parsing this line:


    for k, v := range m {



Although Textastic won't fully support the new features, the crash will be fixed in the next version and the Go bundle is usable. It just won't highlight the variable names 100% correctly.

0
Under review

Use iPad/iPhone as a second screen/window for code

Jordan Arenstein 11 years ago updated by Alexander Blach (Developer) 11 years ago 0

I think it would be very, very cool to have an iPad (maybe running textastic or on safari off a local server) to be a display for code open in Textastic on Mac.