Akuli / porcupine

A decent editor written in tkinter
MIT License
162 stars 49 forks source link

Switching venvs without directory tree #1489

Open Akuli opened 7 months ago

Akuli commented 7 months ago

Some people don't like having a directory tree in their editor. The obvious thing to do is disabling the directory_tree plugin. Currently it breaks other plugins (#1445), but it also makes it impossible to switch between venvs. This makes venv related problems extra confusing (#1456).

Maybe there should be another way to choose a venv that doesn't depend on directory_tree?

Akuli commented 5 months ago

user-doc/projects.md will need to be updated when this is implemented.