清理可视化编辑器上的缓存

发布于 2024-11-25 11:50:09 字数 232 浏览 2 评论 0原文

我知道,VE 是一个死项目,但与当前可用的任何其他选项(包括手工编码和 Google 赞助的 WindowBuilder)相比,我仍然更喜欢它。

对我来说,它唯一的缺点是它的解析器有时会无缘无故地停止工作——如果你将代码粘贴到一个新类中,VE 会正确识别它。

我找不到任何看起来像 VE 缓存的临时文件,因此我可以删除它们并强制进行实际、完整的重新解析。

那么有人知道当VE运行得很奇怪时如何刷新它吗?

VE is a dead project, I know, but I still prefer it to any other option currently available (including handcoding and Google-sponsored WindowBuilder).

Its only drawback for me is that its parser sometimes stops working for no good reason - if you pasted your code into a new class, VE would correctly recognise it.

I couldn't find any temporary files that looked like VE's cache so I could delete them and force actual, complete reparsing.

So does anyone know how to refresh it when VE works funny?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦罢 2024-12-02 11:50:09

您使用什么版本?

可视化编辑器会缓存有关类的信息,并且在 VE 1.1 之前的某些版本中,存在一些缓存过时且不会自动刷新的问题。如果发生这种情况,您可以通过选择“项目”>“手动回收缓存”。清理并从工作台目录中手动删除目录org.eclipse.ve.beaninfo/cache

What version are you using?

The Visual Editor caches information about a class and under some builds prior to VE 1.1 there are some issues with the cache going stale and not being automatically refreshed. If this occurs you can manually recycle the cache by selecting Project > Clean and also manually removing the directory org.eclipse.ve.beaninfo/cache from the workbench directory.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文