• Spell Check

    Locked
    3
    0 Votes
    3 Posts
    41k Views
    Stephen AustinS

    Very helpful. Was looking around for that. Many thanks for taking the trouble to post it. APpreciated.

  • ToolTips don't work on Toolbar.

    Locked
    6
    0 Votes
    6 Posts
    1k Views
    Meta ChuhM

    splendid, thanks for your feedback, @GrantHorizons.
    we are glad to be of help.

  • Incremental search next/prev shortcuts

    Locked
    2
    0 Votes
    2 Posts
    427 Views
    Alan KilbornA

    @satyagraha

    The keycombos in the incremental search window aren’t remappable like the keycombos in the editing tab windows. However, this may be of interest: https://notepad-plus-plus.org/community/topic/14271/keyboard-shortcut-for-next-previous-incremental-search-result

  • Re: "Notepad++ v7.6.6 & GPG signatures"

    Locked
    6
    3 Votes
    6 Posts
    997 Views
    Meta ChuhM

    @Alan-Kilborn

    It was a little discouraging–even before the big bug was noticed–to see the RC then like, what, a day or 2 later the actual release (not sure what the “ideal” period would be; reality seemed a tad short).

    you are absolutely correct.
    i think it would have been best to pre-announce the introduction of rc community trials, and how to handle them.
    the first rc was very unexpected for quite a few.

    afaik, the short period between rc and a as soon as possible release, was maybe not just because of gpg, or to release it before 04.01, but also due to important issue reports with 7.6.4 and below.

    Which was THEN followed rapidly by the critical bug being found. Was it found because the real release happened and so many more people jumped on it, thus finding the bug?

    don found it, no one else did.

    Or would a longer RC period have turned it up?

    maybe, maybe not.
    but perhaps now, that a bug has been missed at the first rc batch, maybe a few who like testing will be more challenged to find a bug at eventual next rcs, or the appveyor builds, who knows.

    Hmmm, will never know.

    exactly ;-)

  • Problem The program does not know the scss file

    Locked
    2
    0 Votes
    2 Posts
    579 Views
    andrecool-68A

    Try to do so:

    Imgur

  • Parse html file - Ideas wanted

    Locked
    17
    2 Votes
    17 Posts
    3k Views
    Alan KilbornA

    @peterelli said:

    Where can i find some informations about the formatting options to separate the needed data?

    This is a good starting point: https://notepad-plus-plus.org/community/topic/15765/faq-desk-where-to-find-regex-documentation

  • I need to cut a text in a certain position which is always different

    Locked
    3
    0 Votes
    3 Posts
    642 Views
    Veronica BalanV

    @PeterJones thank you, I will check it too, and yes, I use perl for that manipulation
    I have some ideas about how to solve the problem, just wanted to find out if there is something easier than I think

  • Position on opening

    Locked
    5
    0 Votes
    5 Posts
    645 Views
    Meta ChuhM

    @Roger-Morris

    maybe the log file monitoring function is enabled:

    make sure view > monitoring (tail -f) is disabled.
    if it is enabled it would reload and scroll to the end of a file.

    if it would be activated, you would see an eye instead of a disk at the tab, as seen at the screenshot below.

    Imgur

  • Request for new possibility to change font size within NPP gui itself

    3
    1 Votes
    3 Posts
    629 Views
    Andreas HoppeA

    Hello,

    now I opened a feature request on github:
    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5486

    Regards

    Andreas

  • Auto Highlight and copy to clipboard using mouse wheel.

    Locked
    11
    0 Votes
    11 Posts
    2k Views
    cedr777C

    The built in macro worked nicely! I think I will stick to it.

  • Regular expression + latex

    Locked
    4
    0 Votes
    4 Posts
    740 Views
    jjulianorsJ

    @Alan-Kilborn
    That works… thanks a lot!

  • Plugins > Plugins Admin... missing

    Locked
    4
    0 Votes
    4 Posts
    62k Views
    Meta ChuhM

    @papryka1

    splendid, thanks for reporting back, you are welcome.

  • Export file colummsepator changed from tab tot multiple spaces

    Locked
    5
    0 Votes
    5 Posts
    763 Views
    Peter LeenenP

    @PeterJones

    Dear Peter,

    Thank you for your quick answer. The problem is what you say in the first sentence. Of course I called Unit4 and asked them if they change anything. They did not. The new server is installed so I was looking if the problem is on the new server software. Maybe something changed in the notepath files. On the server I did try to change language settings, but this did not solve the problem.

    Tomorrow I wil look the procedure of the export file on the server.

    Peter

  • Notepad++ seems to have stolen & replaced Notepad

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    PeterJonesP

    @Antoine-Boniface said:

    Hi there, I’ve just installed Notepad++ last version and it seems to have stolen ou deleted the Microsoft basic version of Notepad.
    I know it is located here : C:\Windows\System32\notepad.exe
    But it doesn’t open anymore since the installation of Notepad++ : Notepad++ opens instead !

    Assuming you installed Notepad++ from the normal installer, downloaded from https://notepad-plus-plus.org/download/, it did not “steal” or “delete” WIndows’ notepad.exe. This can be easily proven by hitting the WindowsKey plus the letter R (Win+R), and typing notepad.exe and clicking OK (or hitting Enter). If running that executable actually launches Notepad++, then you have either gotten your notepad++ from a non-official source, or you have one of the plugins or other setups which intentionally try to hijack notepad.exe with Notepad++. I agree, that’s a bad idea, but some people want it, so others provide solutions.

    What likely happened is that when you installed, the installer told windows you wanted to associate .txt files with Notepad++ instead of with notepad.exe (which people often want to do), so when you double-click on a .txt file, Windows launches it with Notepad++ instead of notepad.exe. This is what most people want when they install Notepad++. If you want .txt to default to the Microsoft notepad.exe, then you just right click on a .txt file, and tell Windows to “open with” and “choose another app”; when it does so, click on “Notepad” and then select “always use this app for .txt files”.

    Or, if you want .txt to default to Notepad++, but want to open a particular .txt file with notepad.exe, do the “open with”, and select notepad, without telling Windows to “always use this app”

    (Note: I have used Win10 terminology and sequences here; Win7 is similar, but sometimes the phrasing is slightly different.)

    (There are many other ways to fix this, including using the registry… But editing the registry directly is not a good idea for everyone.)

    edit: If you go to the Notepad++ menu ? > Debug Info > Copy debug info into clipboard, and paste that in your reply, you will give us more information, which may enable us to customize our response to your actual situation, rather than just guessing.

    edit 2: And sorry, I forgot to welcome you to the Notepad++ Community Forums. I hope we’re able to help you through your issue.

  • Global Styles empty

    Locked
    7
    1 Votes
    7 Posts
    1k Views
    Meta ChuhM

    @Marcin-Frankowski

    Using portable from desktop could be workaround for me.

    splendid, at least this get’s you going for now.
    you can move the portable folder anywhere you have r/w rights, if you prefer to hide it from the desktop.

    greetings, and we’ll be here if you need anything.

  • Editing shortcuts.xml

    20
    0 Votes
    20 Posts
    9k Views
    Meta ChuhM

    thank you for sharing your shortcuts.xml @James-Burke
    i’m glad you got it working, and my apologies that it consumed more of your time than it should.

  • Emmet Installation

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    Meta ChuhM

    welcome to the notepad++ community, @mahmudmihon

    yes.
    here are the instructions on how to install the emmet plugin on notepad++ 7.6.4:

    first, follow the >>> Guide: How to install the PythonScript plugin on Notepad++ 7.6.3, 7.6.4 and above <<<, to install pythonscript manually.

    then download the 32 bit emmet plugin emmet-npp.zip from >>> here <<< and extract it.

    important note: the official version of the emmet plugin for notepad++ is only available for 32 bit.
    if you have notepad++ 7.6.4. 64 bit and you want to keep it, you could try to use the experimental,
    unofficial, user compiled 64 bit version of the emmet plugin from >>> here <<<.

    go to the notepad++ 7.6.4 menu plugins > open plugins folder to open your plugins folder, and create a new folder called EmmetNPP.

    copy all files and folders from the extracted emmet-npp.zip into the EmmetNPP folder you have created.

    note: your Notepad++\plugins\EmmetNPP folder should now contain a file called EmmetNPP.dll and another sub-folder that is also called EmmetNPP.

    now restart notepad++ and you will see both the emmet plugin and the python script plugin at your plugins menu.

  • 0 Votes
    3 Posts
    572 Views
    Meta ChuhM

    welcome to the notepad++ community, @NobleRogue

    the official solution to save your settings to a sync folder or remote location is using the cloud option at the preferences.

    important note: it’s recommended to use a local drive location only, as a network drive that is offline for just less than one second can lead to session data loss.
    this local folder should then be permanently synchronised to your server (e.g. using owncloud, cloud station, dropbox, onedrive, etc).
    keep in mind, that without the presence of this folder, notepad++ will not be able to function as expected.

    go to settings > preferences > cloud, select set your cloud location path here and browse to the drive and folder you wish to use, as seen at the screenshot below:

    Imgur

    the custom cloud folder will now contain the user’s settings, custom context menus and custom shortcuts/run menu entries.

  • Can't edit save files.

    Locked
    4
    1 Votes
    4 Posts
    6k Views
    Meta ChuhM

    @Matthew-Martell

    game saves are usually proprietary binary format files, which can not be cheated/edited with notepad++, so the settings mentioned above will not help you.
    newer games and all online games also have a tampering mechanism for all saves.

    note: if you follow a guide on how to cheat at your specific game, you will find the tools or hex editors you need, mentioned there.

    @Ekopalypse

    good news: autodetect character encoding is already fixed and available at the upcoming 7.6.5 release.

  • 7.5.9 checking for update: No update is available

    6
    0 Votes
    6 Posts
    1k Views
    Alan KilbornA

    @Spiros-Doikas

    When you say you saw your old plugins there, did you see them directly (as DLL files) or did you see them as folders (with the names of the plugins)?

    DLL files -> pre 7.6
    folders -> 7.6 onwards

    At least that is how it should be.

    Pythonscript install instructions for 7.6.x are here: https://notepad-plus-plus.org/community/topic/17256/guide-how-to-install-the-pythonscript-plugin-on-notepad-7-6-3-7-6-4-and-above