Cleanup the cache on Visual Editor
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 cl开发者_JS百科ass, 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?
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.
精彩评论