Peter

Results 76 comments of Peter

It is stored using LocalStorage API. So depend on the platform. On OSX it should be something like ~/Library/Application Support/typescript-cats There is no feature yet to remove recent projects from...

I agree. Just made it a enhancement request. The other thing is that the recent projects are right now not in order of most recently opened. So that can be...

Certainly a possibility. There are multiple Javascript wrappers around the the GitHub exposed services (I did chef another one on the past). I guess the real effort is to nicely...

My ideal goal would be to have a online IDE (so pure HTML + JS) that also can be used offline. So the files are stored locally using for example...

I agree it takes some time: > > That being said, I don’t see this ideal picture anytime soon being materialised But when you see the standards, it is (slowly)...

That is strange. I tested a few cut&paste from other text editors (TextWrangler) and it went ok every time. So not really sure what is going on here. Perhaps something...

There is actually a feature called getFormattingEditsOnPaste (that is for TypeScript files). I guess worthwhile to check that out and see if that could implement the smart-indent on paste feature....

Did some work on using SVG instead of canvas. Turned out canvas doesn't support larger dimensions and also doesn't look as good as SVG However means have to develop pretty...

You mean after you clicked the "Refresh Project" option from the menu and it is done?

Confirmed, will have to look if this is something I should/can fix or if this is a bug in the Language Service.