Notepad++ 7.5 release
-
@Michael-DiGregorio said:
I very much hope you decide to put back in the 2 Find Next buttons in the Find dialogue. Just my two cents… :-)
Ugh, this is very annoying, I hope it comes back too. Guess I’ll be sticking with 7.4.2 for a little while now.
-
@donho Just noticed now there is a Folder “Notepad++” inside “C:\Users\NAME\AppData\Local”
What is this for? I use a portable install and would rather keep these folders in one place and not spread out everywhere.
-
Hello, Don!
I found a small bug.
Rust lang displayed name how ‘User-Defined’.
The problem in file ‘english.xml’, code id 46080 should be fixed on 46180. -
@ImSpecial said:
@Michael-DiGregorio said:
I very much hope you decide to put back in the 2 Find Next buttons in the Find dialogue. Just my two cents… :-)
Ugh, this is very annoying, I hope it comes back too. Guess I’ll be sticking with 7.4.2 for a little while now.
I agree. I started a separate thread about it here: https://notepad-plus-plus.org/community/topic/14320/make-find-next-find-prev-buttons-an-option
Rich
-
There’s no language called Nimrod, it’s called Nim
https://nim-lang.org/
Name was changed a long time ago: in(!) the end of 2014 - https://nim-lang.org/blog/2014/12/29/version-0102-released.html -
@Artur-Hareson yes in english.xml file (and other <lang>.xml files) id 46080 should be fix on 46180. Also 46150 (Define your langage…) fix on 46250.
@psrdotcom see Style configurator in Settings menu.
@Tiberium lol
I’ve just connect scintilla lexer. Please confirm http://www.csse.monash.edu.au/~nimrod/nimrodportal/manual/planfileexamples.shtml is Nim language.
I used sample in this website to validate Nimrod lexer. -
@ImSpecial In order to ensure that we are talking about the same thing, could you do a screenshot of “menu shortcut” ?
-
@Michael-DiGregorio If we use
<< Find
&Find >>
buttons, we have to delete the direction option. But then we remove the replace backward ability. That’s the reason of this rolling back.
However, in the current state we can always useEnter
for next andShift + Enter
for previous. -
You made the masses love the
<< Find
andFind >>
thing, however briefly! (Not me however as I quickly saw what it broke!)There has been discussion in other threads that the following series of buttons could make people happy:
<< Find
andFind >>
<< Replace
andReplace >>
<< Replace All
andReplace All >>
-
@donho
Well I deleted mine, but I’m talking about something like this. (random Google Image) https://i.imgur.com/DbkmBuj.jpgJust replace that BingoCard thing with Notepad++, and that’s what I’m talking about.
PS. Oh and another reason… All that wasted space here :P http://i.imgur.com/c2GIAHL.png
-
As always, thanks for your wonderful software :)
Sorry if this is the wrong place to ask, but are you guys looking into updating Scintilla to its latest version regularly? I’ve been stumbling upon some issues with N++ that should be fixed with a newer Scintilla version (heredoc highlighting and tabs in column mode, for example).
-
-
@juanmalunatic It has been a while that Scintilla has not been updated.
We will update it in the next major version. -
And which one will be the next major version with the updated scintilla? Will there be also an update to VS2015 and of the boost version?
-
@donho Sad to hear about the removal of the plugin manager especially before a replacement is available. I spent quite some time in preparing the plugin manager for x64 together with Dave and unfortunately it was not clear that this is a dead end from your point of view. At least I could understand that Dave is not willing to pay for the server by his own and needs a sponsor for it.
Is there any discussion/planning on how the new plugin system should look like? You may consider how x64 pluginlist is hosted without a dedicated server, see https://github.com/bruderstein/npp-plugins-x64.
-
@chcg said:
Is there any discussion/planning on how the new plugin system should look like? You may consider how x64 pluginlist is hosted without a dedicated server, see https://github.com/bruderstein/npp-plugins-x64.
What about hosting PluginManager on Npp server. This way, PluginManager adds could be removed.
-
@donho
thanks for the quick fix
(commit bd025df18fc115f34dac44017e51c466dd27ba41, Fix some excluded language cannot be remembered bug)all languages, idm_lang+63 and above now stay disabled correctly
-
I wanna bring this up again so it doesn’t get looked over, but was there a reason Notepad++ now creates an empty folder in “AppData/Local/Notepad++”?
Quite a few people are pretty annoyed that this program is no longer stealth anymore. The folder seems to serve no purpose either, I’m hoping this is a bug.
-
@chcg As an NPP users, I’m also very disappointed. Seems like backward thinking. I have no problem with a small advertisement, and I expect 99% of people don’t have a problem either. Not every developer can afford to work for free AND pay high bandwidth costs. I hope this is re-considered.
-
Choosing yourself to put ads in your software is one thing. Having it chosen for you is totally different. You can still use the PluginManager you just have to install it manually first.
Not sure if you’ve been following the recent Scintilla development but v3.7.6 is a long term release branch before the v4.0+ moves to a much newer C++ compiler (i.e. MSVC 2017). Depending on future development plans of Notepad++ this might be something to keep in mind.