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
    • M

      Using Notepad++ to Organize Game Guides and Documentation

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      265 Views
      PeterJonesP
      @mpheath said: This is a markdown variant, AFAIK . Markdown has many variants so may seem like your problem is a variant that suits your needs. ASCIIDoc IIRC is a lexer that is not exposed in Notepad++ so perhaps wanted? This needs some more detail to know if the interest is desired. In interesting timing, I am actually in the middle of creating a HiddenLexer plugin (based on my old PythonScript solution) which will allow the plugin to activate lexers that Notepad++ doesn’t expose in the Languages menu. For alpha testing with ASCIIDoc: Download zip of plugin DLL from here: https://github.com/pryrt/NppPlugin-HiddenLexers/actions/runs/30941195491 (link should work for at least a few days) and put the DLL as c:\program files\notepad++\plugins\HiddenLexers\HiddenLexers.dll (or equivalent) %AppData%\Notepad++\plugins\config\HiddenLexers\HiddenLexers.json{ "extensions": { "adoc": "asciidoc" }, "lexers": { "asciidoc": { "0 SCE_ASCIIDOC_DEFAULT": { "fgColor": "", "bgColor": "", "fontStyle": "0" }, "1 SCE_ASCIIDOC_STRONG1": { "fgColor": "", "bgColor": "", "fontStyle": "1" }, "2 SCE_ASCIIDOC_STRONG2": { "fgColor": "", "bgColor": "", "fontStyle": "5" }, "3 SCE_ASCIIDOC_EM1": { "fgColor": "", "bgColor": "", "fontStyle": "2" }, "4 SCE_ASCIIDOC_EM2": { "fgColor": "", "bgColor": "", "fontStyle": "6" }, "5 SCE_ASCIIDOC_HEADER1": { "fgColor": "CC0000", "bgColor": "", "fontStyle": "1" }, "6 SCE_ASCIIDOC_HEADER2": { "fgColor": "CC3333", "bgColor": "4F4F4F", "fontStyle": "1" }, "7 SCE_ASCIIDOC_HEADER3": { "fgColor": "CC7777", "bgColor": "5F5F5F", "fontStyle": "1" }, "8 SCE_ASCIIDOC_HEADER4": { "fgColor": "CCbbbb", "bgColor": "6F6F6F", "fontStyle": "1" }, "9 SCE_ASCIIDOC_HEADER5": { "fgColor": "CCffff", "bgColor": "7F7F7F", "fontStyle": "1" }, "10 SCE_ASCIIDOC_HEADER6": { "fgColor": "FFFFFF", "bgColor": "8F8F8F", "fontStyle": "1" }, "11 SCE_ASCIIDOC_ULIST_ITEM": { "fgColor": "0000CC", "bgColor": "", "fontStyle": "0" }, "12 SCE_ASCIIDOC_OLIST_ITEM": { "fgColor": "0000CC", "bgColor": "", "fontStyle": "0" }, "13 SCE_ASCIIDOC_BLOCKQUOTE": { "fgColor": "00CC00", "bgColor": "", "fontStyle": "0" }, "14 SCE_ASCIIDOC_LINK": { "fgColor": "", "bgColor": "", "fontStyle": "4" }, "15 SCE_ASCIIDOC_CODEBK": { "fgColor": "00CC00", "bgColor": "", "fontStyle": "0" }, "16 SCE_ASCIIDOC_PASSBK": { "fgColor": "00CC00", "bgColor": "", "fontStyle": "0" }, "17 SCE_ASCIIDOC_COMMENT": { "fgColor": "00CC33", "bgColor": "", "fontStyle": "0" }, "18 SCE_ASCIIDOC_COMMENTBK": { "fgColor": "00CC33", "bgColor": "", "fontStyle": "0" }, "19 SCE_ASCIIDOC_LITERAL": { "fgColor": "CCCC00", "bgColor": "", "fontStyle": "0" }, "20 SCE_ASCIIDOC_LITERALBK": { "fgColor": "CCCC00", "bgColor": "", "fontStyle": "0" }, "21 SCE_ASCIIDOC_ATTRIB": { "fgColor": "CC00CC", "bgColor": "", "fontStyle": "0" }, "22 SCE_ASCIIDOC_ATTRIBVAL": { "fgColor": "CC00CC", "bgColor": "7F7F7F", "fontStyle": "0" }, "23 SCE_ASCIIDOC_MACRO": { "fgColor": "FFFF00", "bgColor": "", "fontStyle": "7" }, "options": {}, "keywords": [ "", "", "", "", "", "", "", "", "" ] } } } (the colors are reasonable in DarkModeDefault theme) The plugin isn’t ready for prime time yet, but for alpha testing, I was able to get that to automatically colorize the lexilla test asciidoc file AllStyles.adoc There’s no documentation for the plugin yet, nor an ABOUT box, nor any way to force it to re-read the JSON (those are all TODO). But as a proof of concept… [image: 1785870475625-9a9695a8-ab6a-4361-9c6c-6cb2ce36bab9-image.jpeg]
    • ILoveSkilledCodersI

      Updated NP++ and now lost my previous notes

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      4
      0 Votes
      4 Posts
      200 Views
      PeterJonesP
      @ILoveSkilledCoders said: Unfortunately I don’t understand some of what you said. I am sorry. I thought that explaining to go someplace in Windows explorer and rename files would be easy enough to understand. I cannot make it easier to understand than that. I’m trying to find someone to help explain it to me. & I don’t know what you didn’t understand, so I cannot explain more. to edit those files b/c I don’t want to screw things up & make it worse. I didn’t say to edit any files. I said to rename/copy files. I have no idea if I was in admin mode when I updated. That’s unfortunate. … someone told me you came out with the numbers that tell us how many search results there are, … & then which number result we are on after we press “enter.” I need that so I got excited & updated. Unfortunately it’s not in the Ctrl F search window as I found out. That’s with Search > Inremental Search which brings up the Incremental Search Bar at the bottom of the screen. That’s a simplified version of the search which has always been there, but recently the “live count” was added to the Incremental Search I think I learned years ago that you have to click on Ctrl S at least once to save each file, Each time you hit Ctrl+S on a file, it saves it. That’s the only time that Notepad++ saves it to the given directory. If you only hit Ctrl+S on each file once, then it only saved it once in that directory. The “session snapshot and periodic backup” feature of Notepad++ does not save the file to the normal location. It saves it to the backup directory which I referenced before. In the future: If you want to automatically save your updated/edited files without hitting Ctrl+S or File > Save or the Save or Save All button on the toolbar, you would need to install and configure the AutoSave plugin, as described in the FAQ I linked you to. If you don’t want to install and configure that plugin, then you will have to learn to Save your files on your own. but I had them all saved at one point, otherwise they wouldn’t have been in that Notepad++ folder, so I have no idea what happened. You saved them once, and only once. Never again. That’s what happened. On another note, off & on since the update, I keep getting this error, & then there’s another question after this one which I forgot to take a SS of. https://nimb.ws/i9V1zXa Just paste the image into your post: you don’t need to upload it to a service. [image: 1785784094594-115d78d2-de07-43ff-a056-e06450858f4d-image.jpeg] That means some other program had updated Links.txt since the time you opened it in Notepad++. Your choices are to say “YES”, which will read the copy from disk, and get rid of all your edits, or to say “NO” and overwrite whatever is on disk with what’s currently visible in Notepad++. Which choice is right depends on your computer, and we cannot tell you which is right for you to choose. Also, when I click on Ctrl. F, most of the time it doesn’t highlight & place my cursor in the text field so I can type a new keyword. I had no problems with the other one. That’s controlled on Settings > Preferences > Searching, with the Fill Find Field with Selected Text checkbox and the Max Characters to Auto-Fill... number field. Going back to your original problem: you have probably opened and closed Notepad++ too many times for my file-rename procedure to be of any help. So ignore that part for now. Instead, you will need to open your Windows Explorer (WinKey + E – I believe that worked even back in Win7 days), and then paste %AppData%\Notepad++\backup into the Location Bar of the Explorer window. If your Win7 doesn’t show the explorer bar, then you will have to manually go to C:\users\<user name>\AppData\Roaming\Notepad++\backup\ in Windows Explorer. In that directory, there may or may not be a bunch of files with names similar to filename.ext@yyyy-mm-dd_hhmmss, where filename.ext is the name of the real file, and the yyyy-mm-dd_hhmmss is a timestamp that Notepad++ used. If you have a bunch of those, you can copy those to some safe, temporary directory, and then open all those copies in Notepad++. Look through them, If any of them have the data you want for your real files, then save them to the correct filename in D:\Notes\Notepad++. Close any of them you don’t want. Leave the ones open that you saved to D:\Notes\Notepad++. In the future, either use Ctrl+S (or the menu or toolbar equivalent) to save the file when you’ve made an important change, or set up the AutoSave plugin to save your files for you. If you have difficulty setting up AutoSave after reading the FAQ, please let us know which step of the FAQ you are on and having difficulty with. But I’m not going to type step-by-step instructions for you here, because those instructions are already in the FAQ, and it would be a waste of everyone’s time for it to be typed again here.
    • G

      Editing lines from vertical to horizontal format

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      3
      0 Votes
      3 Posts
      112 Views
      G
      @PeterJones ok man Thank you, the method worked.
    • B

      There is a scam version in the Play Store that should be deleted.

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      155 Views
      PeterJonesP
      @BlackX777 , That was brought to the developer’s attention in the repo issues last week. Unfortunately, take-down requests can take time.
    • donhoD

      v8.9.8 Release Candidate will be available in about one week

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      2 Votes
      1 Posts
      79 Views
      No one has replied
    • donhoD

      Notepad++ release 8.9.7

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      7
      2 Votes
      7 Posts
      6k Views
      donhoD
      Auto-updater is triggered for v8.9.7.
    • PeterJonesP

      FAQ: Periodic Backup vs AutoSave Plugin

      Watching Ignoring Scheduled Pinned Locked Moved FAQ backup autosave unsaved faq
      3
      1
      3 Votes
      3 Posts
      28k Views
      PeterJonesP
      Corrupted Session Starting in Notepad++ v8.6.5, it will store session.xml.inCaseOfCorruption.bak next to session.xml, and will automatically use that if session.xml is corrupted. However, if you ever find that you open Notepad++ (especially after an update or a system crash) and find that the files opened weren’t in the same state as when you let them, you can try this procedure: Exit Notepad++ Windows Explorer, go to %AppData%\Notepad++ (or in your appropriate config-file location if you aren’t using AppData for config) Rename session.xml to session.xml--keep Copy session.xml.inCaseOfCorruption.bak to session.xml Run Notepad++ → If it’s now showing the right copy of your files, great! If not, exit Notepad++, delete session.xml, and rename session.xml--keep back to session.xml .
    • D

      Cannot Update Plugins

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      1
      0 Votes
      1 Posts
      122 Views
      No one has replied
    • rafaelloR

      Awesome Notepad++ Configs, settings and syntax highlighting

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      9
      3
      1 Votes
      9 Posts
      3k Views
      rafaelloR
      1.2.2 Syntax highlighting PowerShell Improved absolute, relative, quoted and unquoted paths colors [image: 1785402977913-paths.png] Improved variables interpolation colors [image: 1785402952228-interpolation.png] [image: 1785402954396-interpolation4.png] Added colors for expressions $(..), ${..} Added registry hives colors (HKLM, HKEY_LOCAL_MACHINE, …) Fixed syntax highlighting Fixed variables colors inside paths and quotes Fixed excessive colors of variables, keywords, and functions enclosed in quotes Fixed unexpected sc.. and vk.. colors in AutoHotkey code Disabled colors for variables inside single quotes ' ' (because single quotes prevents var. interpolation)
    • Tim ProninT

      Alt key interferes with work

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      13
      0 Votes
      13 Posts
      3k Views
      P
      I found a plugin that solves this problem. https://github.com/numbereleven-a/NotepadPP_AltShiftMenuFix