MCPcopy Create free account

hub / github.com/ProgerXP/Notepad2e / functions

Functions2,853 in github.com/ProgerXP/Notepad2e

↓ 1 callersMethodSetSeparator
scintilla/src/AutoComplete.cxx:91
↓ 1 callersMethodSetStopChars
scintilla/src/AutoComplete.cxx:73
↓ 1 callersMethodSetStyleAt
scintilla/src/CellBuffer.cxx:410
↓ 1 callersMethodSetStyleFontName
scintilla/src/ViewStyle.cxx:381
↓ 1 callersMethodSetStylingBits
scintilla/src/Document.cxx:1666
↓ 1 callersMethodSetTabSize
Set the tab size (sizes > 0 enable the use of tabs). This also enables the use of the STYLE_CALLTIP.
scintilla/src/CallTip.cxx:317
↓ 1 callersMethodSetTranslation
scintilla/src/Document.cxx:1453
↓ 1 callersMethodSetTypesep
scintilla/src/AutoComplete.cxx:99
↓ 1 callersMethodSetVisibleRows
scintilla/win32/PlatWin.cxx:2243
↓ 1 callersFunctionSetWindowID
scintilla/win32/ScintillaWin.cxx:125
↓ 1 callersFunctionSetWindowPointer
scintilla/win32/PlatWin.cxx:52
↓ 1 callersMethodSetWordList
scintilla/src/ScintillaBase.cxx:580
↓ 1 callersMethodSetWords
scintilla/win32/PlatWin.cxx:2097
↓ 1 callersMethodSetXPM
scintilla/src/LineMarker.cxx:24
↓ 1 callersMethodShowAll
scintilla/src/ContractionState.cxx:254
↓ 1 callersFunctionSnapToDefaultPos
============================================================================= SnapToDefaultPos() Aligns Notepad2 to the default window position on t
src/Notepad2.c:6147
↓ 1 callersFunctionSortWordList
scintilla/lexlib/WordList.cxx:115
↓ 1 callersFunctionSpaceCount
scintilla/lexers/LexYAML.cxx:40
↓ 1 callersMethodStandardASCII
scintilla/src/Document.cxx:1457
↓ 1 callersMethodStartRedo
scintilla/src/CellBuffer.cxx:318
↓ 1 callersMethodStartRun
scintilla/src/RunStyles.cxx:109
↓ 1 callersMethodStartUndo
scintilla/src/CellBuffer.cxx:293
↓ 1 callersFunctionStatusSetTextID
============================================================================= StatusSetTextID()
src/Helpers.c:748
↓ 1 callersFunctionStatusUpdatePrintPage
src/Print.cpp:59
↓ 1 callersFunctionStrLTrim
============================================================================= StrLTrim()
src/Helpers.c:1180
↓ 1 callersFunctionStrUpr
Convert string to upper case
scintilla/lexers/LexTCMD.cxx:434
↓ 1 callersFunctionStyle_AddLexerToListView
============================================================================= Style_AddLexerToListView()
src/Styles.c:2999
↓ 1 callersFunctionStyle_AddLexerToTreeView
============================================================================= Style_AddLexerToTreeView()
src/Styles.c:2960
↓ 1 callersFunctionStyle_ConfigDlg
============================================================================= Style_ConfigDlg()
src/Styles.c:3445
↓ 1 callersFunctionStyle_Export
============================================================================= Style_Export()
src/Styles.c:1272
↓ 1 callersFunctionStyle_GetCurrentLexerName
============================================================================= Style_GetCurrentLexerName()
src/Styles.c:2916
↓ 1 callersFunctionStyle_GetUse2ndDefault
============================================================================= Style_GetUse2ndDefault()
src/Styles.c:2325
↓ 1 callersFunctionStyle_Import
============================================================================= Style_Import()
src/Styles.c:1226
↓ 1 callersFunctionStyle_Load
============================================================================= Style_Load()
src/Styles.c:1103
↓ 1 callersFunctionStyle_Save
============================================================================= Style_Save()
src/Styles.c:1177
↓ 1 callersFunctionStyle_SelectLexerDlg
============================================================================= Style_SelectLexerDlg()
src/Styles.c:3675
↓ 1 callersFunctionStyle_SetCurrentLineBackground
============================================================================= Style_SetCurrentLineBackground()
src/Styles.c:2049
↓ 1 callersFunctionStyle_SetDefaultFont
============================================================================= Style_SetDefaultFont()
src/Styles.c:2308
↓ 1 callersFunctionStyle_SetDefaultLexer
============================================================================= Style_SetDefaultLexer()
src/Styles.c:2255
↓ 1 callersFunctionStyle_SetHTMLLexer
============================================================================= Style_SetHTMLLexer()
src/Styles.c:2265
↓ 1 callersFunctionStyle_SetXMLLexer
============================================================================= Style_SetXMLLexer()
src/Styles.c:2275
↓ 1 callersFunctionStyle_StrGetSizeStr
============================================================================= Style_StrGetSizeStr()
src/Styles.c:2489
↓ 1 callersFunctionStyle_ToggleUse2ndDefault
============================================================================= Style_ToggleUse2ndDefault()
src/Styles.c:2297
↓ 1 callersMethodSubStylesLength
scintilla/src/ScintillaBase.cxx:672
↓ 1 callersMethodSubStylesStart
scintilla/src/ScintillaBase.cxx:665
↓ 1 callersFunctionTabSettingsDlg
============================================================================= TabSettingsDlg()
src/Dialogs.c:1399
↓ 1 callersFunctionTestIniFile
src/Notepad2.c:5193
↓ 1 callersFunctionToolbar_SetButtons
src/Helpers.c:805
↓ 1 callersMethodTrim
scintilla/src/Selection.cxx:122
↓ 1 callersMethodTrimSelection
scintilla/src/Selection.cxx:275
↓ 1 callersFunctionUTF8BytesOfLeadInitialise
scintilla/src/UniConversion.cxx:152
↓ 1 callersFunctionUTF8_mbslen
++ Function : UTF8_mbslen [INTERNAL] Calculates the character size of a NULL-terminated UTF-8 string. Parameters : char *utf8_string : s
src/Edit.c:1062
↓ 1 callersFunctionUTF8_mbslen_bytes
++ Function : UTF8_mbslen_bytes [INTERNAL] Calculates the byte size of a NULL-terminated UTF-8 string. Parameters : char *utf8_string :
src/Edit.c:1026
↓ 1 callersFunctionUnSlash
* Convert C style \a, \b, \f, \n, \r, \t, \v, \xhh and \uhhhh into their indicated characters. */
src/Helpers.c:1913
↓ 1 callersFunctionUnSlashLowOctal
* Convert C style \0oo into their indicated characters. * This is used to get control characters into the regular expresion engine. */
src/Helpers.c:1997
↓ 1 callersFunctionUnicodeCodePoint
scintilla/lexlib/StyleContext.h:22
↓ 1 callersFunctionUpdateKeywordFoldLevel
scintilla/lexers/LexOScript.cxx:434
↓ 1 callersFunctionUpdatePreprocessorFoldLevel
scintilla/lexers/LexOScript.cxx:418
↓ 1 callersMethodUseContainerLexing
scintilla/src/Document.h:190
↓ 1 callersMethodValid
scintilla/src/Document.h:40
↓ 1 callersMethodValueAt
scintilla/src/Decoration.cxx:172
↓ 1 callersMethodVersion
scintilla/lexlib/LexerBase.cxx:48
↓ 1 callersMethodWidthChar
scintilla/win32/PlatWin.cxx:1078
↓ 1 callersFunctionWidthStyledText
scintilla/src/Editor.cxx:1852
↓ 1 callersFunctionWindow_SendMessage
scintilla/win32/PlatWin.cxx:1951
↓ 1 callersMethodWndProc
scintilla/win32/PlatWin.cxx:2781
↓ 1 callersMethodWordListSet
scintilla/lexers/LexD.cxx:207
↓ 1 callersFunctionWordWrapSettingsDlg
============================================================================= WordWrapSettingsDlg()
src/Dialogs.c:1253
↓ 1 callersFunction_HL_fileIsCdUp
src/Helpers.c:2514
↓ 1 callersFunctionactualNumStyle
scintilla/lexers/LexPerl.cxx:249
↓ 1 callersFunctioncalculateFoldCmake
scintilla/lexers/LexCmake.cxx:74
↓ 1 callersFunctioncalculateFoldNsis
scintilla/lexers/LexNsis.cxx:114
↓ 1 callersFunctioncheckEndSemicolon
scintilla/lexers/LexModula.cxx:111
↓ 1 callersFunctionclassifyAttribHTML
scintilla/lexers/LexHTML.cxx:244
↓ 1 callersFunctionclassifyFoldPointESCRIPT
scintilla/lexers/LexEScript.cxx:151
↓ 1 callersFunctionclassifyFoldPointFortran
/ To determine the folding level depending on keywords
scintilla/lexers/LexFortran.cxx:255
↓ 1 callersFunctionclassifyFoldPointMetapost
scintilla/lexers/LexMetapost.cxx:329
↓ 1 callersFunctionclassifyFoldPointTACL
scintilla/lexers/LexTACL.cxx:116
↓ 1 callersFunctionclassifyFoldPointTAL
scintilla/lexers/LexTAL.cxx:112
↓ 1 callersFunctionclassifyFoldPointTeXPaired
scintilla/lexers/LexTeX.cxx:323
↓ 1 callersFunctionclassifyTagHTML
scintilla/lexers/LexHTML.cxx:261
↓ 1 callersFunctionclassifyWordBullant
scintilla/lexers/LexBullant.cxx:26
↓ 1 callersFunctionclassifyWordCOBOL
scintilla/lexers/LexCOBOL.cxx:85
↓ 1 callersFunctionclassifyWordLisp
scintilla/lexers/LexLisp.cxx:49
↓ 1 callersFunctionclassifyWordTAL
returns 1 if the item starts a class definition, and -1 if the word is "end", and 2 if the word is "asm"
scintilla/lexers/LexTAL.cxx:76
↓ 1 callersMethodcontains
scintilla/lexlib/PropSetSimple.cxx:99
↓ 1 callersFunctioncurrLineContainsHereDelims
precondition: startPos points to one after the EOL char
scintilla/lexers/LexRuby.cxx:219
↓ 1 callersFunctiondecodeEvent
(featureVal)
scintilla/include/Face.py:18
↓ 1 callersFunctiondecodeFunction
(featureVal)
scintilla/include/Face.py:10
↓ 1 callersFunctionendLookAhead
Look ahead to see which colour "end" should have (takes colour after the following keyword)
scintilla/lexers/LexVisualProlog.cxx:148
↓ 1 callersFunctionendOfLine
scintilla/lexers/LexMetapost.cxx:65
↓ 1 callersFunctionescapeValue
scintilla/src/RESearch.cxx:315
↓ 1 callersFunctionexitInnerExpression
scintilla/lexers/LexRuby.cxx:303
↓ 1 callersFunctionfollowsReturnKeyword
scintilla/lexers/LexCPP.cxx:64
↓ 1 callersFunctionfollowsReturnKeyword
scintilla/lexers/LexCoffeeScript.cxx:64
↓ 1 callersFunctiongetBashNumberBase
scintilla/lexers/LexBash.cxx:78
↓ 1 callersFunctiongetRange
scintilla/lexlib/StyleContext.cxx:24
↓ 1 callersFunctiongetRange
scintilla/lexers/LexCOBOL.cxx:67
↓ 1 callersFunctiongetRange
scintilla/lexers/LexOpal.cxx:29
↓ 1 callersFunctiongetRangeLowered
scintilla/lexlib/StyleContext.cxx:41
← previousnext →1,401–1,500 of 2,853, ranked by callers