You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (fileToHighlight.length() > 0 && PathUtils::GetFolderPath(fileToHighlight).find(parentNode.fullPath) != std::string::npos) // show file in folder functionality
FileTextEdit::FileTextEdit(constchar* filePath, int id, int createdFromFolderView, OnFocusedCallback onFocusedCallback)
27
+
FileTextEdit::FileTextEdit(constchar* filePath, int id, int createdFromFolderView, OnFocusedCallback onFocusedCallback, OnShowInFolderViewCallback onShowInFolderViewCallback)
0 commit comments