Notepad++ 7.5 release
-
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. -
@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).