This is not a problem of NPP. The font you are using simply does not contain a glyph for “LEFTWARDS DOUBLE ARROW” (x21D0). For an overview of fonts containing this glyph, have a look here.
seems to be a problem of the lexer which comes as part of scintilla component.
Should be addressed here.
But verify first if it hasn’t been already reported.
you get the message because you have set
Settings->Preferences->MISC->File Status Auto Detection to enabled.
Was this intended?
If so, could you explain in more detail what you do, like how you access the file
using UNC or mappings etc…
not sure if you already know this but you can click on the column headers to get them sorted so
it might be that this is an workaround you can already use?
Install LuaScript via the Plugin Manager. This was just added to the plugin manager so it might take another few days to show up…you can also download it manually if you dont want to wait. Once installed select Plugins > LuaScript > Edit Startup Script and add the following to that file:
Thanks a lot Jeff, that’s an impressive solution, as it was driving me nuts with ( zipped the portable folder , executed it on 8 other computers, but not working on mine ) since the day I’ve crashed Np++ , dropbox might have updated silently meanwhile …
depends on your installation. If using APPDATA configuration then it has to be placed under
%APPDATA%\notepad++\plugins directory otherwise it is the plugins directory within installation folder of npp.
Point taken; apologies. Lately my brain shuts down before reading all the way through some posts–you wouldn’t believe how many are about things that don’t related to N++ at all, or that are about things that you really shouldn’t use N++ for.
To enable this feature: open the Settings menu, select Preferences..., select General, in the group Tab Bar, enable option Double click to close document.
To remove the “tiny” red x: open the Settings menu, select Preferences..., select General, in the group Tab Bar, disable option Show close button on each tab.