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

Commits on Feb 2, 2018

  1. WIP:hide-cols (not working yet)

    - 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
    odanoburu committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    d2e9c55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90b45ef View commit details
    Browse the repository at this point in the history
  3. - add conllu--add-to-invisibility-spec

    - bug prevents function from working, not found yet
    odanoburu committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    6634e98 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. - hiding columns works, with lots of caveats

    - new (better I hope) algorithm added to TODOs
    - add TODOs
    odanoburu committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    823ac57 View commit details
    Browse the repository at this point in the history
  2. - mk field hiding work in conjunction with column alignment

    - mk field hiding work in MISC field
    - refactor field hiding code
    - add rm from invisibility spec
    - add keybindings to keymap
    - add keybindings to README
    odanoburu committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    0a42657 View commit details
    Browse the repository at this point in the history
  3. - rm unnecessary progn

    - 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 committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    6268c00 View commit details
    Browse the repository at this point in the history