samuelGrahame / ExpressCraft

ExpressCraft (For Bridge.Net) - Create a Windows Application using ExpressCraft UI and Bridge for the Browser. Handles Modal and Non-Modal Forms - When using Dialogues you can assign call-backs based on the Dialogue Result.
https://github.com/samuelGrahame/ExpressCraftDemo
Apache License 2.0
31 stars 7 forks source link

Add Support for Code Editor - Ace #26

Closed samuelGrahame closed 7 years ago

samuelGrahame commented 7 years ago

Link: https://ace.c9.io

samuelGrahame commented 7 years ago

Added Code Editor Syntax Enums:

public enum AceModeTypes
{
    abap, // ABAP
    abc, // ABC
    actionscript, // ActionScript
    ada, // ADA
    apache_conf, // Apache, // Conf
    asciidoc, // AsciiDoc
    assembly_x86, // Assembly, // x86
    autohotkey, // AutoHotKey
    batchfile, // BatchFile
    bro, // Bro
    c_cpp, // C, // and, // C++
    c9search, // C9Search
    cirru, // Cirru
    clojure, // Clojure
    cobol, // Cobol
    coffee, // CoffeeScript
    coldfusion, // ColdFusion
    csharp, // C#
    css, // CSS
    curly, // Curly
    d, // D
    dart, // Dart
    diff, // Diff
    dockerfile, // Dockerfile
    dot, // Dot
    drools, // Drools
    dummy, // Dummy
    dummysyntax, // DummySyntax
    eiffel, // Eiffel
    ejs, // EJS
    elixir, // Elixir
    elm, // Elm
    erlang, // Erlang
    forth, // Forth
    fortran, // Fortran
    ftl, // FreeMarker
    gcode, // Gcode
    gherkin, // Gherkin
    gitignore, // Gitignore
    glsl, // Glsl
    gobstones, // Gobstones
    golang, // Go
    groovy, // Groovy
    haml, // HAML
    handlebars, // Handlebars
    haskell, // Haskell
    haskell_cabal, // Haskell, // Cabal
    haxe, // haXe
    hjson, // Hjson
    html, // HTML
    html_elixir, // HTML, // (Elixir)
    html_ruby, // HTML, // (Ruby)
    ini, // INI
    io, // Io
    jack, // Jack
    jade, // Jade
    java, // Java
    javascript, // JavaScript
    json, // JSON
    jsoniq, // JSONiq
    jsp, // JSP
    jsx, // JSX
    julia, // Julia
    kotlin, // Kotlin
    latex, // LaTeX
    less, // LESS
    liquid, // Liquid
    lisp, // Lisp
    livescript, // LiveScript
    logiql, // LogiQL
    lsl, // LSL
    lua, // Lua
    luapage, // LuaPage
    lucene, // Lucene
    makefile, // Makefile
    markdown, // Markdown
    mask, // Mask
    matlab, // MATLAB
    maze, // Maze
    mel, // MEL
    mushcode, // MUSHCode
    mysql, // MySQL
    nix, // Nix
    nsis, // NSIS
    objectivec, // Objective-C
    ocaml, // OCaml
    pascal, // Pascal
    perl, // Perl
    pgsql, // pgSQL
    php, // PHP
    powershell, // Powershell
    praat, // Praat
    prolog, // Prolog
    properties, // Properties
    protobuf, // Protobuf
    python, // Python
    r, // R
    razor, // Razor
    rdoc, // RDoc
    rhtml, // RHTML
    rst, // RST
    ruby, // Ruby
    rust, // Rust
    sass, // SASS
    scad, // SCAD
    scala, // Scala
    scheme, // Scheme
    scss, // SCSS
    sh, // SH
    sjs, // SJS
    smarty, // Smarty
    snippets, // snippets
    soy_template, // Soy, // Template
    space, // Space
    sql, // SQL
    sqlserver, // SQLServer
    stylus, // Stylus
    svg, // SVG
    swift, // Swift
    tcl, // Tcl
    tex, // Tex
    text, // Text
    textile, // Textile
    toml, // Toml
    tsx, // TSX
    twig, // Twig
    typescript, // Typescript
    vala, // Vala
    vbscript, // VBScript
    velocity, // Velocity
    verilog, // Verilog
    vhdl, // VHDL
    wollok, // Wollok
    xml, // XML
    xquery, // XQuery
    yaml, // YAML
    django // Django
}