-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Inconsistencies in the general project view window #90
Comments
Thanks for reporting this issue, we will take a look on ASAP |
Its the expected behaviour. "Sources": is the logical view for all files under the root project folder exept files in "tests" and some other priviledged files. There is 2 main python project structure https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/ If you want the flat layout. Just delete the src folder and put your files directly under the root folder
You can configure wich files/directory you want to hide in Tools -> Options -> Miscellaneous -> Ignored Files Pattern
There is no smooth way to achieve this. A Makefile is not really a Python related file i would say. I could hard code this but not very a good solution |
Thank you for the explanations but I do not agree with them. I will move these problems to the "Discussion" section. |
Project logical view need improvment: #94 |
Description:
Some elements in the main window of the project should not be visible and some should be visible in other sections.
Steps to reproduce the behavior:
Create standard new project.
Expected behavior:
Screenshots:

Desktop:
The text was updated successfully, but these errors were encountered: