Firstly, thank you very much for creating this very useful plugin!
It seems I can't get the plugin to work.
I have Max number of dirs to show set to 2 and Count from start unchecked.
Having the following 3 files in the project
piotr@host:~project_dir$ find . -name 'some_file.py'
./project_name/resources/settings/agreements/modify/tests/some_file.py
./project_name/resources/transactions/cards/create/tests/some_file.py
./project_name/services/backend/tests/some_file.py
their tabs are named like this:
resources|settings some_file.py
resources|transactions some_file.py
services some_file.py
whereas I would expect (according to the documentation) this:
agreements|modify some_file.py
cards|create some_file.py
services|backend some_file.py
I'm using updated version of the plugin from https://github.com/vlascik/Tabdir/releases/tag/release-1.6.7-mod-vl with
PyCharm 2021.3.2 (Professional Edition)
Build #PY-213.6777.50, built on January 27, 2022
Thank you in advance for helping me getting this to work.
Btw, there's the issue "Show directory on editor tabs" at https://youtrack.jetbrains.com/issue/IDEA-111624 with users begging for improvement in this area and JetBrains keeps saying "sorry, will not do anything".