Overview
Comment: | [fx] Write corrections in editable node also |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
6565051bbd70043de37faa40023ff4a6 |
User & Date: | olr on 2018-04-16 18:06:23 |
Other Links: | manifest | tags |
Context
2018-04-16
| ||
18:19 | [fx] update warning text for editable nodes check-in: afa96e5e95 user: olr tags: trunk, fx | |
18:06 | [fx] Write corrections in editable node also check-in: 6565051bbd user: olr tags: trunk, fx | |
13:36 | [graphspell] suggestion mechanism: jumps check-in: 74cd9793a9 user: olr tags: trunk, graphspell | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel_gc.js from [6bf4fd5886] to [4c86810835].
︙ | |||
55 56 57 58 59 60 61 | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | - - + - - - + + | this.oNodeControl = new GrammalecteNodeControl(); } start (xNode=null) { this.oTooltip.hide(); this.clear(); if (xNode) { |
︙ | |||
430 431 432 433 434 435 436 | 428 429 430 431 432 433 434 435 436 437 438 439 440 441 | - | class GrammalecteNodeControl { constructor () { this.xNode = null; this.dParagraph = new Map(); this.bTextArea = null; |
︙ | |||
472 473 474 475 476 477 478 | 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 | - + + - - - + + + - - - + + + + - + | iStart = iEnd+1; } this.dParagraph.set(i, sText.slice(iStart)); //console.log("Paragraphs number: " + (i+1)); } write () { |