[CLOSED] ABAutoWildCards doesn't seem to work anymore

Things you’d like to miss in the future...
Post Reply
bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

[CLOSED] ABAutoWildCards doesn't seem to work anymore

Post by bdeshi »

Code: Select all

v15.00.0102 - 2015-03-13 16:55
    + Added tweak to support auto-wildcards in Address Bar locations.
        ABAutoWildcards=1
      [...] Examples:
      - "E:\Test\drop\folder1\95" goes to "E:\Test\drop\folder1\6950" if 
        "E:\Test\drop\folder1\95" does not exist.

Code: Select all

v15.00.0103 - 2015-03-13 22:25
    * Tweak ABAutoWildcards: Now matching is done in this order: [...]
      - C:\sub\lastcomponent*
      - C:\sub\*lastcomponent*

Code: Select all

v15.00.0104 - 2015-03-14 17:02
    * Tweak ABAutoWildcards is now internally hard-coded to ON.
This feature doesn't seem to work any more.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

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

Re: ABAutoWildCards doesn't seem to work anymore

Post by admin »

Indeed. Actually in 20190116 I discovered that this feature could lead to trouble: Sometimes it is an important information that a path does not exist, and silently being transported to some other existing path could be the highway to hell. As a (non-documented) solution I bound it to the condition that the path contains wildcards ... a slightly weird idea to add auto-wildcards only to paths that have wildcards... so I killed the "auto-wildcards" idea right there.

So, I think the feature called "auto-wildcards" just has to go away (from the docs).

What remains: You may pass wildcards (* only, not ?) in the path to go to the first location that matches.

bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: ABAutoWildCards doesn't seem to work anymore

Post by bdeshi »

Ah, ok.

Actually I think this feature request can be a very good upgraded replacement to auto wildcards.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Post Reply