简体   繁体   English

如何手动删除DartEditor文件目录或对其进行更改

[英]How to manually delete DartEditor Files directory or make changes to it

I have pointed/opened dart folder, so. 我已经指出/打开了dart文件夹。 that, where Darteditors own program-files are, in Darteditors File window and begin to create one web program there. 那就是Darteditors自己的程序文件所在的位置,在Darteditors File窗口中并开始在其中创建一个Web程序。 Clever? 聪明? Is'nt it?:) I wanted to test one of my own programs there, for using pub packages. 是不是?:)我想在那里测试自己的程序之一,以使用pub软件包。

Now editor seems stucked, nothing works, can open FEEDBACK window only for 2 seconds and i can close Editor only with Windows Operations control. 现在编辑器似乎卡住了,什么也没有用,只能打开FEEDBACK窗口2秒钟,而我只能使用Windows Operations控件关闭编辑器。 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? 那么,如何在不启动DartEditor的情况下清理DartEditors的Files目录? And should I avoid putting my own program files in dart folder? 并且我应该避免将自己的程序文件放在dart文件夹中吗?

I have latest Darteditor, 19425, in Windows7. 我在Windows7中拥有最新的Darteditor,19425。 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. 在Windows上,该目录应位于c:\\ Users \\您的名字\\ 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. 我们默认为c:\\ Users \\ username \\ dart。 Hope this helps! 希望这可以帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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