Community
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • James Burke 0J

      Working with "User Defined Language"

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      4
      0 Votes
      4 Posts
      63 Views
      PeterJonesP

      @James-Burke-0 ,

      Also, please don’t waste our time by asking the same question repeatedly in different ways. I told you this in early November, in this post, where I said, “instead of providing you a Save button…”, and went on to explain the same thing.

      It’s very annoying to go to all the trouble of giving a detailed answer, and then to get proof that the answer is completely ignored by the person who asked.

    • Salam EliasS

      All of a sudden cannot type anything in Notepad++ 8.8.8

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      7
      0 Votes
      7 Posts
      148 Views
      PeterJonesP

      @PeterJones said in All of a sudden cannot type anything in Notepad++ 8.8.8:

      I don’t know how that one plugin works

      I just grabbed a copy on a portable N++ to experiment. So yes, when you first install NppVim, it starts Notepad++ in “Vim” mode. So, just in Vim, in order to add text, you need to use the a (append) or i (insert) or o (add new line) or the capital versions thereof. NppVim hijacks the status bar, and will list --NORMAL-- when it’s in the mode that accepts the hjkl navigation keys (and similar) or --INSERT-- when it’s in the insert/append mode. It’s only when you are in --INSERT-- mode that the Notepad++ INS/OVR INS-key toggle has any meaning, and it’s only when you are --INSERT-- mode that you can type text in the editor.

      760ee28d-7f24-4943-93fb-9133407a104d-image.png
      vs
      4f3fa4eb-ab7b-469e-a49e-ad4508a5411d-image.png

      and now, just a few seconds of using Vim-style editing commands, just to prove that’s how it works, my brain has already reverted to vi keys, and I tried to edit this post with vi keystrokes. so thanks for that 😜

      update:
      If you don’t want to have to use the Vim keys with that plugin, you can use Plugins > NppVim > Toggle Vim Mode to toggle off that plugin’s features temporarily.
      2de62f18-5e03-45b2-a632-4a0eb28bf875-image.png

      So, as of now, my working theory is that @Salam-Elias had the NppVim plugin installed without understanding the implications, and the problems with typing, mentioned in the original post, were 100% due to user error and that plugin.

    • I

      Can NotePad++ edit these files ?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      24 Views
      CoisesC

      @ioc2e3:

      I’m fairly sure the only one of those you can edit in Notepad++ is json.

      You’ll have to look up the rest yourself. In some cases there might be more than one way the same file extension is used, so you’ll have to figure out which program wrote the files. (For example, .aff can be a file used as part of a spell-checking dictionary or an Advanced Forensic Format file.)

      Even for JSON, you usually shouldn’t just edit a JSON file in Notepad++ unless you know what you are doing. JSON files are highly structured and any given JSON file is normally maintained by a specific program or set of programs for specific purposes. Usually there is a correct way to change the data stored there through a user interface provided by the application, rather than diving in yourself.

      It might seem like a pain in the butt, but you need to work out which programs created each of the files that concern you and research those programs to figure out how to examine and/or change these files. If Notepad++ can open them at all, it will probably give you nothing but the ability to mess them up.

    • S

      autoupdater and connection temp.sh

      Watching Ignoring Scheduled Pinned Locked Moved Security
      11
      0 Votes
      11 Posts
      4k Views
      xomxX

      @SammyBolt

      From what I know, this is not directly about a bug/vulnerability in the N++ ecosystem, but rather a preventive security fortification against possible attacks independent of the N++. Namely against the DNS spoofing type of attacks. The upcoming v8.8.9 will bring another such fortification.

    • Todd MarshallT

      **Title: Proposal to Add `Ctrl + ]` Shortcut for Matching Braces**

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      -1 Votes
      2 Posts
      19 Views
      PeterJonesP

      @Todd-Marshall said in **Title: Proposal to Add `Ctrl + ]` Shortcut for Matching Braces**:

      I explored this issue with DuckDuckGo AI and asked it to summarize in the form of a submission here

      LLM/AI/ChatGPT-generated content is not allowed here, as described in the Read here before posting post that you obviously didn’t read.

      I let this post through without immediately banning you, because you were obviously desparately trying to keep it on-topic, which is more than most LLM-posters do. But no more AI posts, or you will be banned, no more warnings or grace periods. (There are users here who will see this post, and wish I’d just banned you straight out.)

      At the closing brace }, Ctrl + B moves to before the opening brace {, without highlighting it.

      That is not what I see. If I have the caret just before or just after the closing brace, both opening and closing braces are highlighted. And when I do Ctrl+B to go to the opening brace, the caret is just before the initial brace, and both braces are still highlighted.

      So I don’t think there needs to be a feature request.

      BraceHighlightWorks.gif

      You shouldn’t believe everything AI tells you.

      If AI was telling you that the Ctrl+B brace jumping doesn’t work right, it was hallucinating. If you were claiming in your AI prompt that brace-jumping doesn’t work right, you were mistaken. And the nonsense you plugged into the AI became the nonsense claim in this “feature request” If you believe I am mistaken, you will need to provide plenty of evidence, because it works right for me in any situation I can come up with.

      I think you either mis-described the situation to the AI in your prompt, or you let the AI make up any problem that it could propose a solution to, even if that problem doesn’t really exist. Don’t use a tool that you don’t understand, and don’t expect to be able to input garbage in an LLM prompt or the underlying training and get anything but garbage out: an LLM trained on lies will spew lies, and an LLM given a prompt with bad information can repeat that bad information back out.

    • Sylvia NgariS

      Which theme has the best support for Python in terms of syntax highlighting?

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      9
      0 Votes
      9 Posts
      2k Views
      PeterJonesP

      @luk3Z ,

      You could share it in the centralized NppThemes Collection at https://github.com/notepad-plus-plus/nppThemes/ , which makes it easier for people to look through available themes (and with the CollectionInterface plugin being able to directly access that Collection, the plugin can simplify their installation process)

    • donhoD

      Notepad++ 8.8.8 release

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      18
      1 Votes
      18 Posts
      5k Views
      Daniel RichterD

      @Garrett
      Which deployment software do you use?

    • Kaptain BiwouakK

      Notepad++ 8.8.8: 2 issues detected

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      69 Views
      PeterJonesP

      @Kaptain-Biwouak,

      1/ last updates about Perl language don’t allow anymore to detect perl subroutines with the menu function (It was working well with Notepad++ 8.8.1).

      By “the menu function”, I am assuming you mean the View > Function List.

      But when you say it doesn’t “detect perl subroutines”, you will have to be more specific, because Function List does work for Perl files in v8.8.8 – though it is known to have efficiency issues.

      b60af6c5-90e6-4a07-b34d-a45c6524db4c-image.png

      the version of the Perl FunctionList parser found here will hopefully be in the next version of Notepad++ (presumably v8.8.9), so if you put the new XML in %AppData%\Notepad++\functionList\perl.xml (you might have to create the functionList subdirectory) and restart Notepad++, it will use the more efficient parser.

      After doing that, if it still doesn’t show your subroutine, please click the </> button in the reply, and paste a small Perl program that shows one or two subroutines that don’t show up in the FunctionList.

      2/ on-going modifications usually shown with * on the tab bar are no more accurate; Several tabs have now this status even if one file is currently being modified.

      I only see an * on the title bar if a tab that has unsaved edits is active. If I switch to a tab that has no edits, the * is not shown on the title bar. Can you give a minimal series of steps to reproduce the problem? because I cannot get it to be wrong about the *.

    • Ian HicksI

      Run Notepad++ as commandline to edit and save

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      10
      0 Votes
      10 Posts
      285 Views
      Ian HicksI

      @Ian-Hicks Hit a few too many speedbumps, so retraced my steps and found a solution using MSXML. Output isn’t as elegant, but it’s readable, so provides a solution to my problem