Last things first: allowing commented lines is just fine - so implemented it to my local script versionSammaySarkar wrote:Well, no. I just commented out System.PropList, System.FindData and System.DescriptionID, because they tend to break the table layout. And System.Search because I thought they make it slow.
And I also added this at the beginning of the foreach() to allow commenting out properties.Code: Select all
If (substr($token, 0, 2) == '//') {continue} // loop to ignore a commented token
(Think I'll update/upload it later...)
The rest says: that's about use case
I had written it to simply display *all* properties for any object: -Select, -Start, -SeeAll
You just want to see a somehow "restricted" set of properties - for "practical use".
Hmmm - I will try to think about an ability to maybe combine both in 1 script.
(But thinking isn't so good these days
XYplorer Beta Club