is there a possibility to define a language-depending help for current word?

e.g.

in a php-file there is this text (| marks cursor)

fopen|

if i press F1 for example scite could call a website or help-file for this command.

e.g.
http://www.php.net/manual/de/function.fopen.php

currently i do this like this:

user.shortcuts=\
Ctrl+Shift+F2|IDM_BOOKMARK_CLEARALL|
Shift+F1|1101|

command.name.1.$(file.patterns.php)=PHP-Befehlshilfe
command.1.$(file.patterns.php)=http://www.php.net/manual/de/function.$(CurrentWord).php
command.subsystem.1.$(file.patterns.php)=2

the menuitem works, but none of the shortcuts (shift+F1 [set by user.shortcuts]; Ctrl+1 [displayed in Menu])

Regards Frank
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to