-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi
Let's assume I have project in /home/bbkr/project
and I also have bin/
, lib/
, t/
directories in it. I was editing something in lib/
and t/
, then browsed bin/
. Now I want to commit _all_ changes and I get message:
No changes to commit within the current scope.
(Try selecting the root folder in the project drawer?)
This error message is misleading as TM2 does not allow to select root folder in project drawer. The bar where "project" directory name is displayed is actually a pulldown and is not selectable.
It also does not allow do deselect last opened directory, to get rid of bin/
context in my example.
BTW: I know the workarounds: select all directories in project drawer -> commit -> deselect OR use pulldown mentioned above to jump one directory above my project -> select it there -> commit -> return to project. Both are very annoying :(
So either message should me modified to something like "Try selecting everything in project drawer" or there should be easier way for top directory commits.
Thanks