Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ currentEditor
Method
currentEditor
src/dialogs/MainWindow.cpp:1017–1020 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1015
}
1016
1017
ScintillaNext *MainWindow::currentEditor() const
1018
{
1019
return dockedEditor->getCurrentEditor();
1020
}
1021
1022
int MainWindow::editorCount() const
1023
{
Callers
8
saveSession
Method · 0.80
getDefaultDirectory
Method · 0.80
EditorInspectorDock
Method · 0.80
LanguageInspectorDock.cpp
File · 0.80
selectCurrentEditor
Method · 0.80
EditorInfoStatusBar
Method · 0.80
insertTextStartingAtCurrentColumn
Method · 0.80
FindReplaceDialog
Method · 0.80
Calls
1
getCurrentEditor
Method · 0.80
Tested by
1
EditorInspectorDock
Method · 0.64