Metadata-Version: 1.0
Name: collective.codemirror
Version: 0.1-edw4
Summary: Integrate codemirror with Zope.
Home-page: http://svn.plone.org/svn/collective/
Author: UNKNOWN
Author-email: UNKNOWN
License: gpl
Description: .. contents::
        
        Introduction
        ============
        
        CodeMirror is a JavaScript library that provides features commonly found in IDEs
        (like syntax highlighting and smart indent) to browser-based editors.
        This product monkey patches Zope PythonScript ZMI edit form to use CodeMirror.
        It was tested in Chrome, Firefox and IE 9.
        
        Aim
        ===
        
        This product exists as a proposal of a feature addition to Zope itself: the author
        thinks textareas are too uncomfortable for developers to edit their code.
        
        Extending
        =========
        
        Including the file ++resource++codemirror/convertTextAreas.js all textareas with
        class codemirror-python will be converted.
        If an attribute called onCodeMirrorLoad is found on the textarea DOM element,
        it will be called with the codeMirror object as parameter.
        
        Contributors
        ============
        
        - Silvio Tomatis, Original Author
        
        Changelog
        =========
        
        0.1-edw4 (2012-03-16)
        ---------------------
        - fix for zope 2.12, 2.13
        
        0.1-edw3 (2012-03-16)
        ---------------------
        - clean up javascript data; fix bugs with page template editing
        
        0.1-edw2 (2012-03-15)
        ---------------------
        - also patch zope page templates
        
        0.1-edw1 (2012-03-15)
        ---------------------
        - use simplejson instead of json
        
        0.1dev (unreleased)
        -------------------
        
        - Inital implementation: monkey patch Zope to use codemirror in the ZMI
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
