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

    accidentally deleted document selector

    Watching Ignoring Scheduled Pinned Locked Moved
    7 Mar 17, 2020, 8:28 PM
    Mar 17, 2020, 8:04 PM
    1 Votes
    7 Posts
    580 Views
    M Mar 17, 2020, 8:28 PM

    @PeterJones

    Thanks, that was the step I was missing.

    Murray

  • K

    Slow to reload in larger files

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Mar 16, 2020, 8:51 PM
    Mar 16, 2020, 2:49 PM
    0 Votes
    4 Posts
    372 Views
    E Mar 16, 2020, 8:51 PM

    @Kelly-Hoke

    that would indicate that the lexer, which was active, isn’t capable of
    lexing the document fast enough. Was this an udl or a standard lexer?

  • J

    Bug: Search/Replace All does not replace all

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Mar 16, 2020, 5:49 PM
    Mar 16, 2020, 12:49 PM
    0 Votes
    4 Posts
    713 Views
    G Mar 16, 2020, 5:49 PM

    Hello, @jay-imerman and All,

    And, if you run this S/R, using the Regular expression search mode, you must adopt this syntax :

    SEARCH "

    REPLACE \\"

    because the Escape \ is a special regex character and needs to be escaped, itself, with an other \ symbol, to be taken as a literal !

    Best Regards,

    guy038

  • T

    a string to search containing “the new line"

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 16, 2020, 11:46 AM
    Mar 16, 2020, 3:12 AM
    0 Votes
    2 Posts
    632 Views
    A Mar 16, 2020, 11:46 AM

    @Tuan-Zuli

    It appears you are talking about using the Pythonscript plugin?

    Maybe you want something like this? (Hard to say definitively without further detail being provided):

    editor.replace('aaa\r\nbbb', 'AAA\r\nBBB')

    Of course the use of \r\n is for Windows files only. If your files are Linux you want to drop the \r and use only \n.

  • M

    Count now counts from the cursor rather than whole doc

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Mar 13, 2020, 2:52 PM
    Mar 13, 2020, 2:36 PM
    0 Votes
    4 Posts
    282 Views
    A Mar 13, 2020, 2:52 PM

    Supporting info:

    See the 7.8.5 change.log entry:

    Make Count command in Find dialog respect Backward-direction and Wrap-around options.

  • B

    Scrolling with down and up arrow keys

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Mar 13, 2020, 7:00 AM
    Feb 25, 2020, 10:04 PM
    0 Votes
    4 Posts
    4k Views
    P Mar 13, 2020, 7:00 AM

    Hello, @Brigham-Narins

    Follow Information, To Scrolling with down and up arrow keys:

    Ctrl+Shift+↑/↓ is supposed to move lines in Notepad++. Shift+↑/↓ will select text. Shift enables text selection as cursor moves either with arrows or Home/End/Page Up/Page
    Down keys
    Ctrl+←/→ makes cursor move by words instead of characters Ctrl+Page Up/Page Down jumps to actual next page, not just next screen Ctrl+Home/End jumps to beginning/end of the document

    I hope above information will be useful for you.
    Thank you.

  • V

    Seems to be a bug in the Find All functionality

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 12, 2020, 12:15 PM
    Mar 10, 2020, 9:07 PM
    1 Votes
    2 Posts
    293 Views
    V Mar 12, 2020, 12:15 PM

    I’ve created the corresponding issue on GitHub:
    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8034
    It contains two test files attached, as well as two words to be searched for to reproduce the issue in the whole scope.

  • C

    Post-It mode disable always on top

    Watching Ignoring Scheduled Pinned Locked Moved postit mode alwaysontop
    1 Mar 11, 2020, 11:28 AM
    Mar 11, 2020, 11:28 AM
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • J

    [Feature Request] MD5 in the context menu

    Watching Ignoring Scheduled Pinned Locked Moved
    11 Mar 10, 2020, 12:57 PM
    Mar 6, 2020, 12:42 PM
    0 Votes
    11 Posts
    2k Views
    J Mar 10, 2020, 12:57 PM

    @PeterJones, @Alan-Kilborn

    It works. Thanks a lot.

  • M

    Opening a file in short form?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 9, 2020, 1:32 PM
    Mar 9, 2020, 9:52 AM
    0 Votes
    2 Posts
    252 Views
    P Mar 9, 2020, 1:32 PM

    @Mark-Hanshaw said in Opening a file in short form?:

    Hopefully I’m including enough information to explain my lostness

    Unfortunately, not even close. Sorry.

    Not everyone here knows what CSR2 is – based on your mention of “car files”, I am assuming the top google hit of a racing game is probably it. Given that the game itself isn’t necessarily common knowledge here, us knowing what might be different between the “version 1” and “version 2” car files is rather unlikely, and it’s really hard to give you help with so little information.

    The instructions you were given (“look for \s and replace all”) aren’t even complete. I am assuming they wanted you to replace all space character – in which case, you need to make sure you have the regular expression mode selected the Replace dialog – because \s can be the special regex sequence to match any whitespace (space, tab, newline, and some others). Also, you don’t tell us what they asked you to replace the \s with.

  • Sarah DuongS

    How to delete all characters after 1 character

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 8, 2020, 12:07 PM
    Mar 8, 2020, 10:48 AM
    0 Votes
    2 Posts
    585 Views
    A Mar 8, 2020, 12:07 PM

    @Sarah-Duong

    You probably also want to remove the space before the vertical bar as well?

    Try this:

    Find what box: (?-s) \|.+
    Replace with box: Make sure this box is EMPTY !
    Wrap around checkbox: ticked
    Search mode radiobutton: Regular expression
    Press the Replace All button

  • P

    MD5 vs SHA-256 in the contextMenu

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Mar 6, 2020, 7:53 PM
    Mar 6, 2020, 2:42 PM
    2 Votes
    4 Posts
    564 Views
    P Mar 6, 2020, 7:53 PM

    That is, BTW, one of the reasons I decided to take an active role in the documentation development: whenever I find there’s something that I cannot remember how to do, I check to see if it’s in the docs; if it’s not there, I like being able to add it in so that 6 months down the road, when I’ve forgotten it again, I can look it up. :-)

  • Ihor LaputinI

    Disable autodetect syntax by content

    Watching Ignoring Scheduled Pinned Locked Moved
    14 Mar 5, 2020, 5:58 PM
    Mar 5, 2020, 12:09 AM
    0 Votes
    14 Posts
    1k Views
    E Mar 5, 2020, 5:58 PM

    :-D
    :-D

  • jack4455667788J

    Notepad++ 7.5.4 (64-bit) slow working with large files (solved)

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 4, 2020, 12:35 PM
    Mar 3, 2020, 11:21 PM
    2 Votes
    2 Posts
    2k Views
    A Mar 4, 2020, 12:35 PM

    @jack4455667788 said in Notepad++ 7.5.4 (64-bit) slow working with large files (solved):

    this may have been fixed in later releases

    How does one “fix” this? Autocomplete is a feature, if it is turned on it will attempt to do its work as best it can. In some scenarios, it isn’t going to be optimal.

  • Michael MoynihanM

    Figure this would be an easy add...

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 3, 2020, 9:23 PM
    Mar 3, 2020, 9:01 PM
    1 Votes
    2 Posts
    438 Views
    P Mar 3, 2020, 9:23 PM

    Interesting. There might be enough people who would want that function for it to be worth implementing – though I cannot remember ever thinking to myself that I missed that ability, so it might not become a high priority for the developers. But the idea is reasonable enough that it’s probably worth reading the FAQ that will direct you to the right location for feature requests and bug fixes.

  • B

    Detect external changes tweak

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Mar 3, 2020, 12:01 AM
    Mar 1, 2020, 9:02 PM
    0 Votes
    3 Posts
    409 Views
    A Mar 3, 2020, 12:01 AM

    Sounds like a scary scenario to me.

  • vmars vernonV

    How to: Search & Replace in .html file , force newLine .

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Mar 2, 2020, 7:48 PM
    Mar 2, 2020, 4:05 PM
    0 Votes
    3 Posts
    254 Views
    vmars vernonV Mar 2, 2020, 7:48 PM

    Thank you very much !

  • Elodie CEMOIE

    Syntax color config export ?

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Feb 29, 2020, 5:35 PM
    Feb 26, 2020, 9:34 PM
    0 Votes
    6 Posts
    1k Views
    Elodie CEMOIE Feb 29, 2020, 5:35 PM

    @Ekopalypse Thank you very much : I have saved my “DeepBlack.xml” file .
    I asked this question because the last time I upgraded from 7.8.1 to 7.8.2, all my color configuration had been lost !

    So I prefer to be cautious for the future upgrades…

    Thank you very much !

  • conky77C

    SQL keywords not highlighted

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Feb 29, 2020, 8:59 AM
    Feb 27, 2020, 9:31 PM
    0 Votes
    5 Posts
    1k Views
    conky77C Feb 29, 2020, 8:59 AM

    I created the issue 7988

  • Adilson FerreiraA

    Solução parcial para reconhecer números e hexa em linguagem definida pelo usuário.

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Feb 28, 2020, 2:12 PM
    Feb 28, 2020, 2:03 PM
    1 Votes
    2 Posts
    179 Views
    P Feb 28, 2020, 2:12 PM

    Isn’t the Arduino language just c/c++? I would recommend just using that language, and adding any new keywords to the “User-defined keyword” box in the INSTRUCTION WORD or TYPE WORD styles (Settings > Style Configurator > Language: C or C++)

    If you are curious about User Defined Language (UDL) syntax for numbers, see the docs.

    But I’m curious: in what situation would the ; be used a suffix indicating a hexadecimal number?

    (translated using translate.google.com)
    —
    A linguagem do Arduino não é apenas c / c ++? Eu recomendaria apenas usar esse idioma e adicionar novas palavras-chave à caixa “Palavra-chave definida pelo usuário” nos estilos PALAVRA DE INSTRUÇÃO ou PALAVRA DE TIPO (Configurações> Configurador de estilos> Idioma: C ouC ++)

    Se você tiver curiosidade sobre a sintaxe da Linguagem Definida pelo Usuário (UDL) para números, consulte os documentos

    Mas estou curioso: em que situação o ; seria usado como um sufixo indicando um número hexadecimal?

    (traduzido usando translate.google.com)

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