Git Product home page Git Product logo

coteditor-scriptmenu's Introduction

These files are scripts for CotEditor http://sourceforge.jp/projects/coteditor/.

Put them in the ScriptMenu folder ~/Library/Application Support/CotEditor/ScriptMenu/.

[email protected] (command + r)
    ファイルの拡張子に関連付けられたスクリプトを実行します.
    スクリプトは"Run.d"ディレクトリに置いておきます.
    Run script associated with the file extension
    The file is assosiated with "Run.d/" + the file extension +".applescript"

Hello.^@l.applescript (ctrl + command + l)
    ファイルの拡張子に基づいてテンプレートをロードします.
    テンプレートは"Hello.d"ディレクトリに置いておきます.
    Load a 'Hello World' template based on the file extension
    The file is assosiated with "Hello.d/hello." + the file extension

Open Finder.^@o.applescript (ctrl + command + o)
    ファイルの場所でファインダーを開きます.
    Open Finder at the file location

Open Terminal.^@t.applescript (ctrl + command + t)
    ファイルの場所でターミナルを開きます.
    Open Terminal at the file location

Predefined entity reference.py
    選択範囲の実体参照を置換します.
    Replace the special characters in the selection (requires chmod 755)

Artistic Style.sh
    選択範囲のC, C++, C#, Javaのソースを整形します.
    Format the C, C++, C# and Java code in the selection (requires chmod 755)
    Rewrite the script if "astyle" is not located in "/usr/local/bin/"

coteditor-scriptmenu's People

Contributors

satomacoto avatar

Stargazers

eg avatar Simon Ernst avatar Harumaru avatar  avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.