Notepad++ 7.5 release
-
New version 7.5 is out there:
https://notepad-plus-plus.org/news/notepad-7.5-released.html19 new added programming languages support, and more…
-
There are already numerous people getting confused that the 64 bit version does not contain the plugin manager. Now that it is no longer shipped with the 32 bit version I’d recommend making it as clear as possible since there is no mention of it getting removed for 32 bit.
-
Thank you @dail for your suggestion.
I have just updated the news to clarify the situation.
https://notepad-plus-plus.org/news/notepad-7.5-released.html -
HI DON!! removed Plugin Manager… BUMMER!
I can still put it back in manually for now right??COOL changes!
-
ok installed… I don’t see the separate style profile in the list for registry…
I see reg and key …
red is still part of “ini file”
and ‘key’ … no where to be seen…
hmm… :/and…
PS:
I REALLY HATE that we can only edit the post in 180 seconds of the post… MEH! -
thanks for your updates and fixes.
bug:
i can not disable many languages in 7.5 and 7.4.2
(zip release with dolocalconf.xml)
if following languages are disabled they reappear after a restart of notepad++:swift
asn.1
avisynth
blitzbasic
purebasic
freebasic
csound
erlang
escript
forth
latex
mmixal
nimrod
nncrontab
oscript
rebol
registry
rust
spice
txt2tags -
Hi Team,
I am an OScript developer. I would like to know, what kind of programming languages support for OScript has been provided in Notepad++ 7.5 ? Is there any documentation link or blog, which can help OScript developers to go through?
Thanks in advance
Suresh Raju Pilli
India -
@Meta-Chuh
Indeed. It will be fixed in the next version. -
Great news about the built-in plugin manager! I assume it’ll be in the 64-bit build too once you have it finished?
-
Hey Don, when updating from 7.4.2 using the new /noUpdater parameter the install/upgrade process still puts the updater on the target, but if you install fresh with /s /noUpdater the updater does not get added to the target.
Additional information:
If the target already has 7.4.2 64-bit n++ and you install 32-bit n++ 7.5 using /noUpdater the updater doesn’t get placed on the target.
-
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.