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

#610 Multi Cursor for paredit #1606

Open
wants to merge 54 commits into
base: dev
Choose a base branch
from

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    a482351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    815e4bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87c6d49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4616405 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b090921 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f12aea View commit details
    Browse the repository at this point in the history
  7. Fix spelling mistake

    riotrah committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    0b377a8 View commit details
    Browse the repository at this point in the history
  8. prettier format files

    riotrah committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    d00a3c2 View commit details
    Browse the repository at this point in the history
  9. prettier format (again lol)

    riotrah committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    5594bc4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c8a408 View commit details
    Browse the repository at this point in the history
  11. Add more cspell exceptions

    riotrah committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    57a1d9a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2bcc6e7 View commit details
    Browse the repository at this point in the history
  13. Format

    riotrah committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    40f2612 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    46d4fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f8a758 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fd9345 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49f77e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    230dff6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2242e08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f77f77 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    071b4d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c5a74a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    308d3e7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c79490c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Merge branch 'rayat-amperity/issue610' of https://github.com/rayat-am…

    …perity/calva into rayat-amperity-rayat-amperity/issue610
    PEZ committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    bcf8838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e991540 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from BetterThanTomorrow/rayat-amperity-rayat-am…

    …perity/issue610
    
    Adding the doc->textnotation as a command
    rayat-amperity authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    464f041 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61087b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e44247 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Configuration menu
    Copy the full SHA
    0877a1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43f67f3 View commit details
    Browse the repository at this point in the history
  3. Add link to text-notation video

    PEZ committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    dfed45e View commit details
    Browse the repository at this point in the history
  4. Add some multi-cursor tests

    PEZ committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    7c7a926 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc51d29 View commit details
    Browse the repository at this point in the history
  6. Update changelog [skip ci]

    PEZ committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    7a06377 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d37220 View commit details
    Browse the repository at this point in the history
  8. Update changelog

    PEZ committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    f5651f3 View commit details
    Browse the repository at this point in the history
  9. Add tests exposing docFromTextNotation bug

    With right->left selectios
    PEZ committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    ace972e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Fix tNToDoc regressions

    riotrah committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    62a922f View commit details
    Browse the repository at this point in the history
  2. Add a selection smorgasboard test

    PEZ committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    7f133a2 View commit details
    Browse the repository at this point in the history
  3. Add more tests barf and splice

    PEZ committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    ac76eb1 View commit details
    Browse the repository at this point in the history
  4. Add some tests for Wrap Sexp

    PEZ committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    5d5c1e4 View commit details
    Browse the repository at this point in the history
  5. Add some tests for kill-right

    PEZ committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    180c757 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    bccbafb View commit details
    Browse the repository at this point in the history
  2. Simplify tasks.json

    riotrah committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    29da58e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98750bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    394c9fe View commit details
    Browse the repository at this point in the history
  5. Some cleanup, spelling

    riotrah committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    cd90fa9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    345e8cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d33bedd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    ead4af0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    a095c45 View commit details
    Browse the repository at this point in the history
  2. Remove funny precompile command

    PEZ committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    86dff85 View commit details
    Browse the repository at this point in the history
  3. Use dev tasks.json

    PEZ committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    5975c48 View commit details
    Browse the repository at this point in the history