Giter Site home page Giter Site logo

coderoom's Introduction

CodeRoom v0.1.5 Development

Keyboard commands:
Ctrl + S:          Save
Ctrl + W:          Save As
Ctrl + O:          Open
Ctrl + N:          New Document
Ctrl + Q:          Quit
Escape:            Quit
Ctrl + H:          Choose Syntax Highlighting
Ctrl + Return:     Create new line after the current (same as End + Return)

QuickInsert keys:
F5 to F12:         QuickInsert, as defined in syntax file
Ctrl + F5 to F12:  Define new QuickInsert on desired key

QuickInsert syntax:
First symbol:      Defined separator, sep
\n:                Newline
\t:                Tab
\s:                Space (actual spaces are used as delimiters between separators
sep:               Cursor location
sepsep:            Will be replaced by marked text, when command is pressed
sepsepsep:         Will be replaced by the current line, when command is pressed
sepsepsepsep:      Will be replaced by the current word, when command is pressed
\\n:               Plain text \n
\\t:               Plain text \t
\\s:               Plain text \s

***************************************************************************
Syntax highlighting:
***************************************************************************

Use \s as space character
Do not use \n in linespans, use restofline instead
Freewords cannot contain symbols

Priority:
multibehindregexp > multiregexp > multilinespan > singlebehindregexp > singleregexp > restofline > singlelinespan > freewords > inlinewords
The lower a span appear in the document, the higher the priority. The above still apply though.

Use // to comment. Comment must not contain COLON. Comments must have a free line or another comment above it.

coderoom's People

Watchers

 avatar  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.