mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-15 11:30:52 +00:00
aba51ef4f5
- toggle invisible characters. - search and replace (disabled) - indent/outdent - line wrapping - go to line Icons by Connor Shea Bug: T61923 Change-Id: I9e434d1b23f8254bc654ebbd31b5e4b70bbf5fe1
21 lines
1.1 KiB
JSON
21 lines
1.1 KiB
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.",
|
|
"codeeditor-invisibleChars-toggle": "Used as label for toolbar button to show/hide non visible characters",
|
|
"codeeditor-lineWrapping-toggle": "Used as label for toolbar button to enable/disable line wrapping",
|
|
"codeeditor-searchReplace-toggle" : "Used as label for toolbar button to show/hide the search and replace dialog",
|
|
"codeeditor-gotoline": "Used as a label for toolbar button to navigate to a line number in the editor",
|
|
"codeeditor-indent": "Used as a label for toolbar button to indent text in the editor",
|
|
"codeeditor-outdent": "Used as a label for toolbar button to outdent text in the editor"
|
|
}
|