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

    REGEX Exceptions - Match everything on line EXCEPT this words

    Watching Ignoring Scheduled Pinned Locked Moved
    9 Oct 29, 2016, 8:23 PM
    Oct 23, 2016, 8:58 AM
    0 Votes
    9 Posts
    19k Views
    G Oct 29, 2016, 8:23 PM

    Hi, Vasile,

    I forgot to tell you, in my previous post, that you may, of course, add, as many special words, as you want to ! Just add these words as an alternative to the two special words of my previous regex.

    For instance, if, in addition to homemaker and family’s, you decide that the word test and the verb see are special expressions, too, just change the S/R search regex by the regex below :

    SEARCH (?i)^((?!homemaker|family's|test|see).)+$|.*?(homemaker|family's|test|see)|.+

    REPLACE (?1$0)(?2\2|) ( Unchanged )

    You would get, this time, the following text :

    family's| homemaker| Line 3, without the two words homemaker|test|see|family's| Family's|test|see|homemaker| Line 6, without the two words, too ! test|see|homemaker| homemaker|family's|homemaker|test|family's|see|family's|homemaker|

    Cheers,

    guy038

  • S

    7.1 64-bit File association and registering as the default application

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Oct 29, 2016, 7:41 PM
    Oct 26, 2016, 10:43 PM
    0 Votes
    2 Posts
    3k Views
    M Oct 29, 2016, 7:41 PM

    I had similar issue. I fixed it by replacing all C:\Program Files (x86)\Notepad++ references by C:\Program Files\Notepad++ in registry. After reboot, files where associated with x64 version.

  • A

    Where I can Find Developer Documentation?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Oct 29, 2016, 5:57 AM
    Oct 29, 2016, 4:31 AM
    0 Votes
    2 Posts
    2k Views
    C Oct 29, 2016, 5:57 AM

    https://github.com/notepad-plus-plus/notepad-plus-plus

  • A

    Typing deletes previous text

    Watching Ignoring Scheduled Pinned Locked Moved typing problem please help delete text deleting letter help
    2 Oct 28, 2016, 6:50 PM
    Oct 28, 2016, 6:41 PM
    0 Votes
    2 Posts
    24k Views
    S Oct 28, 2016, 6:50 PM

    @Andrea-B

    In the lower right corner does it say “INS” or “OVR”? I suspect it says “OVR” which means “OVERWRITE” which means your typing will overwrite existing text. Point your mouse to the OVR text and click it and it will change to “INS” which means “INSERT” and your problem should be solved. Post again if that does not solve it.

  • B

    Align Columns

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Oct 28, 2016, 6:46 PM
    Oct 28, 2016, 12:22 PM
    0 Votes
    2 Posts
    2k Views
    B Oct 28, 2016, 6:46 PM

    Nevermind. Had someone do it in UltraEdit for me.

  • S

    Empty files not set as UTF-8 (...without BOM...) but are seen as ANSI

    Watching Ignoring Scheduled Pinned Locked Moved ansi utf-8
    1 Oct 28, 2016, 4:48 PM
    Oct 28, 2016, 4:48 PM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • M

    comeone fix this http://superuser.com/questions/860830/syntax-highlighting-of-inline-comments-wrong-for-ini-files

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Oct 28, 2016, 12:41 AM
    Oct 28, 2016, 12:41 AM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • S

    Search and mark between date and time

    Watching Ignoring Scheduled Pinned Locked Moved
    12 Oct 27, 2016, 6:30 PM
    Oct 26, 2016, 2:12 PM
    0 Votes
    12 Posts
    9k Views
    G Oct 27, 2016, 6:30 PM

    Hello, Scott

    I haven’t noticed the relation between the Begin/End select feature and the column mode selection, yet ! Many thanks for these very nice tricks, indeed !

    Cheers,

    guy038

  • C

    Disabling Tab Button Selection of Auto-Complete.

    Watching Ignoring Scheduled Pinned Locked Moved auto-completion tab
    2 Oct 27, 2016, 6:01 PM
    Oct 27, 2016, 7:02 AM
    0 Votes
    2 Posts
    2k Views
    G Oct 27, 2016, 6:01 PM

    Hello, Chris Mckevitt,

    Very easily, indeed ! Instead of pressing the Tab key, Chris, just hold down the Alt key and hit, successively, on the Numeric keyboard, the two 0 and 9 keys => The auto-complete box is, then, closed and a single tabulation character ( \x09 ) is inserted, at the caret’s position :-)) Et voilà !

    I verified that it’s OK, for, both ,completion of functions AND completion of words

    Of course, it’s not as straight as hitting an unique key, but just consider it as a work-around !

    Best Regards,

    guy038

  • M

    Arrow keys in Multiline Editing Mode

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Oct 27, 2016, 4:35 PM
    Oct 27, 2016, 3:38 PM
    1 Votes
    2 Posts
    3k Views
    D Oct 27, 2016, 4:35 PM

    Its not possible currently. Internally Notepad++ uses Scintilla v3.5.6. However in Scintilla v3.6.0 it added this type of functionality. Quote from Scintilla v3.6.0 release notes:

    Multiple selection now works over more key commands. The new multiple-selection handling commands include horizontal movement and selection commands, line up and down movement and selection commands, word and line deletion commands, and line end insertion.

    So whenever Scintilla is upgraded internally this will be possible.

  • V

    Recorded macro to search and switch tab causes it to return to 1st line

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Oct 27, 2016, 3:24 PM
    Jun 13, 2016, 2:27 PM
    0 Votes
    4 Posts
    3k Views
    A Oct 27, 2016, 3:24 PM

    You should use “Toggle bookmark”.
    Set it before moving to next tab and then,when returning to initial tab, use F2 to move to “next bookmark”

  • B

    Find In Files Takes Too Long

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Oct 27, 2016, 11:36 AM
    Oct 13, 2016, 11:43 AM
    0 Votes
    3 Posts
    2k Views
    pnedevP Oct 27, 2016, 11:36 AM

    AFAIK Notepad++ doesn’t cache any previous searches and yes, the result seems expected.
    I don’t think there’s a way to speed things up.

  • M

    ignore case for autocomplete each input

    Watching Ignoring Scheduled Pinned Locked Moved autocomplete
    3 Oct 26, 2016, 7:08 PM
    Oct 4, 2016, 6:43 PM
    0 Votes
    3 Posts
    3k Views
    Jim DaileyJ Oct 26, 2016, 7:08 PM

    @Mario-Morse and @Vince-Faller

    I just did an experiment where I changed the XML file for a language (they are in the plugins\APIs directory) from this:

    <Environment ignoreCase="no"

    to this:

    <Environment ignoreCase="yes"

    and it seemed to have the desired effect.

  • Joe_ BigginsJ

    Launching work in chrome problem

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Oct 26, 2016, 5:06 PM
    Oct 26, 2016, 5:06 PM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • V

    Encoding problem after restart, doesn't keep the changes UTF-8

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Oct 26, 2016, 4:59 PM
    Oct 26, 2016, 4:59 PM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • deival1980D

    Why is FunctionList not running in different thread?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Oct 26, 2016, 2:50 PM
    Oct 26, 2016, 2:35 PM
    0 Votes
    2 Posts
    1k Views
    MAPJe71M Oct 26, 2016, 2:50 PM

    Possibly.
    Just curious, what’s the typical size of a big JavaScript file?

  • ?

    How to mark sequences one line above already marked sequences

    Watching Ignoring Scheduled Pinned Locked Moved fasta mark bookmark
    3 Oct 26, 2016, 7:38 AM
    Oct 25, 2016, 8:50 PM
    0 Votes
    3 Posts
    2k Views
    ? Oct 26, 2016, 7:38 AM

    Perfect - Thank you!

  • I

    New to HTML, CSS, N++. I need help.

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Oct 26, 2016, 5:36 AM
    Oct 26, 2016, 5:36 AM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Minh Anh NgM

    Auto-generated title for new document/tab like Sublime Text

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Oct 26, 2016, 4:14 AM
    Oct 26, 2016, 4:14 AM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • jake1191J

    bulk remove row tag

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Oct 25, 2016, 9:15 PM
    Oct 25, 2016, 4:50 PM
    0 Votes
    4 Posts
    2k Views
    G Oct 25, 2016, 9:15 PM

    Hi, Jake1191,

    From what you said, I think that my solution (C) does exactly what you would like to !

    Indeed, any line, which contains the domain attribute, with a value different from the string post_tag, will NOT be removed :-)

    Cheers,

    guy038

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