Coder Social home page Coder Social logo

eis's Introduction

eis's People

Contributors

geronymos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

eis's Issues

git diff intergration

Problem

It is not shown which lines have changed till the last commit.

Solution

Analyze git diff to color the beginning of changed/added/delted lines.

You might need knowlege in sed and awk for this.

Check if depencies are installed

Problem

The porgramm breaks if git or highlight are not installed.

highlight also has different versions on different distros, so not all arguments work for all distros (for example highlight --syntax-by-name="$filename" ).

Solution

which highlight || exit
# or better
... | (highlight -... || cat) | ...

The first one just exists the programm and might print an error message. The second one tries to skip the program.

Fix RegEx

Problem

Sometimes the RegEx eats linebreaks. Also you can extend your cursor to multiple lines (hold down right and the curosr goes to the next line without the line-counter adding up).

Solution

Check for newbreaks in the RegEx.

Language-Server-Integration

Problem

Eventho we have syntax-highlighting, we have no autocompletion, linting or real-time error checking.

Solution

Implement the LSP (language-server-protocoll). We might do autocompletion with fzf (fuzzy-finder), dmenu or rofi.

spell-check

Problem

The editor neither marks spelling mistakes, nor lets you correct them.

Solution

There is a programm called spell which prints misspelled words in a differnt color (like grep). spell also has an interactive mode where you can chose the right word from a list. We might use this implimentation or have an own mode for that.

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.