parent
d80816f930
commit
d17c303665
@ -911,8 +911,6 @@ BOOL Notepad_plus::notify(SCNotification *notification)
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
LPTOOLTIPTEXT lpttt = (LPTOOLTIPTEXT)notification;
|
LPTOOLTIPTEXT lpttt = (LPTOOLTIPTEXT)notification;
|
||||||
|
|
||||||
//Joce's fix
|
|
||||||
lpttt->hinst = NULL;
|
lpttt->hinst = NULL;
|
||||||
|
|
||||||
POINT p;
|
POINT p;
|
||||||
|
@ -812,6 +812,7 @@ bool recordedMacroStep::isMacroable() const
|
|||||||
case SCI_SCROLLTOEND:
|
case SCI_SCROLLTOEND:
|
||||||
case SCI_SETVIRTUALSPACEOPTIONS:
|
case SCI_SETVIRTUALSPACEOPTIONS:
|
||||||
case SCI_SETCARETLINEBACKALPHA:
|
case SCI_SETCARETLINEBACKALPHA:
|
||||||
|
case SCI_NEWLINE:
|
||||||
{
|
{
|
||||||
if (_macroType == mtUseLParameter)
|
if (_macroType == mtUseLParameter)
|
||||||
return true;
|
return true;
|
||||||
@ -819,9 +820,7 @@ bool recordedMacroStep::isMacroable() const
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Filter out all others like display changes. Also, newlines are redundant
|
// Filter out all others like display changes.
|
||||||
// with char insert messages.
|
|
||||||
case SCI_NEWLINE:
|
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user