Title: CodeMirror for CodeEditor
Author: redcocker
Published: <strong>ऑक्टोबर 1, 2011</strong>
Last modified: मार्च 28, 2012

---

प्लगइन शोधा

![](https://ps.w.org/codemirror-for-codeeditor/assets/banner-772x250.png?rev=491546)

हे प्लगइन **WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी 
चाचणी झालेले नाही**. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु
शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता
आहे.

![](https://s.w.org/plugins/geopattern-icon/codemirror-for-codeeditor_faf6f2.svg)

# CodeMirror for CodeEditor

 [redcocker](https://profiles.wordpress.org/redcocker/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/codemirror-for-codeeditor.0.5.6.1.zip)

 * [तपशील](https://mr.wordpress.org/plugins/codemirror-for-codeeditor/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/codemirror-for-codeeditor/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/codemirror-for-codeeditor/#installation)
 * [डेव्हलोपमेंट](https://mr.wordpress.org/plugins/codemirror-for-codeeditor/#developers)

 [समर्थन](https://wordpress.org/support/plugin/codemirror-for-codeeditor/)

## वर्णन

Just another code syntaxhighligher for the theme and plugin editor with CodeMirror.
This plugin can highlight sourcecodes in the theme/plugin editor and provide a useful
toolbar.

#### Features

 * Highlight sourcecodes in theme and plugin editor on the dashboard.
 * Based on Marijn Haverbeke’s “[CodeMirror](http://codemirror.net/)” JavaScript
   library.
 * Built-in 10 themes.
 * Useful toolbar which includes search/replace features.
 * Full-screen editing.
 * Auto-complete.
 * Easy to configure features through the setting panel.
 * Localization: English(Default), 日本語(Japanese, UTF-8).

#### Support languages

 * PHP
 * CSS
 * Javascript
 * (X)HTML

#### Recommended plugin

 * “[WP SyntaxHighlighter](https://wordpress.org/extend/plugins/wp-syntaxhighlighter/)”
   can highlight sourcecodes on your front-end(posts, pages, comments).

## स्क्रीनशॉट

 * [[
 * This is a highlighted code in the plugin editor.
 * [[
 * This is AJAX search dialog.
 * [[
 * This is Auto-omplete Demo.
 * [[
 * This is setting panel.

## स्थापना

#### Installation

 1. Upload plugin folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the “Plugins” menu in WordPress.
 3. If you need, go to “Settings” -> “CodeMirror for CE” to configure.

#### Usage

 * You can select a theme, run search and replace on the toolbar.
 * Place the cursor in the textarea and press “Esc” or “F11” key to chage to the“
   fullscreen mode”.
 * Press “Ctrl” – “Space” to activate Auto-omplete.
 * Press “Ctrl” – “Z” to undo the previous change.
 * Press “Ctrl” – “Y” to redo.
 * Press “Shift” – “Tab” to reset line indentation to default.
 * Press “Ctrl/Cmd” – “[” to reduce line indentation.
 * Press “Ctrl/Cmd” – “]” to increase line indentation.

You can also use following shortcuts to search and replace.

 * Search: Press Ctrl-F / Cmd-F
 * Find next: Press Ctrl-G / Cmd-G
 * Find previous: Press Shift-Ctrl-G / Cmd-Option-G
 * Replace: Shift-Ctrl-F / Cmd-Option-F (Run this after searching.)
 * Replace all: Shift-Ctrl-R / Shift-Cmd-Option-F (Run this after searching.)

Note: “Search & replace” by shortcut and “Auto-omplete” can’t work in the “fullscreen
mode”.

## समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

## योगदानकर्ते आणि विकसक

“CodeMirror for CodeEditor” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या
निर्मितीत योगदान केले आहे.

योगदानकर्ते

 *   [ redcocker ](https://profiles.wordpress.org/redcocker/)

[भाषांतर करा “CodeMirror for CodeEditor” तुमच्या भाषेत.](https://translate.wordpress.org/projects/wp-plugins/codemirror-for-codeeditor)

### विकासातील आग्रह?

[कोड ब्राउझ करा](https://plugins.trac.wordpress.org/browser/codemirror-for-codeeditor/),
[SVN संग्रहालय](https://plugins.svn.wordpress.org/codemirror-for-codeeditor/) तपासा,
किंवा [विकास लॉग](https://plugins.trac.wordpress.org/log/codemirror-for-codeeditor/)
च्या [RSS](https://plugins.trac.wordpress.org/log/codemirror-for-codeeditor/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## बदलांची यादी

#### 0.5.6.1

 * Updated CodeMirror to ver. 2.23.
 * Add new themes(Lesser-Dark, XQ-Dark).

#### 0.5.6

 * Updated CodeMirror to ver. 2.22.
 * Add “Highlight matched strings” option.

#### 0.5.5

 * Updated CodeMirror to ver. 2.21.
 * Add “Smart indent” option.
 * Discontinue “Tab mode” and “Indentation for a new line” options.
 * Fix a bug: Selected elements by dragging the mouse isn’t displayed inverted correctly.

#### 0.5.3

 * Updated CodeMirror to ver. 2.2-55.
 * Supports “Emacs keybindings”.
 * Supports “Vim keybindings”.
 * Supports “Highlighting the current line”.
 * Re-added “Serach and Replace” box into the toolbar.
 * Added new setting option to show/hide serach and replace box.

#### 0.5

 * Updated CodeMirror to ver. 2.2-39.
 * Supports “visible tab”.
 * New “Search” and “Replace” functions.
 * Fix a bug: Using bloginfo() in the wrong way.

#### 0.4.5

 * Added new theme “monokai” and “rubyblue”.
 * Added “Update File” button into the toolbar.
 * Renewed “Auto-complete” function.
 * Modified the processing of “Search”.
 * Updated CodeMirror to ver. 2.18.

#### 0.4

 * Updated CodeMirror to ver. 2.16-22(including important bug fixes for IE users).
 * Added new variable that has version info of CodeMirror.

#### 0.3.6

 * Added setting link into “Plugins” section.
 * Fix a bug: a missing arrow operator.

#### 0.3.5

 * Rewrote the code using class.
 * Fix a bug: PHP with HTML, Javascript or CSS can’t be highlighted correctly.
 * Fix a bug: HTML with Javascript or CSS can’t be highlighted correctly.

#### 0.3

 * Added setting panel.
 * Modified stylesheet.

#### 0.2

 * Added Search and Replace functions.
 * Added Auto-complete.
 * The themes become user-selectable in the “fullscreen mode”.

#### 0.1

 * This is the initial release.

## मेटा

 *  आवृत्ती **0.5.6.1**
 *  शेवटचा अद्यतन **14 वर्षे पूर्वी**
 *  सक्रिय स्थापना **40+**
 *  वर्डप्रेस आवृत्ती ** 2.8 किंवा मोठा **
 *  परीक्षित केले आहे **3.3.2**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/codemirror-for-codeeditor/)
 * टॅग्ज:
 * [code](https://mr.wordpress.org/plugins/tags/code/)[Codemirror](https://mr.wordpress.org/plugins/tags/codemirror/)
   [sourcecode](https://mr.wordpress.org/plugins/tags/sourcecode/)[syntax](https://mr.wordpress.org/plugins/tags/syntax/)
   [SyntaxHighlighter](https://mr.wordpress.org/plugins/tags/syntaxhighlighter/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/codemirror-for-codeeditor/advanced/)

## मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

[Your review](https://wordpress.org/support/plugin/codemirror-for-codeeditor/reviews/#new-post)

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/codemirror-for-codeeditor/reviews/)

## योगदानकर्ते

 *   [ redcocker ](https://profiles.wordpress.org/redcocker/)

## समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/codemirror-for-codeeditor/)

## देणगी

आपण हे प्लगइन पुरविण्यात समर्थन करू इच्छिता का?

 [ ह्या प्लगइनला देणगी द्या ](http://www.near-mint.com/blog/donate)