0
Under review

Upgrade from 5 to 6 not porting settings and local files

boydrjones 9 years ago in iPad updated by Alexander Blach (Developer) 9 years ago 7

Just upgraded from V5 to V6 and assumed that my V5 settings and files would automatically port to the new V6. However, they did not. Is there something I'm missing? Running Textastic on iPad version 9.3.2

0
Not a bug

Manual Added FireBug-lite get freezed after loaded

supersuraccoon 9 years ago in General updated by Alexander Blach (Developer) 9 years ago 1

First thanks for this great app, really love it :)


I have just upgraded to the latest Textastic 6.


But now I'm having a problem with firebug-lite.


Test environment:


iPad mini 1 / v9.2.1 / Textastic 6.0


Test code (index.html):


<head></head>

<body></body>


This is just a blank page, and when I run this demo in PREVIEW, and then click the ENABLE FIREBUG, the Firebug console appeared and everything works fine.


Then I tried to enable FIREBUG myself ( because I would like to have firebug enabled when I run this demo in the safari).


The code:

Test code (index.html):



<head>

<script src="https://getfirebug.com/firebug-lite.js"></script>

</head>

<body></body>



This time, the firebug console appeared when the demo loaded but, the console UI freezed, I can not click any buttons in the console (I can not even close the console).


Then I tried the same code with the old Textastic App and it worked fine ( I can click all the buttons in the console and they works as expected)


Hope you can looking into this.


Thanks :)

0
Under review

LUA Symbol-Ansicht

Wolfgang Radecke 9 years ago updated by Alexander Blach (Developer) 7 years ago 3

Ich benutze Lua in textastic. Wenn ich class() mit Vererbung benutze, vermisse ich in der Symbolansicht die Funktionssymbole für vererbte Klassen. Nur die Funktionen der Basisklasse werden aufgelistet.

0
Under review

Translate an Atom syntax definition: Syntax support for OpenDSS

Miguel Hernández 9 years ago in General updated by Alexander Blach (Developer) 9 years ago 3

How can I create a .tmbundle package for OpenDSS scripts?

OpenDSS is an electric power Distribution System Simulator based on plain-text scripts. This software is used by a number of electrical engineers around the globe (+46.000 downloads since 2008).


We have a basic syntax definition for Notepad++ and a more comprehensive language definition for Atom. Is there any way to translate those definitions to the TextMate format? (I don't have access to TextMate).


Any help will be greatly appreciated.

0
Under review

Transformations like Textmate

Нездешний 9 years ago in iPhone updated 9 years ago 4

Does Textastic supports transformations?

0
Not a bug

Supported file extensions for external sources

email 9 years ago in General updated by Michele Vetturi 7 years ago 6

When opening files from external sources (via "Open..."), Textastic (iOS) seems to limit the files that can be selected according the file extensions. For example, for editing Julia source code (extension .jl) I even could install custom syntax highlighting, but cannot select files with ".jl" extension when using iCloud Drive or Transmit as an external source, as the file names with ".jl" extensions are grayed out.

0
Answered

Textastic for iOS. Set to English from German

Pablo 9 years ago in iPad updated by Naga 9 years ago 2 1 duplicate

I have no idea where to change the language. In the App Store is everything in English and when installed the language is set to German. I've tried installing few times.

Where is the language option, why I don't find it!??

0
Started

Cannot link Dropbox in Textastic 6

aminnii 9 years ago in iPhone updated 9 years ago 2

After I login to Dropbox in Textastic 6 successfully, it still displays as "Not linked"

Help!

0
Answered

Wrap width gone?

Joe Engel 9 years ago updated by Alexander Blach (Developer) 9 years ago 1

Just upgraded to v6. I really want the ability to turn off line wrap completely, but you used to be able to set the wrap width to a high value to at least get closer to being able to do this. This feature seems to have been removed

0
Answered

Symbols defined in syntax definition but not appearing

Jez Cope 9 years ago in iPad updated by Alexander Blach (Developer) 9 years ago 4

I have a syntax definition for emacs org-mode that I've developed. The syntax highlighting itself works really well, but no symbols appear in the symbol list. I've tested the same definition on Sublime Text and it works fine: have I got some subtle bug in my code or is something else going wrong?