Notepad++ 7.5 release
-
This isn’t a bug, but can you please add an option to the installer to NOT create a menu shortcut on installs or updates. I know, a first world problem.
Anyway thanks for all your hard work.
-
@ImSpecial LOL
Give me a good reason to make an option for that. -
I very much hope you decide to put back in the 2 Find Next buttons in the Find dialogue. Just my two cents… :-)
-
@donho The same reason why almost all installers ask you if you want to create a desktop shortcut during installation… not everyone wants to clutter their desktop with shortcuts, same goes with the start menu, I personally categorize all my shortcuts under relevant folders “Multimedia” “Productivity” “Security” etc. I already have a Notepad++ shortcut placed elsewhere, I don’t need a second one under a “Notepad++” folder.
-
@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.