Differences From Artifact [66d684a48e]:
- File gc_lang/fr/webext/content_scripts/init.js — part of check-in [7d6c5a8e3f] at 2019-05-05 16:19:04 on branch trunk — [fx] small code cleaning (user: olr, size: 13643) [annotate] [blame] [check-ins using]
To Artifact [cd70530a11]:
- File gc_lang/fr/webext/content_scripts/init.js — part of check-in [ee9dfb8d91] at 2019-05-07 15:43:00 on branch trunk — [fx] gc panel: add bundled conjugation tool (user: olr, size: 13768) [annotate] [blame] [check-ins using]
| ︙ | |||
307 308 309 310 311 312 313 314 315 316 317 318 319 320 | 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 | + + + |
} else {
oGrammalecte.oGCPanel.stopWaitIcon();
}
break;
case "getSpellSuggestions":
oGrammalecte.oGCPanel.oTooltip.setSpellSuggestionsFor(result.sWord, result.aSugg, result.iSuggBlock, dInfo.sErrorId);
break;
case "getVerb":
oGrammalecte.oGCPanel.conjugateWith(result.oVerb, result.oConjTable);
break;
/*
Commands received from the context menu
(Context menu are initialized in background)
*/
// Grammar checker commands
case "grammar_checker_editable":
if (oGrammalecte.xRightClickedNode !== null) {
|
| ︙ |