andmarti1424 / sc-im

sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Other
4.85k stars 207 forks source link

Is it possible to use the simple column format style in specific cells? #801

Closed SeerLite closed 1 year ago

SeerLite commented 1 year ago

I'd like to have an easy keybind to increase and decrease decimal precision, but only in the current cell and not affect the entire column. Is that possible?

andmarti1424 commented 1 year ago

Format that cell only

SeerLite commented 1 year ago

Hi, I don't see a way to format a single cell with the {COLUMN} {WIDTH} {PRECISION} {TYPE} options like columns. Am I missing something?

Edit: And I'm not seeing a way to do f+ to change the decimal precision on a single cell either. This is the part that matters to me.

andmarti1424 commented 1 year ago

You have to use :format command. Please see doc.

SeerLite commented 1 year ago

I have read the instructions for :format several times. I still don't see a way to achieve what I want, which is why I opened this issue.

Do you intend to say that the feature that I want is not planned?

Edit: I want cell-wise simple column formatting as opposed to printf-style column formatting.

andmarti1424 commented 1 year ago

Please feel free to open discussions for questions. Issues are intended for reporting bugs. To format only one cell you have to use print format.

SeerLite commented 1 year ago

Oh sorry! Are feature requests also done in discussions?

Edit: Neither the README nor the "New issue" template talks about using discussions :s How is one supposed to know?

andmarti1424 commented 1 year ago

Yes. Please use discussions for questions and feature requests. May be we should update Readme file