REQ: Feature: File Tracking Filters

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
gpant
Junior Member
Junior Member
Posts: 21
Joined: 2006-11-19, 19:58 UTC
Location: Athens, Greece
Contact:

REQ: Feature: File Tracking Filters

Post by *gpant »

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 -
-... -
------------------------\/
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Just assign some kind of metadata to the file you want to have to be displayed first and then add a custom column to be able to sort it.

This metadata can be a (temporary) file comment for example, I have created a script for that a while ago:
http://www.ghisler.ch/wiki/index.php/AutoHotkey:_Mark_Important_Files_Permanently

Icfu
Last edited by icfu on 2006-11-20, 00:41 UTC, edited 1 time in total.
This account is for sale
gpant
Junior Member
Junior Member
Posts: 21
Joined: 2006-11-19, 19:58 UTC
Location: Athens, Greece
Contact:

Post by *gpant »

Metadata isn't a good solution since its really rare for a file to have something unique especially for executables or even worse for source code.
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Read again, edited. File comments are stored in descript.ion files so your original file isn't "touched".

Icfu
This account is for sale
gpant
Junior Member
Junior Member
Posts: 21
Joined: 2006-11-19, 19:58 UTC
Location: Athens, Greece
Contact:

Post by *gpant »

Thanks I will try that tomorrow :-)
Post Reply