T3S icon indicating copy to clipboard operation
T3S copied to clipboard

Ability to close the project file request

Open Anahkiasen opened this issue 10 years ago • 5 comments

I understand the idea behind this, but the fact that you can't close it makes it more annoying than anything. Sometimes I just want to open a standalone .ts file to copy stuff from it or something and this panel gets in the way and prevents me from doing anything. Could the panel be made optional or something?

screenshot 2014-06-05 15 01 59

Anahkiasen avatar Jun 05 '14 13:06 Anahkiasen

Hello,

Yes true in that case its annoying, i can add a "close this panel" line/action that will remember the settings for a particular file or folder for the current session, would that work for you ?

Railk avatar Jun 05 '14 13:06 Railk

I guess my primary question is why doesn't Escape close it like most panels in ST ?

(Note: I may sound harsh unintentionally but really this plugin is awesome)

Anahkiasen avatar Jun 05 '14 13:06 Anahkiasen

I obliged the user to make a choice, so i force the panel as long as i don't see a valid configuration for the project/opened file, as the plugin is project base, so ESCAPE will do nothing. I'll see how i can implements something that is satisfying (with ESCAPE ?) for this case.

(Don't worry i didn't took it harshly :) and thanks)

Railk avatar Jun 05 '14 13:06 Railk

Is the project file really required ? I mean when I compile with tsc it finds my definitions even though I have no references anywhere, just because the definitions are in the same folder as my actual TS files. Currently I create a reference file to make the plugin work but the compiler doesn't really care.

Anahkiasen avatar Jun 05 '14 13:06 Anahkiasen

see my last comment in https://github.com/Railk/T3S/pull/63 (tl;dr there is a new plugin named ArcticTypescript)

But this is still an issue. Please open a ticket there.

Phaiax avatar Jan 05 '15 17:01 Phaiax