parent
0a7295878d
commit
2a6382b4a6
|
@ -3385,6 +3385,8 @@ bool isUrl(TCHAR * text, int textLen, int start, int* segmentLen)
|
|||
|
||||
void Notepad_plus::addHotSpot(ScintillaEditView* view)
|
||||
{
|
||||
if (_isAttemptingCloseOnQuit)
|
||||
return; // don't recalculate URLs when shutting down
|
||||
ScintillaEditView* pView = view ? view : _pEditView;
|
||||
Buffer* currentBuf = pView->getCurrentBuffer();
|
||||
|
||||
|
|
Loading…
Reference in New Issue