Coder Social home page Coder Social logo

tarobun / typewriter-net Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cser/typewriter-net

0.0 2.0 0.0 29.1 MB

The clumsy non-functional plain text editor without documentation. But it's usable

C# 90.83% NSIS 0.15% Haskell 0.24% HTML 3.55% ABAP 0.32% Ada 0.04% AutoHotkey 0.02% ActionScript 0.02% Forth 0.05% PHP 0.03% Ruby 0.03% PLpgSQL 0.05% Shell 0.19% Erlang 0.07% C++ 0.89% Lua 0.09% Python 0.89% Fortran 0.08% C 2.36% OCaml 0.10%

typewriter-net's Introduction

Typewriter.NET

Current state (may be another branch): Build status Build status

Last stable installer for download: Build status Build status

preview_1

Features

Described in Wiki

Sources

  1. Text drawing idea and parts of code got from FastColoredTextBox

    Copyright (C) Pavel Torgashov, 2011-2013.
    Email: [email protected].
    http://www.codeproject.com/Articles/161871/Fast-Colored-TextBox-for-syntax-highlighting
    https://github.com/PavelTorgashov/FastColoredTextBox

    This is not fork of FastColoredTextBox because I have not mastered to improve it. Honestly, I was trying to introduce several cursors. But it was so difficult for me

  2. Idea of text highlighting got from post about Qutepart/Enki: http://habrahabr.ru/post/188144/
    Editor uses Kate highlighting files (because there are already 200 languages for free)

  3. Encoding detection

    TextFileEncodingDetector.cs got without changes from
    https://gist.github.com/TaoK/945127

  4. Info that using for file opening in same application instance http://www.codeproject.com/Tips/1017834/How-to-Send-Data-from-One-Process-to-Another-in-Cs

  5. OmniSharp server https://github.com/OmniSharp/omnisharp-server

  6. JSON parser https://github.com/libla/TinyJSON

  7. Custom scroll bar (modified) http://www.codeproject.com/Articles/41869/Custom-Drawn-Scrollbar

  8. Regex for search by char[] instead of string got with changes from mono https://github.com/mono/mono/tree/master/mcs/class/referencesource/System/regex/system/text/regularexpressions

  9. jsx syntax file https://github.com/brunocodutra/kate-jsx

  10. Snippets (supported particulary) https://github.com/honza/vim-snippets

Installation without building

Download typewriter-net-installer-XX.exe at the root of the repository and run it
Requires NET Framework 2.0

Or you can get latest stable installer

Building

Requires NET Framework 2.0 (necessarily) and NSIS (optional for installer building)

To build and install:

  1. Install NSIS from http://nsis.sourceforge.net/Download
  2. Add NSIS directory (for example C:\Program Files (x86)\NSIS) to PATH
  3. Execute MSBuild in repository folder:
    C:\Windows\Microsoft.NET\Framework\v2.0.50727\MSBuild.exe /target:run-installer
    (Of cause, you can add MSBuild to PATH too)

To build and run without installation:

  1. Execute in repository folder:
    C:\Windows\Microsoft.NET\Framework\v2.0.50727\MSBuild.exe /target:tw

typewriter-net's People

Contributors

cser avatar tarobun avatar

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.