Lithium Studio Editor Enhancement

Extends the functionality of Lithium Studio Editor by adding syntax highlighting, line numbers, code folding, etc...

¿Qué es Lithium Studio Editor Enhancement?

Lithium Studio Editor Enhancement es una extensión de Chrome desarrollada por Nico Balestra, y su función principal es "Extends the functionality of Lithium Studio Editor by adding syntax highlighting, line numbers, code folding, etc...".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Lithium Studio Editor Enhancement

Descarga archivos de extensión Lithium Studio Editor Enhancement en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Lithium Studio Editor Enhancement Chrome extension will enhance all main Lithium Studio text editors. Specifically it provides the following enhancement:
1. Line Numbers
2. Syntax highlighting (Freemarker syntax needs improving).
3. Tag match highlighting (currently only HTML is highlighted)
4. Autocomplete (press ctrl + Space to activate)
5. Code folding
6. Resizable text editors.
7. Full screen mode

It applies such enhancements to the Component editor, Endpoints Editor, Wrapper Editor and API Browser.
XML editors (quilts and layout) are currently not enhanced.

Source code available here: https://github.com/tech-Nico/studioEnhance

Recent Changes
2.2 - Adjusted code for new css and init tabs (Thanks to Chiara for her contribution)
2.1 - FIXED so that read-only SASS files cannot be modified.
2.0 - ADDED support for SASS files
         FIXED - Wrapper has been fixed so all its sections are now enhanced.
1.9 - ADDED full screen mode and active line highlight
1.8 - ADDED empty option in themes selector to switch back to default theme
1.7 - ADDED themes
1.6 - FIXED bug which was preventing from showing the enhanced editor on the CSS editor.
1.5 - The extension now handles the CSS editor and the Initialization Script editor
1.4 - Added setting options. Currently you need to refresh the current page for the options to take effect.

The MIT License (MIT)

Copyright (c) 2015 Nico Balestra

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                    

Información Básica de la Extensión

Nombre Lithium Studio Editor Enhancement Lithium Studio Editor Enhancement
ID noiffnkgeldhkegbdldaeghijnoghapj
URL Oficial https://chromewebstore.google.com/detail/lithium-studio-editor-enh/noiffnkgeldhkegbdldaeghijnoghapj
Descripción Extends the functionality of Lithium Studio Editor by adding syntax highlighting, line numbers, code folding, etc...
Tamaño del Archivo 250 KB
Cantidad de Instalaciones 237
Versión Actual 2.2
Última Actualización 2019-03-08
Fecha de Publicación 2019-03-08
Calificación 4.56/5 Total de 9 Calificaciones
Desarrollador Nico Balestra
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lithium Studio Editor Enhancement",
    "description": "Extends the functionality of Lithium Studio Editor by adding syntax highlighting, line numbers, code folding, etc...",
    "version": "2.2",
    "author": "Nico Balestra",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/t5\/bizapps\/page\/tab\/community%3Astudio%3Acustom-content*",
                "*:\/\/*\/t5\/bizapps\/bizappspage\/tab\/community%3Astudio%3Acustom-content*",
                "*:\/\/*\/t5\/bizapps\/page\/tab\/community%3Astudio%3Apage-editor*",
                "*:\/\/*\/t5\/bizapps\/bizappspage\/tab\/community%3Astudio%3Apage-editor*",
                "*:\/\/*\/t5\/bizapps\/page\/tab\/community%3Astudio%3Aendpoints*",
                "*:\/\/*\/t5\/bizapps\/bizappspage\/tab\/community%3Astudio%3Aendpoints*",
                "*:\/\/*\/t5\/bizapps\/bizappspage\/tab\/community%3Astudio%3Acommunity-style%3Awrapper*",
                "*:\/\/*\/t5\/bizapps\/page\/tab\/community%3Astudio%3Acommunity-style%3Awrapper*",
                "*:\/\/*\/t5\/bizapps\/page\/tab\/community%3Astudio%3Alayout-editor*",
                "*:\/\/*\/t5\/bizapps\/bizappspage\/tab\/community%3Astudio%3Alayout-editor*",
                "*:\/\/*\/t5\/bizapps\/bizappspage\/tab\/community%3Astudio%3Aapi-browser*",
                "*:\/\/*\/t5\/bizapps\/bizappspage\/tab\/community%3Astudio%3Acommunity-style%3Acss*",
                "*:\/\/*\/t5\/bizapps\/page\/tab\/community%3Astudio*",
                "*:\/\/*\/t5\/bizapps\/bizappspage\/tab\/community%3Astudio%3Ainit*",
                "*:\/\/*\/t5\/bizapps\/bizappspage\/tab\/community%3Astudio%3Acommunity-style%3Asass*"
            ],
            "css": [
                "css\/codemirror.css",
                "css\/show-hint.css",
                "css\/docs.css",
                "css\/foldgutter.css",
                "css\/themes\/3024-day.css",
                "css\/themes\/3024-night.css",
                "css\/themes\/ambiance-mobile.css",
                "css\/themes\/ambiance.css",
                "css\/themes\/base16-dark.css",
                "css\/themes\/base16-light.css",
                "css\/themes\/blackboard.css",
                "css\/themes\/cobalt.css",
                "css\/themes\/eclipse.css",
                "css\/themes\/elegant.css",
                "css\/themes\/erlang-dark.css",
                "css\/themes\/lesser-dark.css",
                "css\/themes\/mbo.css",
                "css\/themes\/mdn-like.css",
                "css\/themes\/midnight.css",
                "css\/themes\/monokai.css",
                "css\/themes\/neat.css",
                "css\/themes\/neo.css",
                "css\/themes\/night.css",
                "css\/themes\/paraiso-dark.css",
                "css\/themes\/paraiso-light.css",
                "css\/themes\/pastel-on-dark.css",
                "css\/themes\/rubyblue.css",
                "css\/themes\/solarized.css",
                "css\/themes\/the-matrix.css",
                "css\/themes\/tomorrow-night-bright.css",
                "css\/themes\/tomorrow-night-eighties.css",
                "css\/themes\/twilight.css",
                "css\/themes\/vibrant-ink.css",
                "css\/themes\/xq-dark.css",
                "css\/themes\/xq-light.css",
                "css\/themes\/zenburn.css",
                "css\/fullscreen.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.min.js",
                "js\/codemirror\/codemirror.js",
                "js\/codemirror\/htmlmixed.js",
                "js\/codemirror\/matchbrackets.js",
                "js\/codemirror\/show-hint.js",
                "js\/codemirror\/xml.js",
                "js\/xml-ftl.js",
                "js\/codemirror\/css.js",
                "js\/codemirror\/foldgutter.js",
                "js\/codemirror\/javascript.js",
                "js\/codemirror\/matchtags.js",
                "js\/codemirror\/vbscript.js",
                "js\/codemirror\/xml-hint.js",
                "js\/codemirror\/foldcode.js",
                "js\/codemirror\/brace-fold.js",
                "js\/codemirror\/comment-fold.js",
                "js\/codemirror\/xml-fold.js",
                "js\/codemirror\/fullscreen.js",
                "js\/codemirror\/active-line.js",
                "js\/init.js"
            ]
        }
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "page_action": {
        "default_name": "Set Options",
        "default_icon": "icon_48.png",
        "default_popup": "options.html"
    }
}