-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Milestone
Description
Yes, I simply forgot to add it but in case you find some undocumented function one way which
should always work is using help from within console
>>> help(notepad.flashWindow)
Help on method flashWindow:
flashWindow(...) method of Npp.Notepad instance
flashWindow( (Notepad)arg1, (int)count, (int)timeout) -> None :
Flashes notepad++ for the given count and timeout
>>> help(editor.flash)
Help on method flash:
flash(...) method of Npp.Editor instance
flash( (Editor)arg1) -> None :
Flash the editor by reversing the foreground and background colours briefly
flash( (Editor)arg1, (int)milliseconds) -> None :
Flash the editor by reversing the foreground and background colours briefly
Nevertheless, it should be added to chm file
See #57
Metadata
Metadata
Assignees
Labels
No labels