GithubHelp home page GithubHelp logo

lt-relativelinenumbers's People

Contributors

crantok avatar davecoates avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

crantok

lt-relativelinenumbers's Issues

Current line number misalignment

This is a bit of a weird one.

If you have a file with N lines, then the current line number, L, is misaligned (it's 10s digit is where the units should be) when:

L > 100 and L > N-100 and L < N

Line numbers not shown

After installing the plugin, no functionality seems to be added. No line numbers (relative or absolute) are shown. I've tried using the command menu to select relative line numbers but nothing happened.

Light Table version
0.7.2
Binary version
0.8.6

Screen not scrolling with cursor

When I move the cursor below the bottom of the screen, the screen doesn't scroll with the cursor.

Removing (.refresh (editor/->cm-ed this)) from the ::update-line-numbers behavior fixes the scrolling, but breaks the line-numbers.

I'm currently using the following hack to update the gutter, but there has to be a better way:

(behavior ::update-line-numbers
          :triggers #{:move :active}
          :reaction (fn [this]
                      (let [last-line (-> @state :pos :line)]
                        (swap! state assoc :pos (editor/->cursor this))
                        (when (not= last-line (-> @state :pos :line))
                          (let [ln-option (editor/option this "lineNumbers")
                                ln-option (and ln-option (or (= ln-option "t") "t"))]
                            (editor/set-options this {"lineNumbers" ln-option}))))))

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.