Simple indication for read-only files

Features wanted...
Post Reply
phitsc
Posts: 124
Joined: 05 May 2009 12:21

Simple indication for read-only files

Post by phitsc »

I'd like to have a simple indication for read-only files. I find the Attr column too cluttered and the Color Filter to "in-your-face" for the purpose.

I have suggestions, but none of them seem any good:
- extend Color Filter to be able to set font style, so I could make read-only files italics. Don't know if it would be subtle enough though.
- make Attr column user configurable. I really don't care about anything but R in that column as the ones important to me have some other means of indication (like hidden or directory)
- add Uber-column that shows the result of a script that gets the respective list item as a parameter so I could check its read-only attribute and return the respective result (which means a script would run for every single item in the list, which is probably not such a good idea)

zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

Re: Simple indication for read-only files

Post by zer0 »

My knee-jerk reaction was that this should be possible via a VF, but upon further research I could not see a way (an idea for a wish here ;)). Short of wishing for it, I'd write a script that would loop through all files in the current list, pull AttributesDescription using property() SC and search the string for R. It's a complicated approach, so I'm hoping that there is an easier way :|
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: Simple indication for read-only files

Post by SkyFrontier »

...specially for those of us who are into reading and editing files copied off of optical media.
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

phitsc
Posts: 124
Joined: 05 May 2009 12:21

Re: Simple indication for read-only files

Post by phitsc »

Just for clarification: what I would like to have is an easier way to spot read-only files. The reason being so I know which files I have to svn lock before I open them for editing.

admin
Site Admin
Posts: 66361
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Simple indication for read-only files

Post by admin »

phitsc wrote:Just for clarification: what I would like to have is an easier way to spot read-only files. The reason being so I know which files I have to svn lock before I open them for editing.
I don't understand your problems with Color Filter. You can use colors that are not in-your-face but still recognizable enough.

phitsc
Posts: 124
Joined: 05 May 2009 12:21

Re: Simple indication for read-only files

Post by phitsc »

admin wrote:
phitsc wrote:Just for clarification: what I would like to have is an easier way to spot read-only files. The reason being so I know which files I have to svn lock before I open them for editing.
I don't understand your problems with Color Filter. You can use colors that are not in-your-face but still recognizable enough.
Yeah, maybe I'll have to play around with them a bit.

Post Reply