ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > FARR Plugins and Aliases

Table Data Search Plugin for FARR - closed

<< < (5/9) > >>

czb:
I use
var r = new RegExp(",(?=(?:[^\"]*\"[^\"]*\")*(?![^\"]*\"))");
return line.split(r);
But I do not understand that much :) if anyone could correct that ;)

TucknDar:
This latest version doesn't seem to remember the last selected data file.

Also, it would be nice to be able to specify data file in search, i.e. 'tds +moviecollector fulci' or 'tds +musiccollector sonic youth'. From this I could make new aliases to quickly search specific things from any data file

czb:
This latest version doesn't seem to remember the last selected data file.

Also, it would be nice to be able to specify data file in search, i.e. 'tds +moviecollector fulci' or 'tds +musiccollector sonic youth'. From this I could make new aliases to quickly search specific things from any data file
-TucknDar (July 24, 2008, 03:26 PM)
--- End quote ---
You are right. It does not remember. I will take a look at it tomorrow
You can type "tds +1 test" to search on certain tab directly July 24, 2008
--- End quote ---
Is not this enough?

TucknDar:
From what I see, that searches the currently selected file for data within one of the tabs. Or am I misunderstanding?

I would like to specify which file, i.e. 'tds +csv 1' or 'tds +EN-IT hello'

czb:
Hi, I think I have corrected that bug with last selected tab.

I would like to specify which file, i.e. 'tds +csv 1' or 'tds +EN-IT hello'
--- End quote ---

It would take some time to code it and I will be away for more than week. So I have just fastly coded an option to do:
pcommand tds_file csv
--- End quote ---
where csv is name of the file (with extension if any). Unfortunately I can not make
pcommand tds_file csv ;;; dosearch tds 1
--- End quote ---
work.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version