Skip to content
/ ace Public
forked from marekmurawski/ace

Ace filter for Wolf CMS (based on Ajax.org Cloud9 Editor)

Notifications You must be signed in to change notification settings

dedlfix/ace

This branch is 2 commits ahead of, 25 commits behind marekmurawski/ace:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7706c8d · Feb 19, 2013

History

28 Commits
Feb 1, 2013
Feb 19, 2013
Oct 3, 2012
Feb 19, 2013
Jan 22, 2013
Feb 4, 2013
Jan 22, 2013
Feb 1, 2013
Oct 24, 2012
Sep 22, 2012
Feb 4, 2013
Sep 22, 2012

Repository files navigation

Ace filter for Wolf CMS

Code editor and syntax highlighter based on Ajax.org Cloud9 Editor.

Features

  • Multiple themes selection
  • css, html, javascript, json, markdown, php, text, textile and xml modes
  • custom font size, line wrapping length, editor window height
  • integrates with page part, snippet and (optionally) layout editing windows
  • keeps scroll position in every editor instance
  • keeps cursor position in every editor instance
  • keeps syntax highlighting mode in every editor instance
  • live PHP syntax checking

Installation

Ace Plugin can be installed into your WolfCMS by uploading it to CMS_ROOT/wolf/plugins/ace/ and enabling it in administration panel.

Changelog

0.0.7

  • updated Ace to current build
  • live PHP syntax checking
  • some more bugfixes

0.0.6

  • the editor now stores text cursor position and gets focus automatically
  • bugfixes for scroll position persistence
  • added option to toggle active line highlighting
  • corrected selection color in monokai theme to black
  • added new theme - Sublime Monokai - by NicNLD
  • added dutch translation - by NicNLD
  • some js code refactoring

0.0.4

  • fixed issues with multiple page parts editing
  • per-page syntax highlighting mode storage
  • per-page scroll position storage
  • added icon to jump to global editor settings
  • added notification in case of wrong settings file permissions
  • fixed settings icon (thx David)

0.0.2

  • first release

License

  • GPLv3 license
  • Ace - BSD license

Disclaimer

While I make every effort to deliver quality plugins for Wolf CMS, I do not guarantee that they are free from defects. They are provided “as is," and you use it at your own risk. I'll be happy if you notice me of any errors.

I'm not really programmer nor web developer, however I like programming PHP and JavaScript. In fact I'm an architekt.

About

Ace filter for Wolf CMS (based on Ajax.org Cloud9 Editor)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 73.0%
  • JavaScript 27.0%