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

hide specified fields #13

Closed
wants to merge 6 commits into from
Closed

hide specified fields #13

wants to merge 6 commits into from

Conversation

odanoburu
Copy link
Owner

@odanoburu odanoburu commented Feb 3, 2018

closes #2

- begin writing main function
- wrote draft for hiding one column
- TODO: make hide cols function hide multiple columns at once
- TODO: write invisibility spec part
- bug prevents function from working, not found yet
- new (better I hope) algorithm added to TODOs
- add TODOs
- mk field hiding work in MISC field
- refactor field hiding code
- add rm from invisibility spec
- add keybindings to keymap
- add keybindings to README
- add forward-char to save a constant time check for every line
  (without it the hide-fields mecanism would call not-looking-at-token
  at the end of line, and then forward it, and call it again; now it
  calls it once and does its job
- make tabs and newline buffers between areas with different invisible
  property values; this way when you are editing a something right next to
  a collapsed field the inserted text doesn't become part of the hidden field
@odanoburu odanoburu closed this Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

allow the collapse of columns
1 participant