ע������ʵ�ʷ��ص���ScintillaEditView
| 15 | |
| 16 | //ע������ʵ�ʷ��ص���ScintillaEditView |
| 17 | QsciScintilla* NddPluginApi::getCurrentEidtHandle() |
| 18 | { |
| 19 | CCNotePad* pNotepad = dynamic_cast<CCNotePad*>(m_mainNotePad); |
| 20 | if (pNotepad != nullptr) |
| 21 | { |
| 22 | return pNotepad->getCurEditView(); |
| 23 | } |
| 24 | return nullptr; |
| 25 | } |
nothing calls this directly
no test coverage detected