0

SharePoint WebDAV still not working

Mark Cohen 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
I just installed 3.0 and my WebDAV connection to SharePoint still causes the app to shut down.
0

Javascript based lexer

Myako Toudai 12 years ago updated by Alexander Blach (Developer) 12 years ago 3
I know own interpreters are not allowed, but why not implement an file lexer?

The problem is, we don't see syntax errors. For me I can write HTML files with javascript source an run them. But you don't see often errors... maybe you get a blank screen but no message. The result is we need to search every file for a syntax fault. 

Maybe it would be a very nice feature to add a javascript based lexer ( like Jison ). People could write custom lexers ( or you provide some for base langauges like js ), that could check the current selected file. Maybe a button in the upper right corner, check syntax or something like else. The file content would be send through a small javascript ( the instantiated jison parser ) and this could give us error informations and syntax faults with line number and enhanced descriptions.

Feel free to discuss about that idea :D

Greets Alex
0
Planned

Allow Text Expander expansions in the connections section

Thorgrim 13 years ago updated by Alexander Blach (Developer) 13 years ago 0
It is great that Text Expander works in the main part of Textastic but I would like it to also work in the connections section.

Not for passwords but my long email address...
0

Find doesn't replace two or more spaces, or space then words.

ian townsend 12 years ago updated 12 years ago 5
I really love this app soI open codes from old apps where i indented with two spaces. I want to replace these with a tab but the find a replace doesn't recognise two spaces in a row. It also doesn't recognise a space then a word. This is a very tedious manual fix, please help.
0

JCL and COBOL Template

Iswahyudi Antolis 12 years ago 0
I need Cobol and JCL Editor, I know it's a little bit stone age, but still really need it thought
0

Python syntax highlighting problem (strings)

Vitaliy Kravtsov 12 years ago updated 12 years ago 5
Textastic 3.2
Python

Bug:
Incorrect string end detection when string contains unclosed [

Test case:
r"""
...[
"""
code
0
Planned

if you have a markdown file with a space in the name, the preview doesn't show.

Catherine Wise 12 years ago updated by Alexander Blach (Developer) 12 years ago 4
0
Under review

Can I delete a line with a short cut?

Sangcheol Choi 10 years ago updated by Tony Dow 10 years ago 4
I want to delete a line with a key.
0
Fixed

App crashes when you delete the currently open file in Textastic 4.0.1

Alexander Blach (Developer) 12 years ago updated 12 years ago 0 2 duplicates
The crash happens in Textastic 4.0.1 when you try to delete the currently open file. 

Answer
Will be fixed in the next update.
0

webdav upload issue

Eric McMurry 12 years ago updated by Alexander Blach (Developer) 12 years ago 3
when attempting to upload an edited file that came from an svn webdav, I got the following error:

Error uploading "filename.xml": request body stream exhausted

I am able to upload to another webdav server using Textastic.  I can also upload the file I had trouble with using Textastic from Transmit on my Mac and it works fine.