SzatmariA / CharmFL-dev

CharmFL, a fault localization tool for the PyCharm IDE
Apache License 2.0
0 stars 0 forks source link

Toolbar menu: buttons are disabled for certain projects #2

Closed mpeter50 closed 2 years ago

mpeter50 commented 2 years ago

Describe the bug When cloning a repository, it sometimes occurs that after opening it in PyCharm, the buttons in the toolbar menu will be disabled, preventing the user from starting the tests.

To Reproduce Steps to reproduce the behavior: 1.1 Open PyCharm 1.2 Close any opened projects, if there is any

  1. Click on 'Get from VCS'
  2. Fill in the URL field with this URL: https://github.com/yt-dlp/yt-dlp
  3. When the project has opened and PyCharm has finished preparations (e.g. indexing project files), open the toolbar menu to see that the 'Run' button is disabled.

Expected behavior The 'Run' button in the toolbar should be enabled, so the test can be ran.

Screenshots kép

Desktop (please complete the following information):

Additional context The issue applies to the included PyCharm plugin of version 1.0.4

mpeter50 commented 2 years ago

It seems the issue is mitigated by exiting and reopening PyCharm

SzatmariA commented 2 years ago

Solved in the new version