0
Under review

Distinguish opened files with same names

Jottess 6 years ago in General updated 6 years ago 2

First, congratulations for such an amazing program.

My idea is to be able to distinguish opened files with same names, from different folders/paths in same project or different projects.

Sublime 3 does this in the tab name, adding parent folder after filename, only if files from same project with same name are open.

Example: [home.php - controller] [home.php - template]

For two files named home.php in two folders like “site/controller” and “site/template”.

If files are from different projects, it changes the file tab name like:

[home.php - projectFolder1\...\controller] and [home.php - projectFolder2\...\controller]


first type would be great. The other one one would be a great bonus ;-)

Thank you very much!

0
Under review

Is it possible to edit the header or footer on printed pages?

Barry J. Sullens 6 years ago in General updated by Alexander Blach (Developer) 6 years ago 1

Is it possible to edit the information printed in header or footer? I want to keep the filename in the upper left, but don't want the time/date stamp on right or page number in footer. Can this be edited? I haven't found it in any dialog I can see.


Mac v. 3.3 (32)

0
Under review

Perl header file extension .ph

sylvoie 6 years ago in General updated 6 years ago 2

Hi,


Is-it possible to include « .ph » like a Perl header file in syntax definition?

Thank’s

0
Under review

Wann wird CSS3 unterstützt?

kemnitzerfelix 6 years ago in General updated by Alexander Blach (Developer) 6 years ago 3

Halllo ich habe eine Frage, und zwar, wann wird endlich CSS3 unterstützt. Ich dachte, dass das schon funktionieren würde, aber nachdem meine Anweisungen in CSS3 nicht erkannt wurden, wurde ich stutzig. Kann mir da jemand helfen?

0
Not a bug

Cannnot open file in new tab from filtering

Kyle Sherman 6 years ago in General updated 6 years ago 2

I have a file opened in a tab. Then, I filter through a different project and find a file I want to open.


Expected:

The file I tap, opens in a new tab.


Actual:

It opens in the same tab.


Therefore, the only way to open in a new tab is to not use filtering.

0
Under review

Can’t edit (copy, move, etc.) files while filtering

Kyle Sherman 6 years ago in General updated by Alexander Blach (Developer) 6 years ago 2

I love the file filtering feature, but I want to do that and then select a file to copy or move. However, once I start filtering, the option to Edit is gone. It would be great to have a way to do both at the same time. Seems like the edit button would likely need to move to a different location.

0
Under review

Easily copy file from one external location to another

Kyle Sherman 6 years ago in General updated by Alexander Blach (Developer) 6 years ago 1

I would like to be able to easily copy a file from one location to another. For instance, I opened a Playground from iCloud. Then, I want to be able to copy a file from a git repo I have opened from working copy. It seems that I can do it, however, I’d need to make a copy of the original file in-place in the git repo. Then, I would have to move it. It would be nice if you could do a copy & move at the same time.

0

Find/Replace bug

Hubert 6 years ago in General 0

I pasted a bunch of lines that had a tab character at the beginning.  Each line started with a date.


I did a "Find" for "tab1" and replace with "1".  While it did replace, it also added a line feed after the "1".


Before

\t11/30/17

\t11/20/17

\t11/10/17


After:

1

1/30/17

1

1/20/17

1

1/10/17


0
Under review

Stop auto-adding period when double-spacing

david allie 6 years ago in General updated by ajcullum 4 years ago 5

Aside from using Textastic for coding, I like to use it for keeping .txt files for simple notes. I’ve noticed that whenever I (on purpose) enter two or more spaces (e.g. to create a simple column table), a period is auto-added in the the first position of two spaces. This is annoying... seems more appropriate to a word processor than a code/text editor... and I wish there was a setting/preference to allow me to enable/disable this action.