Lithium Studio Editor Enhancement

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

Lithium Studio Editor Enhancement란 무엇입니까?

Lithium Studio Editor Enhancement은(는) Nico Balestra에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends the functionality of Lithium Studio Editor by adding syntax highlighting, line numbers, code folding, etc..."입니다.

확장 프로그램 스크린샷

screenshot

Lithium Studio Editor Enhancement 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Lithium Studio Editor Enhancement Lithium Studio Editor Enhancement
ID noiffnkgeldhkegbdldaeghijnoghapj
공식 URL https://chromewebstore.google.com/detail/lithium-studio-editor-enh/noiffnkgeldhkegbdldaeghijnoghapj
설명 Extends the functionality of Lithium Studio Editor by adding syntax highlighting, line numbers, code folding, etc...
파일 크기 250 KB
설치 횟수 237
현재 버전 2.2
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 4.56/5 총 9 개의 평점
개발자 Nico Balestra
결제 유형 free
지원되는 언어 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"
    }
}