Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added my own theme, add it to the next version if you like it #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions core/components/ace/documents/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog for Ace integration into MODx Revolution.

Ace 1.4.3
====================================
- Added: exside theme

Ace 1.4.2
====================================
- Added: Undo coalescing
Expand Down
2 changes: 1 addition & 1 deletion core/components/ace/lexicon/de/default.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
$_lang['area_general'] = 'Allgemeine Einstellungen';

$_lang['setting_ace.theme'] = 'Editor Thema';
$_lang['setting_ace.theme_desc'] = 'Verfügbare Themen: ambiance, chaos, chrome, clouds, clouds_midnight, cobalt, crimson_editor, dawn, dreamweaver, eclipse, github, idle_fingers, kr, merbivore, merbivore_soft, mono_industrial, monokai, pastel_on_dark, solarized_dark, solarized_light, terminal, textmate, tomorrow, tomorrow_night, tomorrow_night_blue, tomorrow_night_bright, tomorrow_night_eighties, twilight, vibrant_ink, xcode.';
$_lang['setting_ace.theme_desc'] = 'Verfügbare Themen: ambiance, chaos, chrome, clouds, clouds_midnight, cobalt, crimson_editor, dawn, dreamweaver, eclipse, exside, github, idle_fingers, kr, merbivore, merbivore_soft, mono_industrial, monokai, pastel_on_dark, solarized_dark, solarized_light, terminal, textmate, tomorrow, tomorrow_night, tomorrow_night_blue, tomorrow_night_bright, tomorrow_night_eighties, twilight, vibrant_ink, xcode.';
$_lang['setting_ace.word_wrap'] = 'Zeilenumbruch';
$_lang['setting_ace.word_wrap_desc'] = 'Lange Zeilen umbrechen.';
$_lang['setting_ace.font_size'] = 'Schriftgröße';
Expand Down
2 changes: 1 addition & 1 deletion core/components/ace/lexicon/en/default.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
$_lang['area_general'] = 'General settings';

$_lang['setting_ace.theme'] = 'Editor theme';
$_lang['setting_ace.theme_desc'] = 'Available themes: ambiance, chaos, chrome, clouds, clouds_midnight, cobalt, crimson_editor, dawn, dreamweaver, eclipse, github, idle_fingers, kr, merbivore, merbivore_soft, mono_industrial, monokai, pastel_on_dark, solarized_dark, solarized_light, terminal, textmate, tomorrow, tomorrow_night, tomorrow_night_blue, tomorrow_night_bright, tomorrow_night_eighties, twilight, vibrant_ink, xcode.';
$_lang['setting_ace.theme_desc'] = 'Available themes: ambiance, chaos, chrome, clouds, clouds_midnight, cobalt, crimson_editor, dawn, dreamweaver, eclipse, exside, github, idle_fingers, kr, merbivore, merbivore_soft, mono_industrial, monokai, pastel_on_dark, solarized_dark, solarized_light, terminal, textmate, tomorrow, tomorrow_night, tomorrow_night_blue, tomorrow_night_bright, tomorrow_night_eighties, twilight, vibrant_ink, xcode.';
$_lang['setting_ace.word_wrap'] = 'Word wrap';
$_lang['setting_ace.word_wrap_desc'] = 'Wrap long lines.';
$_lang['setting_ace.font_size'] = 'Font size';
Expand Down
2 changes: 1 addition & 1 deletion core/components/ace/lexicon/ru/default.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
$_lang['area_general'] = 'Основные настройки';

$_lang['setting_ace.theme'] = 'Тема редактора';
$_lang['setting_ace.theme_desc'] = 'Доступные темы: ambiance, chaos, chrome, clouds, clouds_midnight, cobalt, crimson_editor, dawn, dreamweaver, eclipse, github, idle_fingers, kr, merbivore, merbivore_soft, mono_industrial, monokai, pastel_on_dark, solarized_dark, solarized_light, terminal, textmate, tomorrow, tomorrow_night, tomorrow_night_blue, tomorrow_night_bright, tomorrow_night_eighties, twilight, vibrant_ink, xcode.';
$_lang['setting_ace.theme_desc'] = 'Доступные темы: ambiance, chaos, chrome, clouds, clouds_midnight, cobalt, crimson_editor, dawn, dreamweaver, eclipse, exside, github, idle_fingers, kr, merbivore, merbivore_soft, mono_industrial, monokai, pastel_on_dark, solarized_dark, solarized_light, terminal, textmate, tomorrow, tomorrow_night, tomorrow_night_blue, tomorrow_night_bright, tomorrow_night_eighties, twilight, vibrant_ink, xcode.';
$_lang['setting_ace.word_wrap'] = 'Перенос строк';
$_lang['setting_ace.word_wrap_desc'] = 'Переносить длинные строки.';
$_lang['setting_ace.font_size'] = 'Размер шрифта';
Expand Down