Development
: K-Meleon Forum
K-Meleon development related discussions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=ndebord] [quote=siria] *blush* Okay, time to stop to only use memory, but I had warned you about it ;-) After actually looking inside my files, KM1.6 also needs the "spellchk.dll" in the components folder, BUT that is already included out-of-the-box in the beta by desga. KM1.7 does NOT need that additional file anymore. AND you probably still have it, or I doubt that spellchecking would work at all. But anyway, that has nothing to do with your missing menu entry in the context menu. That needs nothing but the kmm-file, since that entry is just build by macrolanguage, very simple and completely independant from any other files or dll's. It's possible there was some harmless issue in Marks new kmm or some confusion with old and new kmms, can't remember for sure... but if yes then it was mentioned in the forum thread... Don't have enough time right now to check deeper, but just look inside your macros folder and the user macros folder, open your spellxxxxx.kmm file with notepad and post the full contents here? Or you could check if my spellprefs macro works for you, it uses the same plugin command of course, just moved the menu entry around a bit ;-)[/quote] Siria, Much thanks. Here's the kmm file in macros. =========== SPELLTEST.KMM # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # --------- spelltest plugin settting example ----------- # # Dependencies : # Resources : - # Preferences : - # # ------------------------------------------------------- # ----- PRIVATE Spelltest_mouse{ id("spelltest(mouse)"); } Spelltest_word{ id("spelltest(word)"); } _Spelltest_BuildMenu{ setmenu("TextPopup",macro,_("spell"),"Spelltest_mouse"); } _Spelltest_SetAccels{ setaccel("CTRL Q","macros(Spelltest_word)"); } $OnInit=$OnInit."_Spelltest_SetAccels;_Spelltest_BuildMenu;"; # ---------------------------------------------------------- $macroModules=$macroModules."Spelltest;"; ===========[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development