• Login
Community
  • Login
  1. Home
  2. General Discussion
Log in to post
Load new posts
  • Recently Replied
  • Recently Created
  • Most Posts
  • Most Votes
  • Most Views
  • Z

    ReOpen: Search in Files - Progress window make background

    Watching Ignoring Scheduled Pinned Locked Moved search in files background progress modal
    4 Feb 4, 2019, 3:47 PM
    Feb 4, 2019, 12:41 PM
    1 Votes
    4 Posts
    2k Views
    P Feb 4, 2019, 3:47 PM

    Ah, right. I misunderstood the old thread: I thought that as of v6.8.8, it wasn’t supposed to be blocking the rest of Notepad++… but now that I re-read that, the original complaint there was that it was always-in-front, even if you tried to pull a different application in front to use.

    I agree, it does seem to be designed such that a find-in-files blocks all other Notepad++ actions, and so it wouldn’t be a bug, it would be a feature request. Though, as you say, github issues don’t inherently distinguish between the two, except by tags.

    I hadn’t looked to see if there were already open issues on the topic; I just thought if the OP wanted to make an issue of it, that previous issues should be checked to avoid duplicates.

  • M

    After installing update of notepad++ 7.6.2 ,the old plugins get removed.how can i preserve the old plugins ?

    Watching Ignoring Scheduled Pinned Locked Moved
    8 Feb 4, 2019, 2:55 PM
    Feb 1, 2019, 4:34 AM
    2 Votes
    8 Posts
    3k Views
    M Feb 4, 2019, 2:55 PM

    @luedi

    i’m glad you got notepad++ running again. 👍
    thanks for reporting back.

  • L

    Add Micrisoft Edge to launch new *.html productions

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Feb 4, 2019, 2:35 PM
    Feb 4, 2019, 1:06 PM
    0 Votes
    3 Posts
    3k Views
    M Feb 4, 2019, 2:35 PM

    welcome to the notepad++ community, @Leo-de-Vetten

    you will need a little guide, because microsoft edge is a bit tricky.
    it can not be launched directly by running microsoftedge.exe "path_to\yourfile.html" as it is done using internet explorer, firefox and chrome.
    instead we will have to make shell api calls.
    but that’s not difficult, once you’ve read this guide.

    step by step guide - how to add “launch in edge” to notepad++:

    open the folder %AppData%\Notepad++\ in explorer

    find the file shortcuts.xml and open it in notepad++ for editing.

    copy the following line and paste (insert) it anywhere inside the <UserDefinedCommands>section

    <Command name="Launch in Edge" Ctrl="yes" Alt="yes" Shift="yes" Key="69"> shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge $(FULL_CURRENT_PATH)</Command> now your shortcuts.xml should look like the screenshot below (plus your ie and other user defined commands):

    Imgur

    save shortcuts.xml and restart notepad++
    (exit and reopen notepad++ to activate your shortcut changes to the run menu)

    if you now run “launch in edge” on any file, edge will open and display it, as seen at the screenshot below:

    Imgur

    note: you can also use the keyboard shortcut ctrl+alt+shift+eto launch edge with your file

    good luck and happy html coding 😉👍

  • S

    Notepad++ is gone from the Windows Alt+Tab list

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Feb 3, 2019, 7:20 PM
    Feb 3, 2019, 2:02 AM
    0 Votes
    3 Posts
    935 Views
    V Feb 3, 2019, 7:20 PM

    It is appearing in my w8.1-64 with npp 7.6.2 though I have replaced windows alt tab with vista switcher.

    vista switcher screen shot

    Thanks.

  • P

    file associations (file types to open with npp)

    Watching Ignoring Scheduled Pinned Locked Moved
    41 Feb 3, 2019, 7:42 AM
    Jan 29, 2019, 9:41 AM
    2 Votes
    41 Posts
    12k Views
    P Feb 3, 2019, 7:42 AM

    well, thank you very much, you found the problem!

    which was in deleting the whole

    ...\FileExts\.txt\

    I was able to maintain my machine code too,
    here is the new version (final I hope) with my associations,
    anyone can adjust it to his needs of course of replace HKLM to HKCU if he wants:

    https://textuploader.com/1awwn/raw
  • E

    Find/Replace then delete spaces

    Watching Ignoring Scheduled Pinned Locked Moved
    8 Feb 2, 2019, 5:21 PM
    Feb 1, 2019, 8:31 PM
    0 Votes
    8 Posts
    1k Views
    P Feb 2, 2019, 5:21 PM

    I started that boilerplate because if you just link to the FAQ’s, people tend to ignore the links, but if it’s got some context, you might convince a couple people to actually follow through and read the FAQ(s). But I got tired of rephrasing the same thing every time, so made up my boilerplate to paste in. Feel free to use it – it’s basically a pastable FAQ.

  • F

    Keep line endings on paste (no LF to CRLF or CRLF to LF)?

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Feb 1, 2019, 4:37 PM
    Feb 1, 2019, 9:40 AM
    1 Votes
    6 Posts
    12k Views
    M Feb 1, 2019, 4:37 PM

    and thanks for the thanks from teacher to alumnus 😃👍

    side note:
    it feels nice to get a thanks from a teacher (peter) to a student (me)
    hope the who is who didn’t get mixed up in it’s context above.

  • P

    bug in encoding (greek) in 7.6.3

    Watching Ignoring Scheduled Pinned Locked Moved
    9 Jan 29, 2019, 9:59 AM
    Jan 28, 2019, 12:13 PM
    0 Votes
    9 Posts
    2k Views
    P Jan 29, 2019, 9:59 AM

    thanks for the suggestions,
    I’m having similar problems on android with an app I use to log my sms messages,
    some text is unicode and some is not I guess,
    because if I select unicode some part is recognized, but not all of it,
    the same if I reverse it, I contacted the app developer and he said that it’s not one of his priorities (to fix it) now, so there is an issue in general

    as for the xml file, the problem started from the fact that I couldn’t send the file as an email from my work’s desktop to my mobile (it was rejected by exchange server - only mail I have access to - I’ve still haven’t figured out why… anyway…), so I opened it, I copied the content, I pasted it on github and then I opened my mobile browser and I got the text from github, somewhere on the whole process greek characters broke

    I opened the file from the disk now and it is utf-8-bom, but it didn’t matter I guess

  • L

    Windows Installer

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Jan 29, 2019, 12:37 AM
    Jan 29, 2019, 12:37 AM
    0 Votes
    1 Posts
    471 Views
    No one has replied
  • Mark WeversM

    periodic backup gets disabled with multiple instances - why?

    Watching Ignoring Scheduled Pinned Locked Moved
    9 Jan 28, 2019, 5:13 PM
    Jan 24, 2019, 7:31 PM
    1 Votes
    9 Posts
    2k Views
    Eko palypseE Jan 28, 2019, 5:13 PM

    @Mark-Wevers

    Let’s consider the following scenario.
    You create a file A.txt and save it.
    Your backup solution, whatsoever it is, needs to know that it needs
    to backup that file. Normally this is done by using either a command
    to back it up or by using some kind of scheduler which executes such
    a command in a cycle.

    What happens if the backup tries to save the file.
    It opens the original file, reads it, closes it (hopefully)
    opens the backup file and tries to write what has been read before.

    Now what if the pc gets shutdown in between the step of opening
    the backup file and trying to write it - file gets corrupted.

  • Dana WrightD

    How to change/convert the format of a timestamp?

    Watching Ignoring Scheduled Pinned Locked Moved
    38 Jan 28, 2019, 1:06 AM
    Jan 25, 2019, 7:31 PM
    1 Votes
    38 Posts
    12k Views
    P Jan 28, 2019, 1:06 AM

    Thank you, @guy038. I had been trying the notation similar to (?(1)00:01) in the replace, rather than (?{1}00:01), which is why I wasn’t able to get the conditional to work right.

  • V

    Notifications (Above Right on the screen) should not close and its count...

    Watching Ignoring Scheduled Pinned Locked Moved
    7 Jan 27, 2019, 9:39 PM
    Jan 27, 2019, 7:43 PM
    0 Votes
    7 Posts
    948 Views
    Alan KilbornA Jan 27, 2019, 9:39 PM

    @V-S-Rawat

    OMG, I thought you were talking about something within Notepad++! Like a file-reload prompt or something!!

  • Matthew Reed105M

    Open dialog with Wild-Card, can it be disabled?

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jan 25, 2019, 5:29 PM
    Jan 25, 2019, 3:09 PM
    0 Votes
    3 Posts
    608 Views
    Matthew Reed105M Jan 25, 2019, 5:29 PM

    Dude! That works - that completely works!

    Thanks you SO MUCH!

  • Muxin GuM

    .r file association messed up

    Watching Ignoring Scheduled Pinned Locked Moved extension
    7 Jan 24, 2019, 1:46 AM
    Aug 25, 2017, 1:00 AM
    0 Votes
    7 Posts
    8k Views
    M Jan 24, 2019, 1:46 AM

    @Alan-Kilborn

    hehehehe 😂😂😂 nice … second made my day of the day 👍👍👍
    such a good day, that i barely think about why metations or alanations don’t sound as profitable 🤪

  • msamore1M

    NppFTP Files won't refresh

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Jan 23, 2019, 11:28 PM
    Jan 22, 2019, 11:56 PM
    0 Votes
    5 Posts
    1k Views
    M Jan 23, 2019, 11:28 PM

    @PeterJones said:

    funny-looking text

    made my day 😂👍😂 best description ever.
    i confirm that you can always (*) open a jpg as binary text representation in notepad++ and upload it via nppftp. nppftp will analyse the content and change to 8 bit binary type i automatically.
    ( * disclaimer: my always means: at least every time i did this, it worked ;-) )

  • Bart TecterB

    User defined language files

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jan 23, 2019, 2:35 PM
    Jan 23, 2019, 2:17 PM
    0 Votes
    2 Posts
    1k Views
    Eko palypseE Jan 23, 2019, 2:35 PM

    @Bart-Tecter said:

    did you check one of those files?

  • Rob vhR

    Mono Instance) mode does not use launching user

    Watching Ignoring Scheduled Pinned Locked Moved multi user multi instance
    2 Jan 22, 2019, 2:36 PM
    Jan 22, 2019, 10:35 AM
    2 Votes
    2 Posts
    523 Views
    P Jan 22, 2019, 2:36 PM

    That is a reasonable suggestion.

    If you want to increase the chances of the developer noticing this suggestion and possibly implementing it in a future release, you can follow the instructions in this FAQ to add a feature request in the official issues-page.

  • Arash mA

    Move forward to x64

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jan 22, 2019, 2:33 PM
    Jan 22, 2019, 3:01 AM
    0 Votes
    2 Posts
    1k Views
    P Jan 22, 2019, 2:33 PM

    @Arash-m ,

    “bold” isn’t quote the word I would use, because all the text is identical size/boldness for the 32bit and 64bit.

    But yes, the 32bit is listed first (that could arguably be caused by “alphanumeric sort”) and 32bit has the big download icon, whereas the 64bit just has the textual links – so it does seem to emphasize / encourage 32bit download over the 64bit download.

    If you want to improve the chances that the developer will notice your suggestion, follow the instructions in the FAQ for adding an issue to the issues page.

  • Juliana MialoundamaJ

    Delete all charactere before DPT_p_

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Jan 21, 2019, 6:07 PM
    Jan 21, 2019, 5:38 PM
    0 Votes
    4 Posts
    2k Views
    P Jan 21, 2019, 6:07 PM

    ps: sorry, my first

    See @Scott-Sumner’s “help with Markdown in this forum”

    should have been

    See @Scott-Sumner’s “help with Markdown in this forum”

    I copied/pasted from the rendered rather than the source, so the link disappeared.

    The link was there below in my FYI section, but I wanted to make it clear.

  • MrSimurqM

    Plugins Admin and Notepad++ Portable

    Watching Ignoring Scheduled Pinned Locked Moved
    17 Jan 21, 2019, 8:47 AM
    Dec 15, 2018, 8:33 PM
    0 Votes
    17 Posts
    10k Views
    M Jan 21, 2019, 8:47 AM

    welcome to the notepad++ community, @Viral-Tailor

    can you install any other plugin using the built in “plugins admin” ?
    (note: do not use the old “plugin manager” to install any plugins, as it is not compatible with newer versions of notepad++ 7.6.x and above.)

    please also post your notepad++ debug information here.
    (notepad++ menu > ? > debug info > copy to clipboard)
    preferably both from your installed and your portable version.

The Community of users of the Notepad++ text editor.
Powered by NodeBB | Contributors