• Cursor setting - deletes next letter

    3
    0 Votes
    3 Posts
    1k Views
    George MasterG

    hey thats so easy
    thanks, now I will know from now!

    12227056_10153786756412112_5055310843050834114_n.jpg

  • UDL and comments

    2
    0 Votes
    2 Posts
    221 Views
    EkopalypseE

    @Alan-Bourke

    You are right, that is one of the limitations.
    One way around this limitation would be to use the EnhanceAnyLexer plugin, of which I am the author, and define a regex that matches anything within a beginning ' and closing ' character.

  • UDL and hex prefix

    5
    0 Votes
    5 Posts
    555 Views
    Alan BourkeA

    @PeterJones said in UDL and hex prefix:
    That has cracked it thanks. The ‘e’ issue was because I had

    end sub

    in Folding style 1 Close, I should have had

    ‘end sub’

  • Notepad++ Crashed

    2
    0 Votes
    2 Posts
    198 Views
    PeterJonesP

    @Hakar-Mahmoud ,

    See the “Scenario: My (unsaved) files are missing!” section in the Backup FAQ. Unfortunately, it’s not a miracle cure, but it offers the best advice we have on this subject. I suggest familiarizing yourself with that whole FAQ to not run into this problem again.

  • Non-Alphabetic symbols

    1
    0 Votes
    1 Posts
    136 Views
    No one has replied
  • File link problem with space character

    4
    0 Votes
    4 Posts
    887 Views
    Alan KilbornA

    There’s the possibility to script a solution to such a problem; for ideas on that, see this related CONCEPT.

  • Is it possible to record macro to enter current date?

    7
    0 Votes
    7 Posts
    1k Views
    Rufus SmithR

    @guy038 You reminded me why I didn’t need my python plugin recently! I have been using that edit/insert/date and forgot about it! A lot of cool plugins are now incorporated in notepad, like sort/compare/etc…

  • 1 Votes
    8 Posts
    2k Views
    Alan KilbornA

    @Seth-Bettwizilch said in TypeScript not highlighting syntax outside of default style:

    recreate Vibrant Ink to be more faithful and up-to-date

    Maybe give it a new fancy name as well, and submit it to the user-defined themes collection, where it will be maintained in the future (by you) and really shine! :-)

    My thinking is that the existing Vibrant Ink theme is just going to live on the way it currently is, under Notepad++, so something you improve/augment would benefit from a new name to avoid confusion.

  • XML Tools v8.4.4

    2
    0 Votes
    2 Posts
    1k Views
    PeterJonesP

    @user1026

    XML Tools v3.1.1.13 is avaiable for download through Notepad++ v8.4.4 Plugins Admin:
    1758a1a4-7798-416e-80bf-a4b654a51d34-image.png

    If you already have XML Tools installed, it may be listed on the Updates or Installed tab, instead.

  • Need Help For Remove a href Tag With out remove anchor Text

    2
    0 Votes
    2 Posts
    482 Views
    guy038G

    Hello, @smart-warriors and All,

    If we assume that the strings <a href= and </a> are, both, on one line, only, I suppose that the following regex does the job :

    Open the Mark dialog ( Ctrl + M )

    SEARCH (?s)<a href=.+?>\K.+?(?=</a>)

    Possibly, check the Wrap around option

    Select the Regular expression search mode

    Click on the Mark All button

    Then, click on the Copy Marked Text button

    Open a new tab ( Ctrl + N )

    Paste the clipboard’s contents ( Ctrl + V )

    If all your <a href=.....>........</a> definitions are contained in a single line, you may use the more restrictive regex :

    MARK (?-s)<a href=.+?>\K.+?(?=</a>)

    Best Regards,

    guy038

  • Deleting sections.

    8
    0 Votes
    8 Posts
    902 Views
    guy038G

    Hi, @stuart-benson, @terry-r, @alan-kilborn, @peterjones and All,

    OK, I see… So, the best option is to use the @terry-r method, as there are several zones [.........] : per line :

    Open the Mark dialog ( Ctrl + M )

    Uncheck all box options

    SEARCH (?-s)(?<=\x5B").*?(?="\x5D)     if you use regular quotes "

    OR

    SEARCH (?-s)(?<=\x5B“).*?(?=”\x5D)     if you use smart quotes and

    Check the Purge for each search and Wrap around options

    Select the Regular expression search mode

    Click on the Mark All button

    Click on the Copy Marked Text button

    Open a new tab ( Ctrl + N )

    Paste the clipboard’s contents ( Ctrl + V )

    Voila !

    You’ll get the expected text :

    Hi, team. We’re looking at”,“our rush defense. Today’s session is going to”,“look at our outside alignment, and why that’s important”,“for a rush defense. OK team, what is an”,“outside alignment? The way you come up like”,“in the defensive line? How does it relate”,“to an opposition? Stand up on the far shoulder”,“from where the ball is. Most teams that”,“do a rush defense start on that outside”,“shoulder, why do you reckon? I think it requires”,“a lot of skill from the player”,“catching the ball to know what’s”,“going on that side if the ball is coming this way. So probably that’s why”,“it’s important to step on the far shoulder. Yeah, I like that. it makes that attacker”,“have to use far more skill. OK, men. So let’s just presume”,“I’m the attacker. We’ve got defender”,“1 and defender 2. So who’s your man, here? Who’s your man, Jay?

    If your prefer join all these different lines into one line only :

    Select all these resulting lines ( Ctrl + A )

    Edit > Line Operations > Join Lines ( Ctrl + J )

    Cheers,

    guy038

  • Removing all texts prior to a character in a string

    5
    0 Votes
    5 Posts
    2k Views
    Alan KilbornA

    @jeffvb9 said in Removing all texts prior to a character in a string:

    This doesnt seem to be working.
    Also we could look for /v and remove everything before and /v if possible.

    That’s really just a restatement of the same problem statement from before, which you claim “isn’t working”.

  • The quotation mark expands the folded code

    4
    1 Votes
    4 Posts
    378 Views
    Alan KilbornA

    For the Powershell case, there’s a Notepad++ “issue”, see HERE.

  • Search positive + egative (in-/exclude)

    9
    0 Votes
    9 Posts
    632 Views
    Alan KilbornA

    @Uwe-Recknagel

    As an additional hint, the information found HERE seems directly applicable to an aspect of the problem you are trying to solve.

  • (?(backreference)true-regex|false-regex)

    14
    0 Votes
    14 Posts
    1k Views
    guy038G

    Hi, @wing-yang, @peterjones, @mapje71 and All,

    In the last part of my previous post, I proposed a regex which does not use any conditional statement :

    (?x) ^ [^(\r\n]* (?: \( (\d{3}) \) | (?1) - ) (?1) - \d{4}

    However, this regex can simply be improved by using the @peterjones’s look-behind structure, instead of the negative class character :

    (?x) (?<!\() (?: \( (\d{3}) \) | (?1) - ) (?1) - \d{4}

    which allows to get several occurences in a single line, as below :

    abc (123)456-7890 def 123-456-7890 ghi

    BR

    guy038

  • How find in selection by key alt? Hello.

    10
    0 Votes
    10 Posts
    436 Views
    Alan KilbornA

    @PeterJones said in How find in selection by key alt? Hello.:

    But trying to search across multiple rows in the rectangle

    I would think that anything the developers implemented for rectangular selection searching/replacing could have the caveat that each row (the selected part) is independent and you can’t search across rows with it.

    And that’s what my replace-all script assumes as well.

    IMO, that kind of thing (the possibility to search/replace across rows defined by the rectangular selection), is NOT what has prevented the developers from adding the feature to date.

  • Different password window than normal when using Nppcrypt plugin

    2
    0 Votes
    2 Posts
    209 Views
    PeterJonesP

    @Peter-Hellen ,

    Are you on the same computer, or different computers? Or did you re-install Notepad++ or update NppCrypt between uses?

    I seem to remember that NppCrypt did a major update at some point…

    … searching for NppCrypt posts … ahh, there, this post links to a FAQ by the NppCrypt author that might be of use to you.

  • Cannot Install LuaScript

    5
    0 Votes
    5 Posts
    349 Views
    LonghornLouL

    @Alan-Kilborn Thanks - that worked a treat. My problem was not that I couldn’t read but that I thought the two files had to replace others in the zip file I had downloaded and there were no .dll files to replace.
    Again, thanks for your help!

  • Replace timestamps notepad++

    7
    0 Votes
    7 Posts
    541 Views
    Paul MatteschkP

    @PeterJones the expression worked, i had to check “Reguläre Ausdrücke” instead of “Erweitert”. thanks Jones =)!

  • Will notepad be available for mac system?

    2
    0 Votes
    2 Posts
    180 Views