• 0 Votes
    6 Posts
    778 Views
    Alan KilbornA

    @peterjones

    FEATURE trumps BUG !
  • how to set default sort order for document list

    5
    0 Votes
    5 Posts
    2k Views
    Mr-BrunesM

    @clyfton-in FYI I created a new issue for this problem, since I don’t use tabs (not enough screen space to display them!) and I’ve not seen a one-shot sort function used in a column header in any app before so I found the behaviour rather confusing until I stumbled upon your post which identified the issue (so thanks!).

    Permanent sorting order for Document List panel #11143
    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11143

  • How to set custom icons in N++ for different file extensions ?

    6
    0 Votes
    6 Posts
    751 Views
    Alan KilbornA

    @sashank999 said in How to set custom icons in N++ for different file extensions ?:

    Or maybe in “Folder As Workspace”

    That area plus the “project” panels might be a good place for such extension-based icons. OK, I’m in with the idea. :-)

  • Texts on the left are invisible with the combination of keys (Ctrl + Tab)

    2
    0 Votes
    2 Posts
    400 Views
    Alan KilbornA

    @roby-di-vincenzo said in Texts on the left are invisible with the combination of keys (Ctrl + Tab):

    Could you help me or fix this bug that just happened?

    What is happening here is that the yellow popup window is centered on the Notepad++ window and in certain circumstances that, coupled with long pathnames for files, can cause the yellow popup to be drawn offscreen (where you can’t see its data).

    A reproduction example:

    Make your N++ window non-maximized and size it to be very narrow horizontally

    Move the window to near the left edge of your monitor

    Invoke Ctrl+Tab

    Observe left side of pathnames is not viewable, just like for OP

    You can file a bug report for this; see how to HERE.

  • Suggestion: Also save plugin settings in the cloud

    3
    0 Votes
    3 Posts
    225 Views
    conniff1C

    @peterjones ,
    great.
    I also found #59714 and #26203 there.

    For example, when I think of “Customize Toolbar”, it is quite a job to set up the toolbar again on another computer. I can copy the “CustomizeToolbar.btn” and “CustomizeToolbar.dat” by hand.
    But as you say, the step isn’t that big anymore.

    If I understand correctly, the NPP settings come from “%USERPROFILE%\AppData\Roaming\Notepad++” to “cloud location path”.
    Are all plugin settings in “%USERPROFILE%\AppData\Roaming\Notepad++\plugins\config”?

    In any case, I think it’s great!
    That would complete the picture :-)

    Greetings Conniff

  • Notepad++ Update Behavior Suggestion

    3
    0 Votes
    3 Posts
    489 Views
    mpheathM

    Lots of information to unpack from initial post. Though well decribed. I always disable auto updating as it all seems intrusive to me :) as I like being in control as much as possible.

    @ea117-admin said in Notepad++ Update Behavior Suggestion:

    Just “update”. Not “re-make all my installation decisions again.” Someone who wants to remake all installation decisions again can still do that by running the full interactive installer again.

    It is a NSIS installer. A default inbuilt argument is /S (must be uppercase), which performs a silent install. This can be used for a new installation or an upgrade installation.

    If the updater could have an option to append /S to the command line to run the upgrade install, then try to issue a request.

    If doing over multiple machines, then perhaps handle the upgrade yourself and deploy the new installer and use the /S argument.

  • Newest update leaves something to be desired...

    3
    0 Votes
    3 Posts
    345 Views
    PeterJonesP

    @ron-matthews ,

    It is assumed, at present, that this a bug

    Or you could conclude, based on the v8.2.1 announcement and release notes, that it was an intentional feature implementation, as evidenced by #3 in the notes.

  • help with find and replace (wildcards)

    3
    0 Votes
    3 Posts
    15k Views
    Light PortalL

    @peterjones thank you

  • NPP dislikes more than three equals sign in a row

    5
    0 Votes
    5 Posts
    382 Views
    PeterJonesP

    … and if I take a fresh 8.1.2 portable unzip, and switch to Bespin, I see all the comment lines like the ones you said were hidden, if I’ve understood:

    bd13f211-644b-4728-9572-da30bd54fe1f-image.png

    So I think you can just update your Bespin.xml.

    If not, please use the </> on the toolbar, and share an example snippet of text that shows the problem, and maybe even give us the contents of your Bespin.xml. For example, here is the file I have the screenshot for:

    /* Normal comment */ /* Normal comment with post Ácute Ãnd Õther Àccents ================== */ IF (expression) BEGIN blah END /* ==================Normal comment with pre/post and Ácute Ãnd Õther Àccents================== */ IF (expression) BEGIN blah END
  • add block comments in langs.xml?

    2
    0 Votes
    2 Posts
    2k Views
    PeterJonesP

    @mathlete2 ,

    It’s not working because commentEnd must be non-blank if you want commentStart to work. If I set it to <Language name="batch" ext="bat cmd nt" commentLine="REM" commentStart="::" commentEnd="::REM">, save, exit, reload, then load a file in Batch, the Ctrl+Shift+Q will block-mode, where it puts :: at the beginning of the current selection and ::REM at the end of the current selection; but if I set commentEnd="", it will instead just use the commentLine for the block-comment commands as well, ignoring both commentStart and commentEnd. I tried some experiments, and even if you did something as simple as commentEnd=" " (where it uses a single space in the attribute value), it will use :: for the beginning and a space for the end.

    But please note, if you do get it working that way: block comments are meant to allow for multi-line, and abusing cmd.exe’s label syntax (which is actually what :: is for) to be a pseudo-comment will not create a multi-line comment in cmd.exe syntax. It would just put :: at the beginning of the selection and whatever non-empty text you chose for the commentEnd at the end. Which means, if you have more than one line selected, only the first line would be commented out.

    If you want to use :: as your line comment, then you should just change commentLine="::", and then line-comment will always use that (and block comments will instead apply the line-comment individually to all selected lines). But you cannot set it up in a way soas to have two different single-line comment syntaxes, as that is not how the comment-feature was designed.

    (we literally just added the text These attributes can only define one type of line and block comments; if your language has multiple types of either, you will have to choose the _one_ type that you'd like Comment/Uncomment to work with. to the user manual: it hasn’t even had time to be released to the website yet. but it will be in the next revision of the website.)

  • Error starting Notepad in virtual WIN-XP ver 8.2.1

    3
    0 Votes
    3 Posts
    246 Views
    Lewis SchwartzL

    @peterjones THX :)

  • Identation

    3
    0 Votes
    3 Posts
    303 Views
    Catrin BrooksC

    @peterjones Thanks!

  • Opened files VS Open files

    11
    0 Votes
    11 Posts
    2k Views
    Catrin BrooksC

    Because they both indicate the same thing and are grammatically correct in this context, they are interchangeable. The phrase “opened files” has the past participle form of the verb “opened,” but the phrase “opened files” contains the adjective “opened.”

  • 1 Votes
    9 Posts
    596 Views
    V

    @alan-kilborn That worked. Thank you so much! image_2022-01-24_084149.png

  • Installer needs to honor existing installation settings

    3
    0 Votes
    3 Posts
    259 Views
  • Raro Número de líneas

    3
    0 Votes
    3 Posts
    1k Views
    Adolfo GimenezA

    @peterjones muchas gracias compañero, me sirvió bastante ya lo logré solucionar. Un abrazo. Mil gracias.

  • Context Menu's Style Token should be in File Edit menu too.

    2
    0 Votes
    2 Posts
    244 Views
    PeterJonesP

    @jabcreations

    It’s in the Search menu, not the Edit menu. (probably in that menu because searching and marking and bookmarking are all intertwined in Notepad++, whereas coloring text has nothing to do with editing, because it doesn’t make changes to the file when saved)

    633a8e25-19af-40cb-93e1-6e943e86e85f-image.png

  • Understanding about project files.

    7
    0 Votes
    7 Posts
    522 Views
    Carol LawrenceC

    Thanks! You help me a lot

  • New to notepad ++

    7
    0 Votes
    7 Posts
    1k Views
    Carol LawrenceC

    In the start menu, you can make a new shortcut to notepad++ that runs it with the command line arguments -multiInst -nosession. When you click on that shortcut, it will open a new multi-instance window without the current session, but it won’t change the open-with-notepad++ behavior.

    Non-multi-instance instances (like those opened with open-with) and those that open with a shortcut will confuse your settings, because depending on which one you exit last, it may save your settings in a state that doesn’t match what you want. This may or may not be what you want, though.

  • Toolbar, medium?

    3
    0 Votes
    3 Posts
    295 Views
    Carol LawrenceC

    @real-cat I’m inclined to agree with you. When writing code, developers have to weigh several trade-offs before settling on a final product. My guess is that this is one of them. I can handle it.