REQ: Feature: File Tracking Filters
Posted: 2006-11-19, 23:18 UTC
I am a Developer and I am working on various projects at the same time. In my Local Source Tree I almost always want to have a file selected to be always the last or first file in the current view.
ie
-------------------------^
-MyFile.~dpr -
-MyFile.frm -
-MyFile.dpr -
-MyFile.exe - <-- I want to mark this file as tracked Up/Down
-... -
-OtherFile.~dpr -
-OtherFile.frm -
-OtherFile.dpr -
-OtherFile.exe -
-... -
------------------------\/
Thus The View Would be
-------------------------^
-MyFile.exe - <-- The marked file will always be in this line if its tracked Up
-... -
-OtherFile.~dpr -
-OtherFile.frm -
-OtherFile.dpr -
-OtherFile.exe -
-... -
-SomeOtherFile.dpr -
-... -
------------------------\/
ie
-------------------------^
-MyFile.~dpr -
-MyFile.frm -
-MyFile.dpr -
-MyFile.exe - <-- I want to mark this file as tracked Up/Down
-... -
-OtherFile.~dpr -
-OtherFile.frm -
-OtherFile.dpr -
-OtherFile.exe -
-... -
------------------------\/
Thus The View Would be
-------------------------^
-MyFile.exe - <-- The marked file will always be in this line if its tracked Up
-... -
-OtherFile.~dpr -
-OtherFile.frm -
-OtherFile.dpr -
-OtherFile.exe -
-... -
-SomeOtherFile.dpr -
-... -
------------------------\/