Giter Club home page Giter Club logo

editor's People

Contributors

lieuwex avatar riordanix avatar tomsmeding avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

editor's Issues

dd doesn't really work correctly

it skips a line further than should actually be the case

standing on:

function () {
kaas;|
kaas;
}

when I press dd I expect:

function () {
kaas;|
}

but I get:

function () {
kaas;
|}

Doubt on line no 16 for file io.h

Hello Tom,

inline bool operator==(const Colour &a,const Colour &b){
    return a.r==b.r&&a.g==b.g&&a.b==b.b;
}

I could not understand syntax for the above code. Can you please tell the usage of == operator in the above function.

Name proposal

Hello,
I was looking for a basic text editor and found this project. It's simple enough to wrap my head around and doesn't have a thousand dependencies, which I love!

I was wondering if you were looking for a name for it. If so, I would like to propose the name "Smeditor", after the original author. I think it has the perfect amount of cheese.

Thanks for the consideration.

Procedure to execute and contribute to editor project

Hello,
I am interested in contributing to editor project. As you mentioned that this is a text editor that work like Vim editor. Can you please tell me how to start this editor on terminal (using mac ). Also please mention some ways to contribute to this project.

Make command not executing (using mac)

Correct me if I am doing wrong here. I entered the editor folder and wrote "make" command and it shows following error.
screenshot 2016-02-15 14 47 07

I thought there is problem with Lua here but then I checked that Lua is installed on my machine and I get following output when I checked Lua version.
screenshot 2016-02-15 14 47 25
Can you please help
Pawan

Documentation Support

Hello Tom,
I was reading the code of your project. Can you please write the documentation for what function does each file in the project do and how they are connected to each other to implement the editor
Thank you

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.