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

Test code folding #2994

Closed
3 tasks done
aeschli opened this issue Feb 13, 2016 · 0 comments
Closed
3 tasks done

Test code folding #2994

aeschli opened this issue Feb 13, 2016 · 0 comments
Assignees
Labels
editor-folding Editor code folding issues testplan-item
Milestone

Comments

@aeschli
Copy link
Contributor

aeschli commented Feb 13, 2016

Assignment

Details

  • test that you can see the folding gutter between line numbers and line start
    • test that turning off folding (setting editor.folding) remove the gutter
    • test that you can see folding arrows when the cursor is over the glyph section
    • test that collapsed region arrows are always visible
    • test that arrows look good in different themes and different editor settings (font size, line height, no line numbers...)
    • test that arrows play well with git decorations and any other possible line decorators
  • test that collapse regions are rendered with ...
    • test that you can click on the ellipses and that this expands the section
  • test the folding commands and keyboard shortcuts
    • Fold (Ctrl+ Shift + [) folds the innermost uncollapsed region at the cursor
    • Unfold (Ctrl+ Shift + ]) unfolds the collapsed region at the cursor
    • Fold All (Ctrl+ Shift + Alt + [) folds all region in the editor
    • Unfold All (Ctrl+ Shift + Alt + ]) unfolds all regions in the editor
  • test editing with collapsed reguosn
    • cut/copy paste
    • typing
    • formatting
    • find/replace
    • multicursor
@aeschli aeschli added this to the Feb 2016 milestone Feb 13, 2016
@aeschli aeschli self-assigned this Feb 13, 2016
@egamma egamma mentioned this issue Feb 20, 2016
97 tasks
@aeschli aeschli added the editor-folding Editor code folding issues label Feb 24, 2016
@Tyriar Tyriar closed this as completed Feb 24, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-folding Editor code folding issues testplan-item
Projects
None yet
Development

No branches or pull requests

2 participants