Code: Select all
Version 1.42
- Added: Change for ini option "match_beginning": If there is a space before the first written substring the substring can match anywhere in the filename.
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
Version 1.42
- Added: Change for ini option "match_beginning": If there is a space before the first written substring the substring can match anywhere in the filename.
i was waiting for such option in order to use it because i always search by first char and want to have folder first.. (i mostly navigate with auto filter on)Samuel wrote:Updated first post: Version 1.42 is available.
Hope this will help you. But I recommend to always use "match_beginning=0" in ini. Its restricting enough (IMO).Code: Select all
Version 1.42 - Added: Change for ini option "match_beginning": If there is a space before the first written substring the substring can match anywhere in the filename.
What means you want to have folder first? I dont get this.nsp wrote:want to have folder first..
Code: Select all
"match_beginning=1" should be ignored in regex mode as ^ can be used to define "Starts with" and $ "ends with"...
I tried to point to the file in the first post as much as I could.I should have given a look to the incuded pdef instead of hitting F1!
I consider to add an "match_begining_activate_char", but I will not replace the ini option then.match begining parameter should be transposed to a match_begining_activate_char instead and allow to define match_begining_activate_char= to set is as default.
Code: Select all
match_begining_activate_char_4_simple_search
match_begining_activate_char_4_levenshtein_search
match_begining_activate_char_4_RegEx_search
Please dont hide your suggestions.nsp wrote:i was waiting for such option in order to use it because i always search by first char and want to have folder first.
nsp:Samuel wrote:What means you want to have folder first? I dont get this.nsp wrote:want to have folder first..
Thats partly a limitation of TC. TC only once can be told about some options (first usage of QF). So I could only load some ini settings if the ini changed. ("allow_empty_result", "filter_files_and_folders" and "wdx stuff" would make problems)nsp wrote:It will be even more complete if it could affect tcmatch immediatelly
This is not a suggestion (unless you can capture a hotkey like "alt" or "ctrl" that could be a dynamic modifier to filter file only, folder only, all if none...)Samuel wrote:nsp:Samuel wrote:What means you want to have folder first? I dont get this.nsp wrote:want to have folder first..
Can you answer this?
Code: Select all
match_begining_activate_char_4_simple_search
match_begining_activate_char_4_levenshtein_search
match_begining_activate_char_4_RegEx_search
for me immediatelly mean for "the next search"..Samuel wrote:Thats partly a limitation of TC. TC only once can be told about some options (first usage of QF). So I could only load some ini settings if the ini changed. ("allow_empty_result", "filter_files_and_folders" and "wdx stuff" would make problems)nsp wrote:It will be even more complete if it could affect tcmatch immediatelly
It would be inconsistent to let some options be changed runtime and others not.