Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
Go to file
Dan Stillman da5e74a06a Autocomplete for creators in item pane
Differentiates between single and double fields for the search, but there's a problem in the current implementation in that only one field is editable at once, so displaying two-field names in a drop-down is a little problematic. While I could display the full names, comma-delimited, and get the discrete parts (which is what Scholar.Utilities.AutoComplete.getResultComment(), included in this commit, is for--the creatorID for the row would be hidden in the autocomplete drop-down comment field), it's a bit unclear what should happen when a user selects a comma-separated name from the drop-down of one of the fields. One option would be to have a row for the last name (in case that's all they want to complete) and other rows for "last, first" matches, and selecting one of the two-part names would replace whatever's in the opposite name field with the appropriate text (and save it to the DB, I'm afraid, unless I change how the creator fields work), keeping the focus in the current textbox for easy tabbing. Not great, but it might work.

Other ideas?
2006-09-25 06:38:47 +00:00
chrome/chromeFiles Autocomplete for creators in item pane 2006-09-25 06:38:47 +00:00
components Autocomplete for creators in item pane 2006-09-25 06:38:47 +00:00
defaults/preferences addresses #69, notification system for broken scrapers 2006-09-09 00:12:09 +00:00
chrome.manifest Created Scholar toolbar button (use Customize Toolbar... option) 2006-07-26 16:42:26 +00:00
install.rdf 2006-08-31 22:38:23 +00:00
scrapers.sql addresses #301, COinS bugs/enhancements; remaining issue blocked by #3 (add as many item types as possible) 2006-09-11 22:34:39 +00:00
system.sql Schema and Item Type Manager updates to handle item type templates 2006-09-13 22:04:54 +00:00
update.rdf 2006-08-31 22:38:23 +00:00
user.sql Fulltext search support 2006-09-21 00:10:29 +00:00
Zotero.dot - makes proxy detection work with domain-based EZProxies (I think) 2006-09-14 02:51:45 +00:00
Zotero.dot.dmg - makes proxy detection work with domain-based EZProxies (I think) 2006-09-14 02:51:45 +00:00