简体   繁体   中英

How to manually delete DartEditor Files directory or make changes to it

I have pointed/opened dart folder, so. that, where Darteditors own program-files are, in Darteditors File window and begin to create one web program there. Clever? Is'nt it?:) I wanted to test one of my own programs there, for using pub packages.

Now editor seems stucked, nothing works, can open FEEDBACK window only for 2 seconds and i can close Editor only with Windows Operations control. Might there be some kind of recursion going? New install is quick, but finding the course of this would be useful..

So how can I clean this DartEditors Files-directory without starting DartEditor? And should I avoid putting my own program files in dart folder?

I have latest Darteditor, 19425, in Windows7. Thanks!

You should avoid putting any of your own code into the Editor's directory; that directory is managed by our auto-update process and you could potentially loose that code.

To get your Editor back to a happy state, you'll have to delete its workspace metadata folder. On windows, that should be in c:\\Users\\yourname\\DartEditor. Just delete it (or rename it) and the Editor should be able to start back up again.

Going forward, you'll want to locate your code outside the Editor's directory; we default to c:\\Users\\username\\dart. Hope this helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM