• Looking for ways to add highlighting(Style occurrence of...)

    6
    0 Votes
    6 Posts
    1k Views
    Alan KilbornA
    @Marc-Grossman said in Looking for ways to add highlighting(Style occurrence of...): “Double marking” text patterns with “Purple” then “Yellow” creates “Red” As a result, I had Six colors even if there were only five selections provided by the application. Ah, yes, that can be done. And you could create a macro so that it could be done in a single step. Here’s a thread that, in its more-recent posts, tells you a lot about colors, maybe it has some relevant information for you: https://community.notepad-plus-plus.org/topic/18157/how-to-set-find-background-colour
  • Compatibility with Windows 10 on utf-8 support

    3
    0 Votes
    3 Posts
    734 Views
    oberon168O
    @PeterJones Thanks, the Style Config fixed the issue
  • 0 Votes
    3 Posts
    728 Views
    Alan KilbornA
    I agree with @Terry-R that it is working fine in 8.1.4
  • Semicolons lost in Notepad++ after editing in Excel

    8
    1
    0 Votes
    8 Posts
    1k Views
    Mihai IlieM
    Thank you all for your answers!
  • Fluent toolbar and Plug in toolbars

    4
    0 Votes
    4 Posts
    1k Views
    Lucio Menci 0L
    It doesn’t run well. Thoose images are token without change the toolbar but only the layout: Standard Toolbar: [image: 1630918152425-76af908f-7499-4a0c-8c1c-99f0d8c5301f-image.png] Fluent UI: [image: 1630918167433-95b23123-0cda-4489-8267-c5d1837a133e-image.png] There are 5 left icons, The next 8 are shown on lefter buttons, and 5 buttons hava casual icons. The buttons are in the same position, only the icon is wrong (you can see it by the tooltip). Thank you Lucio
  • Only manual highlighting?

    7
    0 Votes
    7 Posts
    909 Views
    Michael D. DoubetM
    The uninstall without saving custom settings and then reinstall seems to have worked. My normal selecting highlighting appears to be back. Thanks for the help.
  • Running a code through notepad++

    2
    0 Votes
    2 Posts
    386 Views
    Terry RT
    @Nathan-Walser said in Running a code through notepad++: If I click the run button in notepad Have you tried View, View Current File in, and then select one of the browsers? Terry
  • How can I pull up data written between seperators (|||) ?

    3
    1
    0 Votes
    3 Posts
    420 Views
    PeterJonesP
    @AliciaKeller , Isn’t that big long section also “between separators”? How so you tell the difference? What do you want done after it’s matched? Run it all together? Put it on separate lines, one line for each field? Put it between new separators? Something else? -— Do you want regex search/replace help? Then please be patient and polite, show some effort, and be willing to learn; answer questions and requests for clarification that are made of you. All example text should be marked as literal text using the </> toolbar button or manual Markdown syntax. To make regex in red (and so they keep their special characters like *), use backticks, like `^.*?blah.*?\z`. Screenshots can be pasted from the clipboard to your post using Ctrl+V to show graphical items, but any text should be included as literal text in your post so we can easily copy/paste your data. Show the data you have and the text you want to get from that data; include examples of things that should match and be transformed, and things that don’t match and should be left alone; show edge cases and make sure you examples are as varied as your real data. Show the regex you already tried, and why you thought it should work; tell us what’s wrong with what you do get. Read the official NPP Searching / Regex docs and the forum’s Regular Expression FAQ. If you follow these guidelines, you’re much more likely to get helpful replies that solve your problem in the shortest number of tries.
  • How format srt file error

    4
    2
    0 Votes
    4 Posts
    694 Views
    astrosofistaA
    @JS-Developer Glad the provided regex worked for you. If you frequently run into this kind of issues, I would suggest you to read the regex guide in the FAQ section of this forum and start learning how to develop your own solutions. It could be hard but rewarding.
  • 0 Votes
    4 Posts
    883 Views
    Alan KilbornA
    @Master-Of-Attack said in whenever i color something, save, close the app and open the same thing again all the colors are gone!!: is there really no way to save it? maybe even something like a plugin If you are willing to use the PythonScript plugin I present a script here for doing it: https://community.notepad-plus-plus.org/post/46533
  • Removing text from middle of line of text

    2
    0 Votes
    2 Posts
    391 Views
    Alan KilbornA
    @jeffvb9 said in Removing text from middle of line of text: How can I accomplish this? I don’t see any before/after difference…? But there’s probably something there that this site consumed. Use the </> in the compose toolbar to format your data.
  • Add CRLF every 120 cars

    2
    0 Votes
    2 Posts
    384 Views
    EkopalypseE
    @Gaetan-Doutriaux something like that should do the job find: .{120} replace: $0\r\n
  • Old Toolbar Icons?

    1
    1 Votes
    1 Posts
    351 Views
    No one has replied
  • Divide numbers in quotes by two

    3
    0 Votes
    3 Posts
    755 Views
    Keith ThompsonK
    @PeterJones thank you!
  • Regex needed!! Please help

    3
    0 Votes
    3 Posts
    1k Views
    Francesco FerrariF
    Thanks!!! You just saved hours of editing!!! :)
  • Format of search results

    6
    0 Votes
    6 Posts
    3k Views
    Alan KilbornA
    @Александр-Булатов said in Format of search results: I would prefer an another option for it. You are free to request that the Notepad++ developers make this output format configurable. I’d say the likelihood of it happening are close to zero, though. To make an official feature request, see the how-to here: https://community.notepad-plus-plus.org/topic/15741/faq-desk-feature-request-or-bug-report
  • Something amazingly useful I fear is not a thing regarding deleting text

    6
    0 Votes
    6 Posts
    1k Views
    EkopalypseE
    Yes, but copy selected text does not need to have multiple selections active at the time of doing the copy.
  • 0 Votes
    3 Posts
    1k Views
    artie-finkelsteinA
    There is that new black hole known as ‘Dark Mode’ (introduced in Npp 8.0), but just like any theme package, you must be prepared to spend a fair amount of time tweaking both it [ Settings > Preferences… > Dark Mode ] and your favored theme file [ Settings > Style Configutator… ]. From what I’ve gathered, there are still a few spots where Windows insists on controlling a portion of the user interface, so expect “bleed through”.
  • How do I remove a word suggestion in autocomplete?

    dictionary
    2
    0 Votes
    2 Posts
    1k Views
    PeterJonesP
    @Scott-Nielson , Sorry. As far as I know, when it’s enabled, Notepad++'s builtin auto-completion just suggests words based on the first N characters (where N can be changed in the auto-completion preferences), compared to other words in the current document, maybe in other open, and words or functions defined in the auto-completion files for the active Language lexer. I do not believe there is a way to remove words from that list.
  • When I change font Japanese shows sideways

    2
    0 Votes
    2 Posts
    453 Views
    Jason BJ
    its possible that font’s i tried have issues, i tried another nice looking font and has no issues.