• Install Problem

    2
    0 Votes
    2 Posts
    263 Views
    Terry RT

    @Dean-Davis62 said in Install Problem:

    but no place to accept it then it closes

    I just tried the 8.4.8 installer (32bit) and after setting English (default since the laptop is set to english) I also get to the licence window which has “I agree” at the bottom to proceed.

    So firstly, which language are using using to install with (maybe an issue with that language so I could attempt to use that setting). Also can you do a screen print of the licence window? You can copy it (use snipping tool if wish to minimize what is shown) and the paste directly into a post here. Also which version of Windows are you installing onto?

    Terry

  • Why is it so hard to deploy Notepad++ in an enterprise environment?

    2
    0 Votes
    2 Posts
    825 Views
    D F 0D

    01.2023:
    I might be late because this topic is old but i found something for me:

    Open CMD, browse to:
    “C:\Program Files\Notepad++\updater”

    Run GUP -options
    (GUP.EXE)

    You will be prompted for Proxy Information. This will create a File called
    “C:\Program Files\Notepad++\updater\gupOptions.xml”

    It contains the proxy information as following.
    <GUPOptions>
    <Proxy>
    <server>17.17.17.17</server>
    <port>0</port>
    </Proxy>
    </GUPOptions>

    Hope that helps some other IT Admins

  • Has anyone asked about compiling Notepad++ cross-platform?

    4
    2 Votes
    4 Posts
    432 Views
    Jason CarswellJ

    I’m sure Linux users would love to have Notepad++, myself included.

  • Change History and SQLinForm formatting

    7
    0 Votes
    7 Posts
    1k Views
    Alan KilbornA

    @Robert-Rodriguez said in Change History and SQLinForm formatting:

    turning Show Change History totally off. Is there a setting that I’ve missed

    Consult the Change History FAQ.

  • Newer versions not saving files!

    8
    0 Votes
    8 Posts
    7k Views
    MichaelFruergaardPontoppidanM

    I had the same issue on latest version today. Turned out I had to run Notepad++ in Admin mode to be allowed to save the files. I was using “Find and replace in files” - it kept saying it made all the replacements I expected except it didn’t. Restarting npp as Admin solved the problem.

    I hope this will help others with the same problem.

  • Custom syntax corrupted

    4
    0 Votes
    4 Posts
    252 Views
    Robert RodriguezR

    I recently came across your blog and have been reading along. I thought I would leave my first comment. I don’t know what to say except that I have enjoyed reading. Nice blog. I will keep visiting this blog very often.

  • keep styles in notepad++ after saving document

    3
    0 Votes
    3 Posts
    316 Views
    wilman santiagoW

    @Alan-Kilborn

    How can get this “To store the info of styled tokens, the intuitive & efficient way is using offset/length.”?

  • Editing same text in different views/instances

    16
    0 Votes
    16 Posts
    779 Views
    Izbae BavI

    @Alan-Kilborn Good to know, thanks.

  • Replace ascii 160 with spaces

    6
    0 Votes
    6 Posts
    3k Views
    Pradeep KumarP

    Thanks @guy038, the solution seems to be working. I will try get this file processed by the engine.

    @Alan-Kilborn ok. My bad. I am trying to edit the title with no luck. Using this forum for the 1st time. I’ll see and edit the title if it allows me.

  • how to preview the html file

    11
    0 Votes
    11 Posts
    52k Views
    Alan KilbornA

    Also note that for this to work you have to have an actual file – no folks, something like new 4, even if you’ve set its Language to html, isn’t going to cut it. Hit the actual Save on it, give it a real name (ending in e.g. .html) on your disk.

    Rue the day when Don introduced this “new X” concept (and making it worse: with auto-remembering these “files” over runs of N++). What seemed like a good idea in 2003…hmmm.

  • Сreation of .bak files

    3
    0 Votes
    3 Posts
    934 Views
    PeterJonesP

    @VAVoices ,

    That shouldn’t change without you intentionally changing the setting.

    Recently, there was another user who discovered that “mysteriously changing settings” were caused because they had two different copies of Notepad++ installed with different config files, and sometimes one was run and sometimes the other. You might want to check for multiple copies of notepad++.exe on your computer.

    The other thing I see is that you are running in Admin mode in your screenshot: it may be that in admin mode, Notepad++ is able to write the config files when it exits, but if you run in non-Admin mode that the user you are running as does not have write permission to the appropriate config.xml, so it cannot save the settings, so the next time you run, it has forgotten that you don’t want that option on.

    So, if you don’t have two copies of Notepad++, I would suggest looking into permissions of %AppData%\Notepad++\ directory and the files inside. You might find it easier to exit all copies of Notepad++, then use Windows Explorer to go into %AppData%\, and rename Notepad++ folder (maybe to Notepad++.old). Then re-run Notepad++, making sure it is not run-as-admin; this will recreate the %AppData%\Notepad++\ folder and all the critical configuration files that belong there, with everything set back to defaults (and the default for .bak is off, which is what you want), and the permissions should be right for your normal user to be able to save changes to the Notepad++ configuration when it exits.

  • I think it needs a fix for "Follow current doc".

    8
    0 Votes
    8 Posts
    705 Views
    Alan KilbornA

    @RedBlue-Writer said in I think it needs a fix for “Follow current doc”.:

    @Alan-Kilborn No. I wanted to see the path of the current document by invoking “Find in Files” using “Shift+Ctrl+f” for a specific text. I also tried it in the menu, but it doesn’t work normally either. Thank you.

    I’m mystified by why it doesn’t seem to be working for you; sorry. :-(

  • What is this horrible print dialog in windows 11?

    3
    0 Votes
    3 Posts
    2k Views
    PeterJonesP

    @Daniel-Essin ,

    A quick web search (using The Search Engine That Knows All) gives me this: https://www.winhelponline.com/blog/restore-legacy-print-dialog-windows-11/

    According to that article, all classic win32 apps were switched to that dialog in Win 11 22H2.

    That article does describe a way they think you can get back the old dialog. Note that it’s a Windows-OS issue, not something specific to Notepad++, so any further discussion would be better suited at a different forum (maybe one made up of OS Super Users, or one specifically for your OS).

  • Other Area

    3
    0 Votes
    3 Posts
    284 Views
  • Prompt for save if NPP open when Win shutdown

    19
    1 Votes
    19 Posts
    2k Views
    Javier AlarciaJ

    @xomx Thank you! For the first time in almost 10 years using NPP, I was going to rollback and disable updating. Very very annoying feature.

  • delete entries on find&replace

    3
    0 Votes
    3 Posts
    192 Views
    cisco779kC

    oh yes. very easy! (if you are how to do it)
    thanks for your reply

  • Keeps Lossing My Tabs

    2
    0 Votes
    2 Posts
    168 Views
    EkopalypseE

    @Douglas-Ison

    Most errors can be fixed if you know exactly how they occur.
    Do you have more information, e.g. what your configuration looks like and if the tabs that are not available after the restart have something in common, e.g. that they are unsaved data or data on a network drive or …?
    At the moment it’s actually more likely that you have something wrong on your side, because I’ve been using this feature for years and I’ve never seen this problem.

  • Search with quantifier failed

    19
    0 Votes
    19 Posts
    1k Views
    datatraveller1D

    @PeterJones Thank you very much indeed!

  • Sort by access time in Window menu.

    5
    0 Votes
    5 Posts
    426 Views
  • Lose Undo Ability Warning

    3
    0 Votes
    3 Posts
    223 Views
    datatraveller1D

    Hi @PeterJones Thank you very much!

    I think you are right it must have something to do with encoding.

    If you, as an English language expert, can confirm the typo (“can not” instead of the correct “cannot”), should I open an issue? I suspect there are more cases where “can not” is hidden in messages instead of the correct “cannot”.