Community
    • Login
    1. Home
    2. Help wanted · · · – – – · · ·
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • Joe EckelJ

      how to paste text copyed on web from clipboard

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      1k Views
      Claudia FrankC

      @Joe-Eckel

      Either by using the normal Paste mechanism or by using the Paste Special function.

      Cheers
      Claudia

    • Mario ValleM

      How to completely remove a language?

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

      @Mario-Valle

      Should I remove “r” from <Language name=“rebol” ext=“r reb” commentLine=“;” commentStart=“” commentEnd=“”> in the langs.xml file?

      Yes.

      Cheers
      Claudia

    • KrzysiuK

      New metalang (folding list)

      Watching Ignoring Scheduled Pinned Locked Moved language folding
      2
      0 Votes
      2 Posts
      1k Views
      KrzysiuK

      Found it, yay. For now only one level, but that’s fine with me. For people who would look for the answer: Comment & Number tab, select Allow folding of comments, Comment line style: * :)

    • Daniel BéginD

      Deleting specific elements and children from an entire xml file

      Watching Ignoring Scheduled Pinned Locked Moved plugins xml tools xsl transform
      3
      0 Votes
      3 Posts
      9k Views
      Daniel BéginD

      Thank guy038, Clever! I’ll use it :-)

      However, (in case I have a really more complex manipulation to do!-), is it possible to do the above using XSL transformation from the XML Tools plugin?

    • oirfeodentO

      FunctionList classrange question

      Watching Ignoring Scheduled Pinned Locked Moved
      29
      0 Votes
      29 Posts
      16k Views
      MAPJe71M

      @oirfeodent see PR #3842 for my review.

    • Charlie FullerC

      using "FOR" in language definition causes unexpected results

      Watching Ignoring Scheduled Pinned Locked Moved syntax highlight udl
      3
      0 Votes
      3 Posts
      1k Views
      Charlie FullerC

      bingo…thankyou thankyou thankyou!

    • liontassL

      Emmet plugin not working win xp

      Watching Ignoring Scheduled Pinned Locked Moved emmet
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • Team CaffeineT

      Deleting specific string from entire xml file?

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

      @Team-Caffeine

      The last part of Guy’s expression:

      \d+

      means 1 or more digits. If you want a digit, a period, and exactly 3 digits, one way is to use this:

      \d\.\d{3}

      The first \d is for a single digit. The \. is for a period (the period means any character whatsoever unless it has a \ in front of it). The final \d{3} means exactly 3 digits.

    • John HaganJ

      linking notepad++ to command prompt

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      1k Views
      decodermanD

      In cmd this would do the same:
      “Full Path to\notepad++.exe”

    • AndrewA

      Keyboard shortcut for next/previous incremental search result?

      Watching Ignoring Scheduled Pinned Locked Moved
      17
      0 Votes
      17 Posts
      13k Views
      guy038G

      Hi @scott-sumner and All,

      I did some tests and it happens that the double hit on the Windows logo key allows to put the focus back on the main editor windows, again, if a window can be anchored to the main editor windows, at its right, left, top or bottom side

      So, it concerns, from native N++, the Character Panel, Clipboard History, Search Results, Project, Folder as Workspace and the Function List windows, as well as most of plugin’s windows as, for instance, the Python or Lua console window !

      However, just note that if any of these “dockable” panels is not docked and is, simply, floating like a separate windows, the double hit on the Windows logo key does not allow, anymore, to have the focus back, on the main editor windows !

      Strangely, it does not work too, with the Document Map panel, which, however, can be anchored !

      Cheers,

      guy038

    • tomass1047T

      Change of Notepad++ background color

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

      @tomass1047

      Either use predefined themes or change the background color independently.
      Both ways can be achieved by using Settings->Style Configurator menu.

      Cheers
      Claudia

    • James GaleJ

      featureRequest: Return from search, with history.

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

      @James-Gale

      Well, I do it by setting a bookmark at where I want to come back to…

      ctrl+F2 (set bookmark) move away an arbitrary distance… shift+F2 (bring me back) ctrl+F2 (remove bookmark)

      If this or ANY posting on the Notepad++ Community is helpful to you, don’t hit reply and say only “thanks”–because this will look like “new mail” to all Community members. Just up-vote and only the poster will be notified–simply click on the little up-arrow in the upper-right of the posting you like:

    • Mikhail VM

      Remember vertical separator bar position

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      861 Views
      No one has replied
    • Ambra FrakullaA

      Commands

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      1k Views
      Claudia FrankC

      @Ambra-Frakulla

      what are you looking for?

      Cheers
      Claudia

    • Андрей ЛенинградскийА

      Не подключается с сервером по FTP

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

      @Андрей-Ленинградский

      o tiko ni tale per nosarila se nono ago mango lassi ?
      ago nes garali sem salabem hon nugat sem donut.

    • William LoweryW

      Unknown item in display

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

      @William-Lowery

      Notepad++ itself can tell you something about it. If you open Edit (menu) -> Character Panel you will see:

      Imgur

      And here is some more info to help you with “FS”:

      http://www.theasciicode.com.ar/ascii-control-characters/file-separator-ascii-code-28.html

      If this (or ANY posting on the Notepad++ Community site) is useful, don’t reply with a “thanks”, simply up-vote ( click the ^ in the ^ 0 v area on the right ).

    • Grace Brethren HelpdeskG

      Right justify the tabs in the tab bar after Compare

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

      Hello,
      What versions of Notepad++ and Compare plugin are you using?
      Do you use multi-line tab bar or all your open files tabs are in a single row?
      BR

    • Pernille KaaberP

      Notepad ++ which windows version?

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

      Thanks :) Best solution!

    • Google MeG

      Unable launch notepad++ 7.5.1 after upgraded

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      4k Views
      Google MeG

      Downgraded to 7.3.3. (https://notepad-plus-plus.org/download/v7.3.3.html) and it works great.
      Looks like 7.5.1 something was wrong.

    • Leo SalminenL

      Saving problem when using Notepad++ with WinSCP

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

      The problem seems to appear only with 64-bit version of Notepad++. I changed to 32-bit version and it works fine.

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