save the list of tests in repo
[?]
Jun 2, 2023, 2:43 PM
SGMA5JLEDZ6KXLU7VBC3OSK4BSEZEPXUUERYWGAYB6ZCD2537I2ACDependencies
- [2]
R5QXEHUIsomebody stop me
Change contents
- file addition: text_tests[2.2]
== Summary of tests for the text editorThis doesn't include all tests and might not change between forks, but it'sintended to be the "timeless core" of a text editor widget that shouldn'tchange across forks.# basicinitial statedraw textdraw wrapping textdraw word wrapping textdraw text wrapping within worddraw wrapping text containing non ascii# mouseclick moves cursorclick to left of lineclick takes margins into accountclick on empty lineclick on wrapping lineclick on wrapping line takes margins into accountclick on wrapping lineclick on wrapping line rendered from partway at top of screenclick past end of wrapping lineclick past end of wrapping line containing non asciiclick past end of word wrapping line# cursor movementmove leftmove left to previous linemove rightmove right to next linemove to start of wordmove to start of previous wordmove to start of word on previous linemove past end of wordmove past end of word on next lineskip to previous wordskip past tab to previous wordskip multiple spaces to previous wordskip to next wordskip past tab to next wordskip multiple spaces to next word# mutating textinsert first characteredit wrapping textinsert newlineinsert newline at start of lineinsert from clipboardbackspace from start of final linebackspace past line boundarybackspace over selectionbackspace over selection reversebackspace over multiple linesbackspace to end of linebackspace to start of line# scrollpagedownpagedown often shows start of wrapping linepagedown can start from middle of long wrapping linepagedown never moves updown arrow moves cursordown arrow scrolls down by one linedown arrow scrolls down by one screen linedown arrow scrolls down by one screen line after splitting within wordpagedown followed by down arrow does not scroll screen upup arrow moves cursorup arrow scrolls up by one lineup arrow scrolls up by one screen lineup arrow scrolls up to final screen lineup arrow scrolls up to empty linepageuppageup scrolls up by screen linepageup scrolls up from middle screen lineenter on bottom line scrolls downenter on final line avoids scrolling down when not at bottominserting text on final line avoids scrolling down when not at bottomtyping on bottom line scrolls downleft arrow scrolls up in wrapped lineright arrow scrolls down in wrapped linehome scrolls up in wrapped lineend scrolls down in wrapped lineposition cursor on recently edited wrapping linebackspace can scroll upbackspace can scroll up screen line# selectionselect text using shift and cursor movement operationsselect text using mouseselect text using mouse and shiftselect text repeatedly using mouse and shiftcursor movement without shift resets selectionedit deletes selectionedit with shift key deletes selectiondeleting selection may scrollcopy does not reset selectioncutcut without selectionpaste replaces selection# searchsearchsearch upwardssearch wrapsearch wrap upwards# undoundo insert textundo delete textundo restores selection