Overview
Comment: | [lo] note about error positioning |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | lo |
Files: | files | file ages | folders |
SHA3-256: |
d6ef87ce3ae9dcf0fefed9abe4c87fc5 |
User & Date: | olr on 2021-03-11 15:51:01 |
Other Links: | manifest | tags |
Context
2021-03-12
| ||
09:54 | [fr] ajustements check-in: 4fb93aa07f user: olr tags: trunk, fr | |
2021-03-11
| ||
15:51 | [lo] note about error positioning check-in: d6ef87ce3a user: olr tags: trunk, lo | |
15:41 | [fr] ajustements check-in: 98ffeee011 user: olr tags: trunk, fr | |
Changes
Modified gc_core/py/oxt/Grammalecte.py from [8b3d7a692c] to [0e97a1f7dd].
︙ | |||
171 172 173 174 175 176 177 | 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 | - + + + + + - - - + + | sLineType = xChild.getPropertyValue("line_type") bMulticolor = bool(xChild.getPropertyValue("line_multicolor")) gce.setWriterUnderliningStyle(sLineType, bMulticolor) except: traceback.print_exc() def convertErrorsPosition (self, sText, aErrors): |
︙ |