Title: CodeMirror for CodeEditor
Author: redcocker
Published: <strong>2011년 10월 1일</strong>
Last modified: 2012년 3월 28일

---

플러그인 검색

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

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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://ko.wordpress.org/plugins/codemirror-for-codeeditor/#description)
 * [평가](https://ko.wordpress.org/plugins/codemirror-for-codeeditor/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/codemirror-for-codeeditor/#installation)
 * [개발](https://ko.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://ko.wordpress.org/plugins/tags/code/)[Codemirror](https://ko.wordpress.org/plugins/tags/codemirror/)
   [sourcecode](https://ko.wordpress.org/plugins/tags/sourcecode/)[syntax](https://ko.wordpress.org/plugins/tags/syntax/)
   [SyntaxHighlighter](https://ko.wordpress.org/plugins/tags/syntaxhighlighter/)
 *  [고급 보기](https://ko.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)