Extension:CodeEditor/es

This extension comes with MediaWiki 1.31 and above. Thus you do not have to download it again. However, you still need to follow the other instructions provided.
Category:Extensions bundled with MediaWiki 1.31/es
Not to be confused with CodeMirror.
Category:Extensions with invalid or missing type/esCategory:Extensions with unknown license/es
Manual de extensiones de MediaWiki
CodeEditor
Estado de la versión: estableCategory:Stable extensions/es
Descripción Proporciona un editor de código de resaltado de sintaxis para páginas JS, CSS y Lua de sitios y usuarios, integrándose con la barra de herramientas de edición avanzada
Autor(es)
  • Brooke Vibber
  • Derk-Jan Hartman
  • authors of Ace (ace.c9.io)
Política de compatibilidad Lanza instantáneas junto con MediaWiki. La rama maestra no es retrocompatible.
Cambios en la base de datos No
Licencia GPL-2.0-or-later AND BSD-3-Clause
Descargar Category:Extensions in Wikimedia version control/es
  • $wgCodeEditorEnableCore
Descargas trimestrales 89 (Ranked 45th)
Wikis públicos que lo utilizan 8,385 (Ranked 17th)
Traduce la extensión CodeEditor si está disponible en translatewiki.net
Incidentes Tareas abiertas · Reportar un error
Category:All extensions/es

La extensión CodeEditor amplía la barra de herramientas de edición avanzada de WikiEditor con un Widget del editor Ace integrado, que proporciona algunas funciones útiles para páginas JavaScript de usuario/sitio, páginas CSS, páginas JSON y cuando también está instalada la extensión Scribunto, para páginas Lua, es decir, páginas en el espacio de nombres Módulo. El editor de código no se muestra en páginas wiki normales, es decir, páginas wiki con el modelo de contenido "wikitexto". (Consulte Extension:CodeMirror para resaltar la sintaxis del wikitexto cuando se utiliza el editor de código fuente).

It provides the following features:

  • syntax highlighting for JavaScript, CSS and Lua
  • auto-indent
  • tab key produces tab indents (since 1.22), soft indents before.
  • indent/unindent selection with Tab ↹/⇧ Shift+Tab ↹ keys
  • syntax validity check for JavaScript
  • Pair-matching for parenthesis, braces and square brackets

Instalación

The WikiEditor extension needs to be installed for this extension to work. Installing the Scribunto extension is optional.
  • Descarga y mueve la carpeta CodeEditor extraída a tu directorio extensions/.
    Los desarrolladores y contribuidores de código deberían instalar la extensión desde Git en su lugar, usando:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
  • Añade el siguiente código en la parte final de tu archivo LocalSettings.php :
    wfLoadExtension( 'CodeEditor' );
    $wgDefaultUserOptions['usebetatoolbar'] = 1; // user option provided by WikiEditor extension
    
  • Configure as required.
  • Yes Hecho – Navega a Special:Version en el wiki para verificar que la extensión se haya instalado correctamente.


Instalación Vagrant:

  • Si se utiliza Vagrant , instala con vagrant roles enable codeeditor --provision

Configuración

$wgCodeEditorEnableCore
To disable the editor on JavaScript and CSS pages in the MediaWiki, User and other core namespaces, set $wgCodeEditorEnableCore = false; (default is "true")
$wgScribuntoUseCodeEditor
To disable this extension for Scribunto, i.e. in the module namespace set $wgScribuntoUseCodeEditor = false; (default is "true")
This configuration parameter is provided by the Scribunto extension and must therefore be added after invoking the CodeEditor as well as the Scribunto extension which also needs to be installed for this to work.

JavaScript

It is possible to change the configuration of the ACE editor, by hooking into the MediaWiki JS hook (i.e. mw.hook( 'codeEditor.configure' ).add( ... )). The argument passed to your hook will be an ACE EditSession object.

If you need to interact with the contents of a CodeEditor instance, use module-jquery.textSelection.$.fn.textSelection().

Licencia

See also

Category:Extensions used on Wikimedia/es#CodeEditor/es Category:Syntax highlighting extensions/es Category:Scribunto extensions/es Category:Edit extensions/es
Category:All extensions/es Category:EditPage::showEditForm:initial extensions/es Category:EditPage::showReadOnlyForm:initial extensions/es Category:Edit extensions/es Category:Extensions available as Debian packages/es Category:Extensions bundled with MediaWiki 1.31/es Category:Extensions in Wikimedia version control/es Category:Extensions included in BlueSpice/es Category:Extensions included in Canasta/es Category:Extensions included in Fandom/es Category:Extensions included in Miraheze/es Category:Extensions included in MyWikis/es Category:Extensions included in ProWiki/es Category:Extensions included in Telepedia/es Category:Extensions included in WikiForge/es Category:Extensions included in semantic::core/es Category:Extensions included in wiki.gg/es Category:Extensions used on Wikimedia/es Category:Extensions with invalid or missing type/es Category:Extensions with unknown license/es Category:GetPreferences extensions/es Category:Scribunto extensions/es Category:Stable extensions/es Category:Syntax highlighting extensions/es