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

Skip blank lines in browse mode, WIP fixes #4904 #6704

Closed
wants to merge 13 commits into from

Commits on Jan 6, 2017

  1. Support skipping lines if the tree interceptor allows it.

    This is implemented by a cursor manager tweek to the caret helper, and a new method on treeInterceptors/cursor managers called shouldSkipBlankLines taking an text info.
    derekriemer committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    0308b9c View commit details
    Browse the repository at this point in the history
  2. Added GUI, fixed some bugs.

    derekriemer committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    b5db801 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7964bae View commit details
    Browse the repository at this point in the history
  4. Multiple things:

    Don't skip blank lines for pre tags (Works in all browsers but edge
    Don't skip blank lines in word.
    If clickable and not only line, skipperuni.
     quicnav blank skipping, so that the arrows end up at the first line of text.
    derekriemer committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    c7d1ae5 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. When going to beginning or end, firstly, don't move to blank lines. S…

    …econdly, if control+home or control+end, don't land on a blank at any cost
    derekriemer committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    3061135 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Merge branch 'master' into i4904

    Conflicts:
    	source/config/__init__.py
    Do to config spec upgrade, the config addition was placed into config/configSpec
    derekriemer committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    e62ef3e View commit details
    Browse the repository at this point in the history
  2. Add blank line

    derekriemer committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    33ae2cd View commit details
    Browse the repository at this point in the history
  3. Add blank line I accidentally removed.

    derekriemer committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    8645f22 View commit details
    Browse the repository at this point in the history
  4. Clear up a comment that wasn't very nicely written

    derekriemer committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    2b6327b View commit details
    Browse the repository at this point in the history
  5. Remove two blank lines.

    derekriemer committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    452cc9d View commit details
    Browse the repository at this point in the history
  6. Edge doesn't expose isHidden. Therefore, don't require it, just use i…

    …t if we can get it.
    derekriemer committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    0ca77c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. Merge branch 'master' into i4904

    Base this for updating the cursorManager unit tests.
    derekriemer committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    b117807 View commit details
    Browse the repository at this point in the history
  2. Add tests for skipping blank lines, and for not skipping blank lines,…

    … and for simply using cursor managers with blank line skipping disabled.
    derekriemer committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    7537311 View commit details
    Browse the repository at this point in the history