View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd
In directory usw-pr-cvs1:/tmp/cvs-serv23636
Modified Files:
preferences.js search.htm
Log Message:
corrected some script comments due to change in history search
Index: preferences.js
===================================================================
RCS file: /cvsroot/dqsd/dqsd/preferences.js,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** preferences.js 26 Jul 2002 22:03:14 -0000 1.44
--- preferences.js 30 Jul 2002 19:35:09 -0000 1.45
***************
*** 370,374 ****
/* History search default key assignment.
<historySearchVkCode> searches for the typed string in any part of a previous
command
! Shift-<historySearchVkCode> searches for only commands beginning with the string
*/
historySearchVkCode = 119 // F8 (kinda' like DOSKEY)
--- 370,374 ----
/* History search default key assignment.
<historySearchVkCode> searches for the typed string in any part of a previous
command
! Shift-<historySearchVkCode> searches for the typed string in any part of the next
command
*/
historySearchVkCode = 119 // F8 (kinda' like DOSKEY)
Index: search.htm
===================================================================
RCS file: /cvsroot/dqsd/dqsd/search.htm,v
retrieving revision 1.156
retrieving revision 1.157
diff -C2 -d -r1.156 -r1.157
*** search.htm 27 Jul 2002 15:15:46 -0000 1.156
--- search.htm 30 Jul 2002 19:35:09 -0000 1.157
***************
*** 401,405 ****
// Search the command history. Hold down shift with the key to search
! // for just a prefix, otherwise it matches any part of the string.
if (window.event.keyCode == 2)
{
--- 401,405 ----
// Search the command history. Hold down shift with the key to search
! // forward.
if (window.event.keyCode == 2)
{
***************
*** 407,412 ****
return false;
}
!
! searchPrefix = '';
switch(window.event.keyCode)
--- 407,411 ----
return false;
}
! searchPrefix = ''; // reset the search command history search
switch(window.event.keyCode)
-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/