| Gabor Hojtsy 2004-12-27, 3:56 pm |
| goba Sun Dec 26 19:50:20 2004 EDT
Modified files:
/phpweb index.php
Log:
autocomplete also works if there are multiple matches, completing until it surely can, and remove some repetition from the text
http://cvs.php.net/diff.php/phpweb/...2&r2=1.653&ty=u
Index: phpweb/index.php
diff -u phpweb/index.php:1.652 phpweb/index.php:1.653
--- phpweb/index.php:1.652 Sun Dec 26 19:39:25 2004
+++ phpweb/index.php Sun Dec 26 19:50:19 2004
@@ -159,13 +159,13 @@
function list search option selected, you will get a list of suggested
functions starting with the letters you typed in. You can browse the list
with the up/down keys, and you will be able to autocomplete the function
- name, once there is only one suggestion left, with the spacebar.
+ name with the spacebar.
</p>
<p>
If you are not interested in this feature, you can turn it
off for yourself on the <a href="/my.php">My PHP.net</a> page.
- <a href="/search.php">More information</a> about this feature is
- available on the search page.
+ <a href="/search.php">More information</a> about is available on
+ the search page.
</p>
<hr />
|