mediawiki-extensions-CodeEd.../i18n/qqq.json
Derk-Jan Hartman a9cdbcacb4 Add tooltip to annotation indicator
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
2015-05-25 11:07:41 +02:00

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."
}