• Better Big Icons

    5
    3 Votes
    5 Posts
    493 Views
    PeterJonesP

    @KnIfER ,

    Ah, okay.

    This forum is for discussion of the official Notepad++, and not for forks or similar/competing products. Any further discussion of your fork should take place in your github or other channels that you define, rather than using this forum.

    Though if you ever have comments/discsussion relevant to the mainstream Notepad++, feel free to participate here. I am sure by developing a derivative, you will have great insight into the original.

    Good luck with your endeavors.

  • Allow user to change the title of a session

    2
    0 Votes
    2 Posts
    309 Views
    PeterJonesP

    @Hans-v-Buitenen ,

    Your questions seem more about wanting changes, rather than asking for help. You should know that, as described in the Feature Request FAQ, this forum isn’t the place to request new features, because the developer doesn’t look for feature requests in the forum, and issues cannot be tracked in the forum. If you do make a feature request, make sure you post a link into the original conversation here, so that others who read this forum can track the progress of the request.

    That said, it is generally a good idea to discuss the problems you are having in this forum, especially if you’re willing to accept the workarounds or alternates – even if it’s not the ideal for you. But your first topic which I responded to tends to indicate you aren’t willing to accept alternates to your way of thinking, which is likely to your detriment as a Notepad++ user.

    ----

    Regarding this specific issue, sessions don’t currently have titles, so there’s nothing to change. Filenames are a good place to store the name of the session. The taskbar names are the name of the active file, so you could just select the NPP instance with the file from the session you want.

    Personally, I don’t use multiple sessions, and only use multi-instance mode when I’m helping someone on the forum debug a multi-instance issue, or when I am using Notepad++ to edit my SVN commit messages (ie, I forgot -m "..." during my svn commit – and thus, it’s being used to edit a single file without messing up my single existing session), so I’m not the best person to reply to this… but no one else seems to be chiming in, so I thought I’d say something. However, Plugins > Plugins Admin has a Session Manager plugin available (it’s website is here), which may help you better handle sessions than you currently are. (or maybe you’re already using it, and it doesn’t do everything you need it to; I cannot know, because you haven’t mentioned such).

    If anyone else with more session expertise wants to chime in, I won’t be offended.

  • Add commandline parameter for no multiinstance

    4
    0 Votes
    4 Posts
    1k Views
    PeterJonesP

    @Hans-v-Buitenen ,

    This is the way Notepad++ works. If you have it in multi-instance mode, then each individual call to notepad++.exe opens a new instance with all the files given in the argument to that specific Notepad++ instance. You cannot pick and choose which already-running instance will get a new file (and I’ve never seen a multi-instance application that allows pick-and-choose of the destination window from the command line).

    In theory, you could make a feature request (per this linked FAQ) to ask for a way to pick a destination instance in multi-instance mode, but my guess is that it would be quite difficult to implement, and I don’t know whether you’d get traction with the developer(s). If you do create a feature request, make sure to paste a link to the issue in this discussion.

    Otherwise, you will need to build up a list of files that you want in the same instance, and either send them as arguments to a single run of notepad++.exe, or build a session file and ask notepad++.exe to open that session – but either way, it would need to wait until your script has gone and found all the files that it wants to group together. I’m not sure how that would take more than a second or two for any script to find; unless you’re trying to find a handful of files in thousands upon thousands of files, or from some slow remote server. For example, if your script currently says (in pseudocode)

    for file in all_files: if file meets criteria then launch `notepad++.exe file` end_if next file

    then you could tweak it to say

    list_of_files = [] for file in all_files: if file meets criteria then append file to list_of_files end_if next file launch `notepad++ list_of_files`

    That’s not really a huge change to the coding of the script.

    Or, if you want everything in one instance anyway, don’t bother with multi-instance. Then, running new notepad++.exe commands will just add files to the one master instance.

    Or, if you really need multiple instances, open multiple instances, then from inside each instance, use one of the scripting plugins (like NppExec or PythonScript) to select and open files for that instance. By driving it from inside each instance, then files would be opened in the correct instance.

  • Np++ all plugins

    3
    0 Votes
    3 Posts
    341 Views
    I neuwI

    @Terry-R Thanks for the detailed info

  • Font in sidebars

    6
    0 Votes
    6 Posts
    1k Views
    gstaviG

    @Old-Guy
    Create a shortcut for notepad++.
    Right click, select properties.
    Select compatibility tab and try the different options.
    Can’t tell you what exactly will work best for you but there are quite a lot of options.

  • Wildcard Search and Replace

    3
    1 Votes
    3 Posts
    309 Views
    Andrew 0A

    Holy Snikies!

    Thank you so much. I have been searching high and low for that solution. Appreciate it!

  • 0 Votes
    27 Posts
    2k Views
    EkopalypseE

    @PeterJones

    Pj4+IE1FTlVDT01NQU5ELnZhbHVlc1s0MzA0OF0NCk5wcC5NRU5VQ09NTUFORC5TRUFSQ0hfU0VUQU5ERklORE5FWFQ
  • code folding total elementos linhas niveis 1 2 3 4

    36
    0 Votes
    36 Posts
    2k Views
    Francisco BomfimF

    bom dia!
    saúde!

    muito, muito obrigado!
    funcionou perfeitamente!

    aceite um forte abraço.

    francisco.bomfim@gmail.com
    Brazil.RJ.Rio de Janeiro
    PY1ANA (radioamateur)

  • Stand with Hong Kong

    1
    2 Votes
    1 Posts
    122 Views
    No one has replied
  • Have you ever been to China?Have you ever been to HK?

    2
    -2 Votes
    2 Posts
    182 Views
    aaronsysuA

    Stupid author, uninstall notepad++

  • notepad doesnt display image

    5
    0 Votes
    5 Posts
    10k Views
    Makwana PrahladM

    Hello,@Ricardo-Garcia
    Please try this code,To notepad doesnt display image

    <!DOCTYPE html> <html> <head> </head> <body> <section> <img src="img/vietnam.jpg" alt="vietnam"> </section> </body> </html>

    I hope this code will be useful for you.
    Thank you.

  • Clickable links

    1
    0 Votes
    1 Posts
    171 Views
    No one has replied
  • Copy and Paste text from Notepad++ to email....

    2
    0 Votes
    2 Posts
    417 Views
    PeterJonesP

    @E-M ,

    You need to type the newlines. “Word wrap” in Notepad++ is just a display setting, there aren’t actually any newline characters unless you type them

  • 2 Votes
    19 Posts
    2k Views
    tyler durdenT

    @Alan-Kilborn
    You’re absolutely right. I didn’t mean it like “you must notify me”, it was more like “hey looking forward to seeing any updates” that’s why I added the “lol” at the end. I apologize if I didn’t come across well. Also, thank you the suggestion, I’ll definitely keep an eye on his GitHub page! :D

  • Replace non-breaking space UTF-8 (C2 A0)

    10
    0 Votes
    10 Posts
    22k Views
    PeterJonesP

    @Bart-Heinsius ,

    Glad it’s working for you now.

    In case you are curious, 0xC2 0xA0 is the two byte sequence in UTF-8 that represents the single character at U+00A0.

    https://en.wikipedia.org/wiki/UTF-8 http://www.fileformat.info/info/unicode/char/00a0/index.htm

    As @Alan-Kilborn said, the search-and-replace feature works with the actual character codepoints, hence uses \x{A0} or \x{00A0} to match that character, whereas the Hex Editor works with the individual bytes, so shows you both the byte 0xC2 and the byte 0xA0.

    Like the hex editor, The MIME Tools plugin uses the raw bytes, rather than the characters. You can easily see this in my example, which using MIME Tools > URL Encode shows non%C2%A0breaking%C2%A0space, so you can see %C2 and %A0 are used to encode the bytes 0xC2 0xA0 which are used to encode the character at U+00A0.

  • Is it possible to sort the document switcher?

    3
    0 Votes
    3 Posts
    646 Views
    mkupperM

    @Amenel-Voglozin said in Is it possible to sort the document switcher?:

    I’m not sure what you mean by the document switcher. However, if you go to the Window / Windows menu item it pulls up a list of the open files. The list has four columns, Name, Path, Type, and Size. You can click on a column header to sort the list by that column, Click the header again to reverse the sort. Then click the [Sort Tabs] button and it’ll shuffle the tabs around based on the sort order you chose.

    I’m using Notepad++ v7.8.9 (32-bit) but suspect this feature is available in older versions of npp too.

  • Add a multiple clickable magnet links in document

    3
    0 Votes
    3 Posts
    466 Views
    lon from appletonL

    @PeterJones

    I’m closing this as just a bad question due to my misunderstanding of live links. I’ll just block copy the
    whole source as text and leave it to others to copy and paste where they need it to their browser.

    Thanks for answering.

    Lon

  • Incorporating Prettier and/or js-beautify

    1
    0 Votes
    1 Posts
    787 Views
    No one has replied
  • File association from menu as admin not working (np++ v7.8.9)

    4
    0 Votes
    4 Posts
    345 Views
    ?

    Problem fixed!!
    I just searched for the string editplus in my Windows registry and deleted every key and value that matched that string. Now I can associate and remove file extension association from NP++ menu!

  • Find All in Current Document not displaying complete lines

    2
    1 Votes
    2 Posts
    443 Views
    Alan KilbornA

    Is there a way to have it display the full line (in my case, 4,000 characters)

    I don’t believe so, not currently.

    There is an open issue regarding it, but so far it doesn’t appear to have had any action/traction: CLICK HERE
    You might want to go there and state your opinion; adds weight for developers to make a change.

    If I double-click on a line in the Find results window at position 2,500, the cursor jumps to the main window but at the location of the characters that were found, not iat the position I was in the Find results window.

    Yes, double-clicking anywhere in the line jumps to the match point.