When I use Mylyn with PyDev I see the context in the task but python files are not shown in any explorer

心不动则不痛 提交于 2019-12-22 12:22:13

问题


I use mylyn 3.9.0 with PyDev 2.7.5 with the PyDev Mylyn integration 0.4.0.

Mylyn seems to build up contexts correctly (I can see the context tree in the task/context tab). But the python files are not shown "PyDev Package Explorer" nor in the "Project Explorer".

What could prevent the python files to appear?

Uninstalling the PyDev Mylyn integration did not help.


回答1:


The problem seems to be the "PyDev Navigator Content".

Ho to solve this

  • make sure the Mylyn focus is disabled for the explorer view
  • in the View Menu -> Customise View
  • on the "Content" tab disable "PyDev Navigator Content"

==> now the python files are shown correctly when the Mylyn context is enabled

Note: This works in both: the "PyDev Package Explorer" and in the "Project Explorer"

You may add *.pyc to Preferences->Mylyn->Context->Resources -- this will prevent the pyc files to appear in your context when they are compiled automatically...



来源:https://stackoverflow.com/questions/17459068/when-i-use-mylyn-with-pydev-i-see-the-context-in-the-task-but-python-files-are-n

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!