MCPcopy Index your code

hub / github.com/maaslalani/sheets / functions

Functions432 in github.com/maaslalani/sheets

FunctionTestBuildVersionFallsBackToDev
(t *testing.T)
internal/sheets/main_test.go:461
FunctionTestCellFromMouseMapping
(t *testing.T)
internal/sheets/main_test.go:2995
FunctionTestCommandModeEmacsBindings
(t *testing.T)
internal/sheets/main_test.go:1667
FunctionTestCommandModeInsertsAtCursor
(t *testing.T)
internal/sheets/main_test.go:1764
FunctionTestCommandModeUsesPlainStatusStyle
(t *testing.T)
internal/sheets/main_test.go:1656
FunctionTestCommandPromptAliasesTrackCurrentFile
(t *testing.T)
internal/sheets/main_test.go:2746
FunctionTestCommandPromptEditLoadsCSVFromPath
(t *testing.T)
internal/sheets/main_test.go:1611
FunctionTestCommandPromptGotoMovesToTypedCell
(t *testing.T)
internal/sheets/main_test.go:1549
FunctionTestCommandPromptQuitReturnsQuitCommand
(t *testing.T)
internal/sheets/main_test.go:1568
FunctionTestCommandPromptUnknownCommandShowsMessage
(t *testing.T)
internal/sheets/main_test.go:1638
FunctionTestCommandPromptWritePersistsCSVToPath
(t *testing.T)
internal/sheets/main_test.go:1580
FunctionTestCtrlRRedoesLastUndoneEdit
(t *testing.T)
internal/sheets/main_test.go:2476
FunctionTestDisplayValueEvaluatesDirectRefsAndArithmetic
(t *testing.T)
internal/sheets/main_test.go:720
FunctionTestDisplayValueEvaluatesSumFormula
(t *testing.T)
internal/sheets/main_test.go:703
FunctionTestEditCursorMatchesInsertModeColor
(t *testing.T)
internal/sheets/main_test.go:2585
FunctionTestEditingSumFormulaCanBecomeAverage
(t *testing.T)
internal/sheets/main_test.go:1169
FunctionTestExtraMotionsAndScrollCommands
(t *testing.T)
internal/sheets/main_test.go:2846
FunctionTestFitLeftWithAccentedCharacters
(t *testing.T)
internal/sheets/main_test.go:2911
FunctionTestFitWithAccentedCharacters
(t *testing.T)
internal/sheets/main_test.go:2896
FunctionTestFormulaCellsUseGreenForeground
(t *testing.T)
internal/sheets/main_test.go:918
FunctionTestFormulaDisplayShowsErrors
(t *testing.T)
internal/sheets/main_test.go:901
FunctionTestFormulaDisplayUpdatesWhenReferencedCellsChange
(t *testing.T)
internal/sheets/main_test.go:731
FunctionTestFormulaErrorCellsUseRedForeground
(t *testing.T)
internal/sheets/main_test.go:935
FunctionTestGridBordersUseSofterGray
(t *testing.T)
internal/sheets/main_test.go:2144
FunctionTestInsertModeAllowsSpaces
(t *testing.T)
internal/sheets/main_test.go:1143
FunctionTestInsertModeCtrlNAndCtrlPNavigateRows
(t *testing.T)
internal/sheets/main_test.go:1198
FunctionTestInsertModeEmacsBindings
(t *testing.T)
internal/sheets/main_test.go:1044
FunctionTestInsertModeInsertsAtCursorWithoutCorruptingTail
(t *testing.T)
internal/sheets/main_test.go:1156
FunctionTestInsertModeShiftTabNavigatesToPreviousColumn
(t *testing.T)
internal/sheets/main_test.go:1276
FunctionTestInsertModeTabNavigatesToNextColumn
(t *testing.T)
internal/sheets/main_test.go:1255
FunctionTestLoadCSVExpandsRowCountForLargeFiles
(t *testing.T)
internal/sheets/main_test.go:72
FunctionTestLoadCSVExpandsRowLabelWidthForFiveDigitRows
(t *testing.T)
internal/sheets/main_test.go:89
FunctionTestLoadCSVPopulatesSheetAndPreservesFormulas
(t *testing.T)
internal/sheets/main_test.go:54
FunctionTestLoadCSVRejectsFilesAboveMaxRows
(t *testing.T)
internal/sheets/main_test.go:105
FunctionTestMarksAndJumpListNavigation
(t *testing.T)
internal/sheets/main_test.go:2780
FunctionTestMouseClickExitsInsertMode
(t *testing.T)
internal/sheets/main_test.go:2963
FunctionTestMouseClickFocusesCell
(t *testing.T)
internal/sheets/main_test.go:2944
FunctionTestMouseClickOnBorderIgnored
(t *testing.T)
internal/sheets/main_test.go:2983
FunctionTestNewChangeClearsRedoHistory
(t *testing.T)
internal/sheets/main_test.go:2521
FunctionTestNewModelStartsAtA1
(t *testing.T)
internal/sheets/main_test.go:566
FunctionTestNewProgramModelLoadsCSVFromFirstArg
(t *testing.T)
internal/sheets/main_test.go:120
FunctionTestNewProgramModelLoadsCSVFromStdin
(t *testing.T)
internal/sheets/main_test.go:131
FunctionTestNewProgramModelLoadsTSVFile
(t *testing.T)
internal/sheets/main_test.go:142
FunctionTestNewProgramModelTracksMissingStartupPathForWrite
(t *testing.T)
internal/sheets/main_test.go:536
FunctionTestNormalModeCLowersIntoInsertAfterClearingCell
(t *testing.T)
internal/sheets/main_test.go:1360
FunctionTestNormalModeColonStartsCommandPrompt
(t *testing.T)
internal/sheets/main_test.go:1521
FunctionTestNormalModeCountedMotionsAndRowDelete
(t *testing.T)
internal/sheets/main_test.go:2658
FunctionTestNormalModeCtrlDAndCtrlUMoveHalfPage
(t *testing.T)
internal/sheets/main_test.go:1848
FunctionTestNormalModeDDDeletesRowAndUndoRestoresIt
(t *testing.T)
internal/sheets/main_test.go:1454
FunctionTestNormalModeDWaitsForDeleteRowTarget
(t *testing.T)
internal/sheets/main_test.go:1435
FunctionTestNormalModeDotRepeatsInsertAndPaste
(t *testing.T)
internal/sheets/main_test.go:2685
FunctionTestNormalModeGGoesToA1
(t *testing.T)
internal/sheets/main_test.go:1779
FunctionTestNormalModeGWaitsForGotoTarget
(t *testing.T)
internal/sheets/main_test.go:1503
FunctionTestNormalModeGoesToBottomWithUppercaseG
(t *testing.T)
internal/sheets/main_test.go:1804
FunctionTestNormalModeGoesToTypedCellReference
(t *testing.T)
internal/sheets/main_test.go:1793
FunctionTestNormalModeLowercaseOInsertsRowBelowAndEntersInsertMode
(t *testing.T)
internal/sheets/main_test.go:1297
FunctionTestNormalModeUppercaseIEntersInsertModeAtCellStart
(t *testing.T)
internal/sheets/main_test.go:1338
FunctionTestNormalModeUppercaseOInsertsRowAboveAndUndoRestoresRows
(t *testing.T)
internal/sheets/main_test.go:1391
FunctionTestParseCellRangeRef
(t *testing.T)
internal/sheets/main_test.go:676
FunctionTestParseCellRef
(t *testing.T)
internal/sheets/main_test.go:645
FunctionTestPasteAdjustsCopiedFormulaReferencesAcrossColumns
(t *testing.T)
internal/sheets/main_test.go:2324
FunctionTestPasteAdjustsCopiedFormulaReferencesAcrossRows
(t *testing.T)
internal/sheets/main_test.go:2343
FunctionTestPasteAdjustsFormulaReferencesForRectangularSelections
(t *testing.T)
internal/sheets/main_test.go:2359
FunctionTestPasteRewritesOutOfBoundsReferencesToRefError
(t *testing.T)
internal/sheets/main_test.go:2390
FunctionTestRedoWithoutHistoryDoesNothing
(t *testing.T)
internal/sheets/main_test.go:2510
FunctionTestRegistersBlackHoleAndNumberedDeletes
(t *testing.T)
internal/sheets/main_test.go:2807
FunctionTestRenderCommandLineShowsErrorMessage
(t *testing.T)
internal/sheets/main_test.go:607
FunctionTestRenderCommandLineShowsPendingCommandPrompt
(t *testing.T)
internal/sheets/main_test.go:595
FunctionTestRenderContentLinePrefixesAndStylesFormulaCells
(t *testing.T)
internal/sheets/main_test.go:952
FunctionTestRenderContentLineStylesFormulaErrorsRed
(t *testing.T)
internal/sheets/main_test.go:967
FunctionTestRenderStatusBarShowsSelectionRangeInSelectMode
(t *testing.T)
internal/sheets/main_test.go:617
FunctionTestRenderStatusBarShowsSpreadsheetStatus
(t *testing.T)
internal/sheets/main_test.go:576
FunctionTestRenderTextInputWithAccentedCharacters
(t *testing.T)
internal/sheets/main_test.go:2926
FunctionTestResolveInputStreamsIgnoresStdinWhenArgsPresent
(t *testing.T)
internal/sheets/main_test.go:230
FunctionTestResolveInputStreamsUsesStdinOnlyWhenPipedAndNoArgs
(t *testing.T)
internal/sheets/main_test.go:196
FunctionTestRunAssignsCellInMissingCSVPath
(t *testing.T)
internal/sheets/main_test.go:521
FunctionTestRunAssignsCellRangeInCSV
(t *testing.T)
internal/sheets/main_test.go:329
FunctionTestRunAssignsCellValueInCSV
(t *testing.T)
internal/sheets/main_test.go:314
FunctionTestRunAssignsCellValueInTSV
(t *testing.T)
internal/sheets/main_test.go:181
FunctionTestRunAssignsFormulaAcrossRangeWithRelativeReferences
(t *testing.T)
internal/sheets/main_test.go:346
FunctionTestRunAssignsFormulaCellInCSV
(t *testing.T)
internal/sheets/main_test.go:366
FunctionTestRunPrintsHelp
(t *testing.T)
internal/sheets/main_test.go:420
FunctionTestRunPrintsMultipleSingleCellQueriesWithoutBlankLines
(t *testing.T)
internal/sheets/main_test.go:407
FunctionTestRunPrintsVersion
(t *testing.T)
internal/sheets/main_test.go:436
FunctionTestRunProcessesMultipleCLIQueriesAndWritesInOrder
(t *testing.T)
internal/sheets/main_test.go:386
FunctionTestRunQueriesCellRangeFromCSV
(t *testing.T)
internal/sheets/main_test.go:275
FunctionTestRunQueriesCellRangeFromTSV
(t *testing.T)
internal/sheets/main_test.go:168
FunctionTestRunQueriesCommaSeparatedCellsOnSameLine
(t *testing.T)
internal/sheets/main_test.go:288
FunctionTestRunQueriesCommaSeparatedRangesByRow
(t *testing.T)
internal/sheets/main_test.go:301
FunctionTestRunQueriesEvaluatedFormulaFromCSV
(t *testing.T)
internal/sheets/main_test.go:262
FunctionTestRunQueriesPlainCellValueFromCSV
(t *testing.T)
internal/sheets/main_test.go:249
FunctionTestRunQueriesTSVFile
(t *testing.T)
internal/sheets/main_test.go:155
FunctionTestRunRejectsInvalidAssignmentCell
(t *testing.T)
internal/sheets/main_test.go:513
FunctionTestRunRejectsInvalidQueryCell
(t *testing.T)
internal/sheets/main_test.go:505
FunctionTestSearchPromptsAndRepeatNavigation
(t *testing.T)
internal/sheets/main_test.go:2715
FunctionTestSelectModeBordersUseThemeAccentForeground
(t *testing.T)
internal/sheets/main_test.go:2081
FunctionTestSelectModeCtrlDAndCtrlUMoveHalfPage
(t *testing.T)
internal/sheets/main_test.go:1945
FunctionTestSelectModeCutClearsAndPastesRectangularRange
(t *testing.T)
internal/sheets/main_test.go:2542
FunctionTestSelectModeEntryAndEscape
(t *testing.T)
internal/sheets/main_test.go:1896
FunctionTestSelectModeEqualsStartsFormulaTemplateBelowSelection
(t *testing.T)
internal/sheets/main_test.go:2293
← previousnext →301–400 of 432, ranked by callers