lisps / plugin-linksuggest

Dokuwiki Plugin
https://www.dokuwiki.org/plugin:linksuggest
GNU General Public License v2.0
8 stars 3 forks source link

continue autocompleting after insertion #2

Closed Juergen-aus-Zuendorf closed 4 years ago

Juergen-aus-Zuendorf commented 9 years ago

Hi,

on the plugin page you write "Just hit ''STRG'' or ''SHIFT'' and the search will begin."

In my wiki installation it works only if both the ''STRG'' and ''SHIFT'' buttons are pressed together! So why doesn't the autocomplete continue automatically after inserting a (sub-)namespace until the wanted page is reached?

Regards Juergen

peterfromearth commented 9 years ago

technically it should start searching after each selection of a namespace.

the problem has to be related to the used textcomplete plugin or browser or os.

Actually textcomplete will start its search on every keyup event.

are you using the recent version from github?

Juergen-aus-Zuendorf commented 9 years ago

Yes I have just installed the current version available at dokuwiki, and I've tested it with firefox and IE11. It runs in my test-wiki on win7 with xampp

peterfromearth commented 9 years ago

can you try it again with the master branch from github

Juergen-aus-Zuendorf commented 9 years ago

Thank you very much, after touching the configuration files it works perfectly