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

      Program crashes

      Watching Ignoring Scheduled Pinned Locked Moved bug maybe
      1
      0 Votes
      1 Posts
      783 Views
      No one has replied
    • Leo ShvartsL

      Hello To me problem. Notepad can open the document in Macintosh encoding though I never use this coding and besides in settings is set to open only in UTF 8 As to me to be?

      Watching Ignoring Scheduled Pinned Locked Moved macintosh encod
      2
      0 Votes
      2 Posts
      1k Views
      Gogo NeatzaG

      Check here
      https://notepad-plus-plus.org/community/topic/11014/encoding-gets-big5-encoding
      (read carefully guy038’s post)

    • jeronymite2J

      Save Session improvements

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      3k Views
      Jim DaileyJ

      @jeronymite2 You can also try the Session Manager plug-in. http://mfoster.com/npp

    • S YS

      Save "Find what" and "Replace with" in Notepad++

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      1 Votes
      10 Posts
      10k Views
      gromexeG

      Why not just save a user-defined dictionary of all your codes in any format you think is best.

      I use one where I save all my codes each accompanied with headers so i can find what I need easily, like:

      1 ⁣ ⁣ ⁣#Tags: beta,query,inventory,report,qoh,stock
      2 ⁣ ⁣ ⁣#Language: MySQL
      3 ⁣ ⁣ #Date: 3/26/18
      4 ⁣ ⁣ ⁣⁣#Code:
      5 ⁣ ⁣ ⁣[
      6 ⁣ ⁣ ⁣SELECT * FROM table
      7 ⁣ ⁣ ⁣]

      And if I was to add a search and replace code to this personal library…

      ⁣ ⁣ ⁣8⁣ ⁣ ⁣ ⁣#Tags: search,find,replace,query
      ⁣ ⁣ ⁣9 ⁣ ⁣ ⁣#Language: Regular Expression
      10 ⁣ ⁣ #Date: 3/26/18
      11 ⁣ ⁣ #Code:
      12 ⁣ ⁣ [
      13 ⁣ ⁣ Search= [-·•…:_,~..\s]{3,}
      14 ⁣ ⁣ Replace= null
      15 ⁣ ⁣ ]

      You can be more detailed than that, but once you find out what works best for you, adding changes to your “Dictionary” or “Library” of codes can get really simple. You can define any keywords you want for the headers and whichever open/close characters separating the code blocks from each other. In my chicken scratch example,I can customize the language to either separate each block by the first bracket to the last bracket or the first hashtag to the last bracket. I’m not too sure about the code folding since I don’t really use that, but I would imagine that is possible.

      I also noticed that if you use a tag system like in my example, it would be very difficult to find what you need if you have thousands of code blocks with similar tags. And you can do a regexp find lines that contains all words, but that would just void the purpose of you having to type regular expressions every time. So like I said, you can be more detailed than my example, you can use a naming convention like “regex-find-name” where name is a word or phrase you’d give that function. You could also build your dictionary in a different format that makes searching for multiples words on the same line much easier. A bad recommendation would be excel, but that’s the simplest method I can think of. Write the dictionary in a csv format and run a saved formula to check if all words exist on the same row. But if you have the time, build yourself a small desktop tool with all these functions to build and search your dictionary. Create forms to add to it, search and modify or remove definitions. There’s gotta be a program for this already no!? A personal and highly customizable dictionary?

    • Eric A. StilesE

      Bug - Document Map displays the same as window.

      Watching Ignoring Scheduled Pinned Locked Moved bug
      2
      0 Votes
      2 Posts
      1k Views
      gromexeG

      That’s odd. It doesn’t look like this?

      https://postimg.org/image/6smmn0p1j/

      You have to upload a screenshot somewhere and paste a URL using that “chain” link icon above the text composition block.

    • AZJIO AZJIOA

      functionList.xml CSS

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      2k Views
      MAPJe71M

      See also alternative solution.

    • lanselibaiL

      Can we copy the text with colours?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      2k Views
      Vitaliy DovganV

      Plugins -> NppExport -> Copy RTF to clipboard.
      And then paste e.g. to OpenOffice Writer.

    • AZJIO AZJIOA

      Feature Request: functionList.xml - Add Label

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      2k Views
      MAPJe71M

      Maybe one of the bookmark plugins is of use to you i.e. Bookmark Manager, Named bookmarks.

    • emanwebdevE

      Announcing Notepad++ DSpellCheck Replacing ALL occurrences never seen before elsewhere

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      706 Views
      No one has replied
    • Vitaliy TechV

      Does install option "Don't use %appdata%" actually work in v.7.5.6 ?

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • Amy CookA

      v7.5.6 can't find XML Tools Plug In?

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • Rowan Sylvester-BradleyR

      Compare Files

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      17k Views
      Claudia FrankC

      @Scott-Sumner

      :-D

      Cheers
      Claudia

    • gwarahG

      Feature request: autoexec file + command line key /macro=myMacro

      Watching Ignoring Scheduled Pinned Locked Moved macro command line configuration f
      1
      0 Votes
      1 Posts
      923 Views
      No one has replied
    • Dominik HaslauerD

      Is there a way to start notepad++ with tail -f from command line for a *.txt or *.log file ?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      3k Views
      gwarahG

      According this npp manual, no.

      A possible approach to this issue is use send keys tools, it can open npp with the file and then send the shortcut keys to set tel tail -f module.

      By the way this question give me a idea to request a cmd line key like this /macro=myMacro and will be possible extendo the npp processing including solving your problem.

    • TheVigiIanteT

      Feature Request: "Yes to all button" when reloading modified files

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      2 Votes
      8 Posts
      5k Views
      Scott SumnerS

      @Irfan-Sheikh

      For sure a workaround, but holding down Alt+y (to answer “yes”) until all of these popups are closed could ease your annoyance. Maybe. :-)

    • pekingstyleP

      Please Update 'getDownloadUrl.php'

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      2k Views
      AngryGamerA

      This is very much intentional. These releases are basically release candidates for a week or so. If no major bugs are found, then it’s pushed onto the auto updater. The v7.5.5 release never made it to the auto updater due to a crashing issue with macros. I suspect v7.5.6 is stable enough and will be on the auto updater in due time.

    • Beauregard JohnsonB

      Can't Specify Selected Text Color

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      1k Views
      Scott SumnerS

      @Beauregard-Johnson

      Perhaps the information in this thread will be of interest to you: https://notepad-plus-plus.org/community/topic/12578/can-t-change-foreground-color-of-selected-text

    • Kim YanK

      Feature Requests

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      1 Votes
      1 Posts
      730 Views
      No one has replied
    • RobU23R

      TwoDark Theme

      Watching Ignoring Scheduled Pinned Locked Moved dark twodark theme
      4
      3 Votes
      4 Posts
      12k Views
      Claudia FrankC

      @Scott-Sumner

      :-D, nice idea, so I post the pull request as pictures LOL…
      Not sure if Don and the other code contributers/maintainers would
      love this idea as well.

      It is just one of the examples/tests I write for the PS 64bit port.

      Cheers
      Claudia

    • Yedda RileyY

      Notepad++ 7.5.4.0 crashing

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      1 Votes
      7 Posts
      2k Views
      Yedda RileyY

      Any document.
      I have reinstalled the program. The problem is solved. Thanks

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