Differences From Artifact [28bdd077e6]:
- File gc_lang/fr/webext/content_scripts/init.js — part of check-in [9091d60a11] at 2019-05-17 12:48:32 on branch trunk — [fx] fix copy to clipboard (user: olr, size: 13666) [annotate] [blame] [check-ins using]
To Artifact [7c53e8429c]:
- File gc_lang/fr/webext/content_scripts/init.js — part of check-in [7d507ee195] at 2019-05-25 15:00:20 on branch trunk — [fx] new command: parseFull (draft) (user: olr, size: 13731) [annotate] [blame] [check-ins using]
| ︙ | |||
303 304 305 306 307 308 309 310 311 312 313 314 315 316 | 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 | + + + |
oGrammalecte.oGCPanel.addParagraphResult(result);
} else {
oGrammalecte.oGCPanel.stopWaitIcon();
}
break;
case "parseAndSpellcheck1":
oGrammalecte.oGCPanel.refreshParagraph(dInfo.sParagraphId, result);
break;
case "parseFull":
// TODO
break;
case "getListOfTokens":
if (!bEnd) {
oGrammalecte.oGCPanel.addListOfTokens(result);
} else {
oGrammalecte.oGCPanel.stopWaitIcon();
}
|
| ︙ |