Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commands for plain text editor #10567

Merged
merged 76 commits into from
Apr 27, 2023

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    b305cc9 View commit details
    Browse the repository at this point in the history
  2. hack in using the wysiwyg autocomplete

    Alun Turner committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f092fb1 View commit details
    Browse the repository at this point in the history
  3. switch to using onSelect for the behaviour

    Alun Turner committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    86883f8 View commit details
    Browse the repository at this point in the history
  4. expand comment

    Alun Turner committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d300050 View commit details
    Browse the repository at this point in the history
  5. add a handle command function to replace text

    Alun Turner committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    092fd71 View commit details
    Browse the repository at this point in the history
  6. add event firing step

    Alun Turner committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    9f2e7f1 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-for-plain-text-editor
    Alun Turner committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    e29b2e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-for-plain-text-editor
    Alun Turner committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    26b995d View commit details
    Browse the repository at this point in the history
  2. fix TS errors for RefObject

    Alun Turner committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    47d0d53 View commit details
    Browse the repository at this point in the history
  3. extract common functionality to new util

    Alun Turner committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    ac776b4 View commit details
    Browse the repository at this point in the history
  4. use util for plain text mode

    Alun Turner committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7de5f45 View commit details
    Browse the repository at this point in the history
  5. use util for rich text mode

    Alun Turner committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    5f89098 View commit details
    Browse the repository at this point in the history
  6. remove unused imports

    Alun Turner committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    ba8999c View commit details
    Browse the repository at this point in the history
  7. make util able to handle either type of keyboard event

    Alun Turner committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    46f5309 View commit details
    Browse the repository at this point in the history
  8. fix TS error for mxClient

    Alun Turner committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    f857c14 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    26baf97 View commit details
    Browse the repository at this point in the history
  10. shift logic into custom hook

    Alun Turner committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    380e265 View commit details
    Browse the repository at this point in the history
  11. rename ref to editorRef for clarity

    Alun Turner committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e0fa7dd View commit details
    Browse the repository at this point in the history
  12. remove comment

    Alun Turner committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    76f46b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. try to add cypress test for behaviour

    Alun Turner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    5d971b3 View commit details
    Browse the repository at this point in the history
  2. remove unused imports

    Alun Turner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    14fd02b View commit details
    Browse the repository at this point in the history
  3. fix various lint/TS errors for CI

    Alun Turner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    e08f450 View commit details
    Browse the repository at this point in the history
  4. update cypress test

    Alun Turner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    6a40aa6 View commit details
    Browse the repository at this point in the history
  5. add test for pressing escape to close autocomplete

    Alun Turner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    69a6ca4 View commit details
    Browse the repository at this point in the history
  6. expand cypress tests

    Alun Turner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c092b3e View commit details
    Browse the repository at this point in the history
  7. add typing while autocomplete open test

    Alun Turner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    262c7c0 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-for-plain-text-editor
    Alun Turner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    3e845e4 View commit details
    Browse the repository at this point in the history
  9. refactor to single piece of state and update comments

    Alun Turner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    590650e View commit details
    Browse the repository at this point in the history
  10. update comment

    Alun Turner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    7ac2318 View commit details
    Browse the repository at this point in the history
  11. extract functions for testing

    Alun Turner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    1d03122 View commit details
    Browse the repository at this point in the history
  12. add first tests

    Alun Turner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    cc357ae View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. improve tests

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    aac6630 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-for-plain-text-editor
    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    80108c7 View commit details
    Browse the repository at this point in the history
  3. remove console log

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7e9a230 View commit details
    Browse the repository at this point in the history
  4. call useSuggestion hook from different location

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2eb1203 View commit details
    Browse the repository at this point in the history
  5. update useSuggestion hook tests

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    3ad7c45 View commit details
    Browse the repository at this point in the history
  6. improve cypress tests

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9db2a45 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-for-plain-text-editor
    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b55ba4f View commit details
    Browse the repository at this point in the history
  8. remove unused import

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f83d074 View commit details
    Browse the repository at this point in the history
  9. fix selector in cypress test

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    368ce13 View commit details
    Browse the repository at this point in the history
  10. add another set of util tests

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    449521a View commit details
    Browse the repository at this point in the history
  11. remove .only

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c29d945 View commit details
    Browse the repository at this point in the history
  12. remove .only

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    db43084 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-for-plain-text-editor
    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    138b40e View commit details
    Browse the repository at this point in the history
  14. remove import

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c7d653e View commit details
    Browse the repository at this point in the history
  15. improve cypress tests

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b52eeb2 View commit details
    Browse the repository at this point in the history
  16. remove .only

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    3198acb View commit details
    Browse the repository at this point in the history
  17. add comment

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6647bb5 View commit details
    Browse the repository at this point in the history
  18. improve comments

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    750dea4 View commit details
    Browse the repository at this point in the history
  19. tidy up tests

    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a467a2b View commit details
    Browse the repository at this point in the history
  20. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-for-plain-text-editor
    Alun Turner committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c934f9a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8eb1d6a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-for-plain-text-editor
    Alun Turner committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    aeeca8c View commit details
    Browse the repository at this point in the history
  2. consolidate all cypress tests to one

    Alun Turner committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    b3ca730 View commit details
    Browse the repository at this point in the history
  3. add early return

    Alun Turner committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    cc17e0e View commit details
    Browse the repository at this point in the history
  4. fix typo, add documentation

    Alun Turner committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    d883727 View commit details
    Browse the repository at this point in the history
  5. add early return, tidy up comments

    Alun Turner committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    1a627ed View commit details
    Browse the repository at this point in the history
  6. change function expression to function declaration

    Alun Turner committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    bec06f9 View commit details
    Browse the repository at this point in the history
  7. add documentation

    Alun Turner committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    6fdee58 View commit details
    Browse the repository at this point in the history
  8. fix broken test

    Alun Turner committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7948fa7 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-for-plain-text-editor
    Alun Turner committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    26663b5 View commit details
    Browse the repository at this point in the history
  2. add check to cypress tests

    Alun Turner committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    799f9a2 View commit details
    Browse the repository at this point in the history
  3. update types

    Alun Turner committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    eeb3c6c View commit details
    Browse the repository at this point in the history
  4. update comment

    Alun Turner committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    ab5abb4 View commit details
    Browse the repository at this point in the history
  5. update comments

    Alun Turner committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    9b8ee00 View commit details
    Browse the repository at this point in the history
  6. shift ref declaration inside the hook

    Alun Turner committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    88840bf View commit details
    Browse the repository at this point in the history
  7. remove unused import

    Alun Turner committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    ed1b78c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-for-plain-text-editor
    Alun Turner committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d0d2f4d View commit details
    Browse the repository at this point in the history
  2. update cypress test and add comments

    Alun Turner committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    fe01f99 View commit details
    Browse the repository at this point in the history
  3. update usePlainTextListener comments

    Alun Turner committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0d1852c View commit details
    Browse the repository at this point in the history
  4. apply suggested changes to useSuggestion

    Alun Turner committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    cbcb170 View commit details
    Browse the repository at this point in the history
  5. update tests

    Alun Turner committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    6f3b7f0 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-for-plain-text-editor
    Alun Turner committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    66871b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da6ae51 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

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

Commits on Apr 27, 2023

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