Coder Social home page Coder Social logo

jumptocolumn's Issues

Does not activate cursor after jump?

It seems that the position is highlighted in the scroll bar, but when I navigate to that area I cannot find the blinking cursor?

I'm trying to find a column position in an single-line XML document with no line breaks

[Feature request] Add hotkey or option to add spaces to lines until line reaches the desired column

Currently, if you try to move to (let's say) column 40 in a line that is 20 characters in length, the cursor is just moved to the end of line.

Could you please add a hotkey or a option that spaces are added until the line has enough length to move the cursor to the user-selected position? Like:

if (len(line) > selected_position):
   move_to_end_of_line
   add "selected_position-len(line)" spaces
   move cursor to selected_position

This way I could use the extension for ASM programming, where comments are typically added in column 35 or 40 next to the instructions, like:

    call Byte2ASCII_Hex           ; Convert A to Hex string
    ld hl, Byte2ASCII_output      ; HL points to String
 
    ld a, (hl)
    rst 16                        ; Print first Hex value
    inc hl                        ; Next char
    ld a, (hl)
    rst 16                        ; Print second Hex value

This way commends could be added easily after typing an instruction with hotkey + 40(enter) and then typing ';' plus the comment, without requiring to use the mouse or write several spaces to reach the desired column.

Thanks!

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.