mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-15 11:30:52 +00:00
a9cdbcacb4
In the past I had made the annotation indicators clickable, and your cursor will in this case navigate to the next annotation in editor. This was not really easily discoverable, so I have added a tooltip to make it slightly more discoverable. I also added a CSS line to prevent users from accidently selecting the text (or rather numbers) in this area, which I had noticed happened to me at times when trying to click it. Change-Id: I47ecba232ff925169d0f64d85ae34ff6564cc1a5
15 lines
514 B
JSON
15 lines
514 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Purodha",
|
|
"Shirayuki",
|
|
"Derk-Jan Hartman",
|
|
"Umherirrender"
|
|
]
|
|
},
|
|
"codeeditor-desc": "{{desc|name=Code Editor|url=https://www.mediawiki.org/wiki/Extension:CodeEditor}}",
|
|
"codeeditor-next-annotation": "Used as a label for button to navigate to the next line in the editor that has an annotation",
|
|
"codeeditor-toolbar-toggle": "Used as label for toolbar button.",
|
|
"codeeditor-save-with-errors": "Used as message in a dialog before saving a document with errors."
|
|
}
|