+1

Styles still need a fix

Mak Gutierrez 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 1

Stylesheets are still buggy when working with local files, background colors are not reflected in preview for example. This has been requested several times, it's not the markup there is a problem with local files. 

+1
Thanks

Version 4.0 ist der echte Wahrnsinn!

Fexxel 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
Code completion ist nicht nur ein super Feature die Art und Weise wie es umgesetzt wurde ist echt der Hammer!
Soooo cool, tausend Dank!

Code completion is not only a really cool feature, the way it's implemented is AAAAWWWWEEEESSSOOOOMMMMEEE!!!
So cool, thanks a lot!
+1

An option to allow zooming or not

Timo 13 years ago updated by Alexander Blach (Developer) 13 years ago 8
I would appreciate if there is an option in the settings to turn zooming off. Sometimes I am zooming accidentally

That nerves me :-)

It's just a little on/off switch


Of the rest, greate application!
+1

Support for VB.NET would make this a buy for me.

Geezy Geezy 12 years ago updated 12 years ago 1

Please add VB.NET support!!!!

+1

How does auto indent work?

Philipp Grümmer 13 years ago updated by Paul Durao 9 years ago 4
Hi, i've been looking for the auto indent feature but was unable to find it, does it only work for certain languages or does it also indent HTML, since that's what I intent to indent :)
Thank you!
+1

Favorites

Erick Sanchez 11 years ago in General updated by Alexander Blach (Developer) 11 years ago 1
For switching quickly between files, example, I read a plist I created representing a default value array and I wanted to write it into code. Since its a large plist I need to switch back and forth from the file to the plist
+1

Add support for T-SQL (M$ SQL Server).

Nevets 14 years ago 0
I will send more details (list of keywords) by e-mail.
+1

"don't open any file on startup" option

bgrvfecdwsxa 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
yesterday, i opened a very big file (~2MB gzipped) and textastic crashed, maybe not enough ram. that's annoying because textastic opens the file again when you click on the app icon. dropbox has a tiny little, but pretty useful feature called "don't open any file on startup" preventing those crashes. you can turn this feature on and off in the settings app.

this would be very useful for textastic.

thanks and greets
jannis r
:)
+1

Multimarkdown table support broken

MultimarkdownGuy 11 years ago in General updated by Nick Newbill 5 years ago 1
The following table should correctly render with column spanning in multimarkdown mode. It does not.

| Column 1 | Column 2 | Column 3 | Column 4 |
| -------- | :------: | -------- | -------- |
| No span | Span across three columns |||

+1
Under review

App crashing when adding a # as first character on a new line

Thomas Christensen 12 years ago in iPad updated by Alexander Blach (Developer) 12 years ago 1
Steps to reproduce error:
  • Create a new file
  • Edit the file as markdown.
  • Add a header 1 (put # in beginning of line)
  • Add some paragraph text
  • Add a header 2 (put ## in beginning of line)
  • Add an new paragraph
  • Add a header - when typing '#' the # key on screen keyboard freeze and app crashes.
    Try to add some other characters on the same line instead and in between these add a '#' - no problem. When removing characters in front of the '#' until this character becomes the first on the line - freeze and crash again