zotero/chrome/chromeFiles/content/scholar/xpcom
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
..
cite.js - closes #225, ability to cite a specific page/paragraph/etc in Word integration. the output isn't quite right at the moment, but the interface works. 2006-09-11 01:05:26 +00:00
collectionTreeView.js Fulltext search support 2006-09-21 00:10:29 +00:00
data_access.js Fixes #284, Hitting Tab in a tag field causes the field to remain open until the next load 2006-09-25 00:43:40 +00:00
db.js Array test in DB.statementQuery() didn't work if array was passed from the autocomplete service 2006-09-24 08:22:19 +00:00
file.js Fulltext search support 2006-09-21 00:10:29 +00:00
fulltext.js Sped up fulltext indexing (of loaded documents, at least) by about 75% 2006-09-23 09:05:01 +00:00
history.js Fixes #89, once an item is added to the library, the item list is no longer updated on delete 2006-06-27 05:42:35 +00:00
ingester.js - makes proxy detection work with domain-based EZProxies (I think) 2006-09-14 02:51:45 +00:00
integration.js - makes proxy detection work with domain-based EZProxies (I think) 2006-09-14 02:51:45 +00:00
itemTreeView.js Closes #292, "Delete From Library" context menu option in collections 2006-09-22 09:01:25 +00:00
mime.js Fix #191, calling Scholar.Attachments.importFromURL on a PDF without PDF plug-in installed results in a prompt to save the file to the disk 2006-08-19 20:51:01 +00:00
notifier.js Notifier.isEnabled() 2006-08-15 21:31:08 +00:00
progressWindow.js Use active window if non specified in Scholar.ProgressWindow() 2006-09-23 09:09:55 +00:00
schema.js Fulltext search support 2006-09-21 00:10:29 +00:00
scholar.js Fulltext search support 2006-09-21 00:10:29 +00:00
search.js Fulltext search support 2006-09-21 00:10:29 +00:00
translate.js 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
utilities.js Autocomplete for creators in item pane 2006-09-25 06:38:47 +00:00