Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement cursorline and cursorcolumn #20

Closed
257 opened this issue Feb 10, 2015 · 13 comments
Closed

implement cursorline and cursorcolumn #20

257 opened this issue Feb 10, 2015 · 13 comments

Comments

@257
Copy link

257 commented Feb 10, 2015

cursorline is great in vim but here we would also need columns to be highlighted...
update: vim has cursorcolumn! so implement equivalent of that.

@andmarti1424
Copy link
Owner

I am not sure if I get this feature request. You can change colors and other format attributes such as bold, dim, reverse, standout, blink.. of COLUMN and ROW headings that covers the selected cell, redefining CELL_SELECTION_SC. See :color command.

@257
Copy link
Author

257 commented Feb 10, 2015 via email

@andmarti1424
Copy link
Owner

Here you dont have a cursor, unless you edit a cell content (inputline).
The color of row an column headings change when they cover the selected cell.

@257
Copy link
Author

257 commented Feb 10, 2015

what i'm asking is more like a ruler on a technical drawing board.

@257
Copy link
Author

257 commented Feb 10, 2015

6712210055_391f2fd30b

@257 257 changed the title implement cursorline (row and column) implement cursorline and cursorcolumn Feb 10, 2015
@andmarti1424
Copy link
Owner

Anyone else interested in this feature?? Please leave a comment and vote for it.

@andmarti1424
Copy link
Owner

Hello @257. Did you try setting color type GRID_ODD and GRID_PAIR? Please see doc

@andmarti1424
Copy link
Owner

andmarti1424 commented Mar 25, 2021

Actually I try this today, but I dont see it shows confortly. Its a little messy..
image

And here it should handle (didnt do that) what you already define for default_background.. can be a little tricky
image
)

@andmarti1424
Copy link
Owner

andmarti1424 commented Mar 25, 2021

Two different things, but I believe GRID_ODD and GRID_PAIR is way better..

@andmarti1424
Copy link
Owner

@257 I close this since I dont think this will be added. Please feel free to open a conversation so others can discuss if this feature is useful / worth it. Thanks.

@ertect
Copy link

ertect commented Jan 5, 2022

Actually I try this today, but I dont see it shows confortly. Its a little messy.. image

And here it should handle (didnt do that) what you already define for default_background.. can be a little tricky image )

In my particular context I'd only want to highlight the row, not the column, so that would do away with the messiness. Also, I'd highlight with a much less stand-out color, like dark-grey against a black background with only the cell the cursor is on standing out a lot (maybe yellow on black).

@257
Copy link
Author

257 commented Apr 18, 2022

looks cool!

@257
Copy link
Author

257 commented Apr 18, 2022

@andmarti1424 any patches i can try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants