• Scrolling with down and up arrow keys

    4
    0 Votes
    4 Posts
    4k Views
    Prahlad-Makwana4145P

    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.

  • Seems to be a bug in the Find All functionality

    2
    1 Votes
    2 Posts
    305 Views
    Vitalii DovganV

    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.

  • Post-It mode disable always on top

    1
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • [Feature Request] MD5 in the context menu

    11
    0 Votes
    11 Posts
    2k Views
    jankozaJ

    @PeterJones, @Alan-Kilborn

    It works. Thanks a lot.

  • Opening a file in short form?

    2
    0 Votes
    2 Posts
    260 Views
    PeterJonesP

    @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.

  • How to delete all characters after 1 character

    2
    0 Votes
    2 Posts
    616 Views
    Alan KilbornA

    @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

  • MD5 vs SHA-256 in the contextMenu

    4
    2 Votes
    4 Posts
    594 Views
    PeterJonesP

    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. :-)

  • Disable autodetect syntax by content

    14
    0 Votes
    14 Posts
    1k Views
    EkopalypseE

    :-D
    :-D

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

    2
    2 Votes
    2 Posts
    2k Views
    Alan KilbornA

    @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.

  • Figure this would be an easy add...

    2
    1 Votes
    2 Posts
    451 Views
    PeterJonesP

    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.

  • Detect external changes tweak

    3
    0 Votes
    3 Posts
    428 Views
    Alan KilbornA

    Sounds like a scary scenario to me.

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

    3
    0 Votes
    3 Posts
    259 Views
    vmars vernonV

    Thank you very much !

  • Syntax color config export ?

    6
    0 Votes
    6 Posts
    2k Views
    Elodie CEMOIE

    @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 !

  • SQL keywords not highlighted

    5
    0 Votes
    5 Posts
    1k Views
    conky77C

    I created the issue 7988

  • 1 Votes
    2 Posts
    187 Views
    PeterJonesP

    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)

  • Change a series of numbers when they start with 2

    4
    0 Votes
    4 Posts
    196 Views
  • PHP bug ****

    4
    0 Votes
    4 Posts
    353 Views
    PeterJonesP

    If you want help, you will have to provide enough information for us to replicate your problem. As of yet, we cannot replicate your problem, so it’s hard for us to say what’s going wrong for you. I provided a link that described what kind of information might be helpful.

    An anecdotal “latest versions”, for example, is useless, because we don’t know what you consider “latest” (it could be the latest one you downloaded a decade ago, or the latest one that autoupdate asked you to install, or the latest one that was released on the official website, or the latest one in whatever unofficial distribution channel you download from).

    If you want to prove that it’s not plugins, you will have to show the Debug Info (described in that link) of your version in the same instance that you’re about to crash in.

    I will show you an example of it working for me, with enough information that you should be able to replicate my results.

  • Regular Expression, end of line

    5
    0 Votes
    5 Posts
    19k Views
    guy038G

    Hi, @@luuk-v, @terry-r and All,

    @Terry-r said :

    Personally though my alternate regex works I would use @guy038 one as it is more readable and possibly also more defined!

    In the same way, I would say that @terry-r’s solution is clever too and is, finally, very easy to interpret ;-))

    Indeed, this new syntax :[^:]*?$ finds a colon char, followed with the shortest range of characters, possibly null, different from a colon, before an end of line !

    Cheers,

    guy038

  • Scrolling with Cursor Keys

    3
    0 Votes
    3 Posts
    474 Views
    Brigham NarinsB

    Thanks for the info folks. Turns out updating to the latest version DSpell solved the problem.

  • Spaces for Tabs?

    4
    0 Votes
    4 Posts
    398 Views
    obparhamO

    Thanks you two,

    It has been so long since I had to config a new install, I forgot where it was.

    I’m way over 65. That’s my excuse and I’m sticking to it!

    Bruce