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
13 lines
454 B
JSON
13 lines
454 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Brion Vibber",
|
|
"Derk-Jan Hartman"
|
|
]
|
|
},
|
|
"codeeditor-desc": "Syntax-highlighted editing for JavaScript and CSS pages using [http://ace.ajax.org/ Ace editor]",
|
|
"codeeditor-next-annotation": "Go to next annotation",
|
|
"codeeditor-toolbar-toggle": "Toggle code editor",
|
|
"codeeditor-save-with-errors": "The document contains errors. Are you sure you want to save?"
|
|
}
|