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
This also allows the user the specify whatever Notepad++ directory they wish, using the NppPath32 (to specify 32-bit Notepad++ directory) and NppPath64 (to specify 64-bit directory) variables from the command line like so: msbuild /p:NppPath32="D:\portable\npp\x86";NppPath64="somewhere\else\x64" ...
Fixed
Greatly reduced unnecessary calls to NPPM_GETCURRENTLANGTYPE in DoInsertHtmlCloseTag by caching the lexer language whenever the lexer language changes or a buffer is opened.
Bug where hitting Enter in a multiline textbox would not add a new line.