• 0 Votes
    2 Posts
    232 Views
    Alan KilbornA

    @Sam-0

    I would guess that File menu’s Save Session and Load Session might be useful to you, and probably the Session Manager plugin deserves a look as well.

  • 'Replace All in All Open Documents' problem in 7.4.1

    18
    0 Votes
    18 Posts
    13k Views
    Alan KilbornA

    @Hugo-Alves

    You might want to be a bit more specific about what the “same problem” is, after all, this thread is a bit old and several things were discussed above.

    Also, while 7.8.6 isn’t “ancient” by any means, maybe try something more recent?

  • Markdown files

    3
    0 Votes
    3 Posts
    534 Views
    theamazingjmoT

    @PeterJones No worries, it’s not like it’s difficult to associate .md with Notepad++ myself. I was just curious.

  • UDL: Help with lua.

    7
    0 Votes
    7 Posts
    881 Views
    PeterJonesP

    @Moises-Napoles said in UDL: Help with lua.:

    I wanted to edit the notepad++ lua file but changes that I make on the file doesn’t reflect on notepad++

    If you want to just add keywords, just use the Style Configurator … it’s easier that way.

    if you insist on editing the config file manually, you need to understand and follow the sequence in https://npp-user-manual.org/docs/config-files/#editing-configuration-files, or use a different editor to edit the config file (while Notepad++ is not running).

  • 0 Votes
    4 Posts
    373 Views
    TroshinDVT

    @PeterJones said in JavaScript autocompletion function parameters not defined in javascript.xml:

    :

    These api-files can serve as a base for built-in help for language methods. If someone thread will fill them in and make the interface in the form of a tree and a text field.
    alt text
    And I would make a plugin with this interface.
    There is only one detail: not everyone understands English and it is desirable to distribute api files to directories with translations.
    Like “Api \ ru”, “Api \ fr”, etc.

  • Suddenly npp doesn't appear on screen anymore

    9
    0 Votes
    9 Posts
    320 Views
    EkopalypseE

    @Terry-R

    Thx, I had to look this up but no, no DP port. Maybe it is time to invest
    in a new system but … I’m a scrooge …

  • How to enable a new FunctionList?

    4
    0 Votes
    4 Posts
    1k Views
    Alan KilbornA

    @chamisso-chen said in How to enable a new FunctionList?:

    Not only the function definition will be shown, but also the invoking position is shown as well.

    IIRC, that is a known issue with no current resolution.

  • NppExport that notepad++ comes with is outdated

    3
    0 Votes
    3 Posts
    291 Views
    Alan KilbornA

    @PeterJones

    I think OP is talking about the version of NppExport that ships with Notepad++ releases. He’d like to see the newer version actually included there.

    Of course, it begs the (related) question of why any plugins actually come bundled with N++. Seems unnecessary, to me.

  • WHat is the statusbar?

    4
    0 Votes
    4 Posts
    750 Views
    Cosmic CraftC

    @PeterJones Thank you Peter! Have a blessed day

  • Replace characters from certain lines

    5
    1 Votes
    5 Posts
    272 Views
    MV82M

    @Alan-Kilborn

    Thank you so much.

    This will save me a lot of time.

  • Pls., I need help...

    4
    0 Votes
    4 Posts
    269 Views
    Antonio RoscianoA

    Yes, it is a time!!
    Thanks so much…

  • 0 Votes
    2 Posts
    216 Views
    Alan KilbornA

    @mekb-turtle said in Document Map doesn't move with window with Windows' "Show window contents while dragging" is off:

    Make a bugs category on these forums.

    Read the FAQ category and you will SEE THIS.

  • Stuck in "Administrator" mode...how to get out?

    35
    1 Votes
    35 Posts
    11k Views
    Alan KilbornA

    Similar discussion relating to the original topic here is continued IN-THIS-THREAD

  • How to synch same text file in two computers

    7
    0 Votes
    7 Posts
    9k Views
    dinkumoilD

    @sumit-Kumar-bhardwaj

    There is a plugin that can help you doing what you want. It is listed as NppNetNote in official Notepad++ plugin list. Unfortunately it is only available as 32 bit version, so you need to use Notepad++ as 32 bit version as well.

    You can install the plugin by navigating to (menu) Plugins -> Plugins Admin and select NppNetNote from the list of available plugins. However, after Notepad++ has been restarted you will find it listed as NppDocShare in the Plugins menu. Please note: You need to install the plugin on both of your computers.

    The plugin installs a single menu entry and a toolbar button related to it. Clicking on them opens a panel with the plugin’s UI. On one of your computers you need to click the Serve button. The Windows firewall will pop up a dialog to allow inbound network access for notepad++.exe (the hosting process of the plugin’s DLL file) and maybe a User Account Control (UAC) dialog as well, which you have to confirm both. On your other computer you have to click the Connect button. After the Status field shows Connected you can enter text into the active tab of Notepad++ on one computer and the characters will appear simultanously in the active tab of Notepad++ on the other computer. Please note: Only these Notepad++ tabs are synched between the two computers that were the active ones when establishing the connection.

  • 0 Votes
    2 Posts
    496 Views
    PeterJonesP

    @JasonJDooley ,

    \AppData\Local\Notepad++

    Please note, even if you assume the correct prefix to the path, that’s the wrong AppData folder. Notepad++ settings go in %AppData%\Notepad++, which as explained in the FAQ maps to ...\users\username\AppData\Roaming\Notepad++, not to ...AppData\Local\Notepad++ or ...AppData\Notepad++.

    But that’s neither here nor there, because Notepad++ grabs the XML from the executable directory’s localization folder, and copies it to the right place in the %AppData% hierarchy.

    So, really, the process you described should work.

    When I have spanish.xml in the localization\ subdir of my Notepad++ executable directory, and pick Español from the localization dropdown, the UI immediately changes to Spanish; if I look at %AppData%\Notepad++\nativeLang.xml, I can see that it’s picked the Español contents. When I change localization back to English, I see the UI change back; and File > Reload from Disk will refresh the viewed contents of nativeLang.xml, showing them to be English again.

    I am wondering if you don’t have write permission to the %AppData%\Notepad++\ directory in general or the %AppData%\Notepad++\nativeLang.xml file specifically.

  • 0 Votes
    7 Posts
    367 Views
    Sebastian FreehS

    @Alan-Kilborn said in Is there a shortcut for starting search in different search modes, e.g. normal and regex search mode?:

    Make them anything you like.

    Thank you, for the explanation I will definitly try it out and let you know how it worked for me!

  • File sorting problem in folder workspace

    4
    0 Votes
    4 Posts
    454 Views
    PeterJonesP

    @liyanggang said in File sorting problem in folder workspace:

    Can you optimize the sorting order of the working folder file list in subsequent versions?

    I cannot. As I tried to make clear, this Forum is not the location for official feature requests; if you read the FAQ Desk: Feature Request or Bug Report link that I included in my previous message, it explains exactly where and how to make feature requests.

  • copy data inside same document, data is overwitten not inserted

    2
    0 Votes
    2 Posts
    155 Views
    Alan KilbornA

    @Claus-Kjær-Andersen

    Ummm, because when you have column data in the clipboard, it pastes as a column?

    The solution is to not select text in column mode before you do the copy. Select it in regular (stream) mode.

  • 0 Votes
    2 Posts
    208 Views
    TroshinDVT

    There is probably a way.
    if you provide a sample G-code and pdf file with transcript. And the text from this pdf is better.
    mail: trdmval@gmail.com

  • Selicting "file" with firefox open gives me the firefox directory

    14
    0 Votes
    14 Posts
    495 Views
    Esmee LohgynnE

    Well, it is definitely a different directory. The previous directory would list the files in multiple columns and this one doesn’t. When I type in the file name it doesn’t finish filling it in either. I still think I’m now getting a DOS directory instead of the notepad and it has brought up the file in the browser a couple of times but I can’t repeat the problem. thanks Terry, I guess the problem wasn’t due to a notepad update but I will keep that in mind.