btw. I a not sure, but this might be one of the dll that can use (like bookmark) mark307s patch for input abbility of special (Chinese & Japanese) characters?
This patch? It only affects the Bookmarks plugin....
I am not very familiar with non-Latin character inputs, but all I know is that I can type and search using these characters (under WinXP English, K-Meleon 0.9, standard US keyboard): Traditional Chinese (Taiwan), Simplified Chinese (using pinyin), Japanese, and Korean.
It seems the 0.0.3 version doesn't works with w98se, I ought to test 0.0.2 , but unfortunately, if the link text on your page indicate 0.0.2, it's in fact 0.0.3
The OS seems not important here, just the KM version.
I'll post the crashlog to-morrow.
An idea (I think it's not too difficult, but I really don't knows) is to read the pref kmeleon.general.searchEngine to choose the engine instead of having it hard-coded in the kplugins.
> The OS seems not important here, just the KM version.
There's a possibility that I uploaded the wrong build. The one built against K-Meleon CVS does crash 0.9....
> An idea (I think it's not too difficult, but I really don't knows) is to read the pref kmeleon.general.searchEngine to choose the engine instead of having it hard-coded in the kplugins.
It uses keyword.URL (I just forgot to document it), but I'll change it to kmeleon.general.searchEngine.
*----> System Information <----*
Number of processors: 1
Processor Type: x86 Family 6 Model 8 Stepping 10
Windows 98 Version: 4.10 A
Current Build: 2222
-Take the pref 'kmeleon.general.searchEngine' to choose the engine
Yep, I've changed it for the next version.
-Take the pref 'kmeleon.general.searchOpen' to choose the window open mode
I have to investigate further to make it consistent with other similar operations (ID_NAV_GO, ID_NAV_SEARCH, macros(Search)), because we have 5 places to open a page in (current, FG window, BG window, FG layer, BG layer) and I don't want to simply assign 5 arbitrary numbers for each of them.
I think I'll see how ID_NAV_SEARCH behaves and copy it.