• Columns in notepad++

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • User-Defined Keywords in style Configurator limitation

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Scintilla Error can not load the dynamic library

    Locked
    4
    0 Votes
    4 Posts
    6k Views
    Muhammet Ali AsanM

    I tried all of them . By the way I don t have boost installed but I am building scintilla with noboost=1 option. May this cause the problem ?

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • view horizontal ruler/character numbering/position counter

    2
    0 Votes
    2 Posts
    12k Views
    MAPJe71M

    Not supported by Notepad++.
    The TextFX plugin has an Insert Ruler function. However, it inserts a ruler as text in your file.

  • Yara language, hex numbers highlighting

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Replace current line without inserting a new line

    31
    0 Votes
    31 Posts
    25k Views
    YaronY

    Hello Claudia,

    Thank you for looking into it and for the detailed explanation. I appreciate it.

    Good night. :)

  • Notepad+++ Colors?

    4
    0 Votes
    4 Posts
    10k Views
    MAPJe71M

    Select Style Configurator... in the Settings menu, select e.g. HTML in the Language list, the Style list will show the descriptions of the items that are colored. Select one of these descriptions to show the specific color and font style for that item.

    Notepad++ does not indicate errors in source code natively.
    Maybe there’s a dedicated plugin with this functionality but I don’t know of any.
    You could Google for a HTML and CSS Validator.

  • how do you use the <abbr> tag?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Johnny-Breen

    maybe this helps.

    Cheers
    Claudia

  • Unusal behaviour in save-as-dialogue / path interpreted as filename

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Scintilla Update frequency

    12
    0 Votes
    12 Posts
    5k Views
    MAPJe71M

    Convenient? Maybe.
    Wise? Probably not. When any change to a third-party library gets automatically integrated into the this project, the project also automatically inherits the libraries (new/unknown) issues e.g. none backwards compatible changes in its interface.
    IMO a controlled/managed update of third-party libraries/tools with regression tests/checks is preferred.

  • Unhide the search window

    Locked
    2
    0 Votes
    2 Posts
    6k Views
    cmeriauxC

    two solutions :

    easy one => remove config.xml file (C:\Users\xxxxxxxx\AppData\Roaming\Notepad++\config.xml), a new one will be created with valid parameters tricky one => fix the config.xml. Something might be wrong in <GUIConfig name="DockingManager" leftWidth="454" rightWidth="337" topHeight="200" bottomHeight="143">
  • Advanced Syntax Highlighting Customizations

    Locked
    5
    0 Votes
    5 Posts
    9k Views
    AlexanderEvansA

    Thanks for pointing me in the right direction. I took a look at the code and it looks more involved than I want to get. While writing the functions would be simple I’m not confident I could make it play nice and interface with that program without investing more time than it’s really worth. I’ll put in the request I think. Thanks again though, you’re the first person who’s pointed me to something useful.

  • <,> Matching

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Hamit-Devecioğlu

    this is normally done by the lexer (brace match and brace highlight) but
    I assume that the native lexer doesn’t have < and > in its syntax, correct?
    If it is a new feature of the language you may check scintilla development
    to see if it has been included if not, you can ask for adding it.
    Or don’t you use one of the included lexers?

    Cheers
    Claudia

  • How can I collapse line stars with same keyword

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Marco-Mottola

    might be possible to get this solved using used defined language.
    Is there an close tag also known?

    Cheers
    Claudia

  • How to make keyword capital

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @赵旭

    you may request it here.

    Cheers
    Claudia

  • How disable sound in editor?

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Semigradsky

    as I don’t have any sound I assume this is using the windows sounds.
    Depending on your windows version open control panel goto sounds
    and choose “no sounds” theme or so. Can’t remember how it is called correctly.

    Cheers
    Claudia

  • "Foreground color" greyed out in "Selected text color?"

    7
    0 Votes
    7 Posts
    4k Views
    Claudia FrankC

    @Thomas-Koch

    so let me try to summarize.
    You ALWAYS have random text and random words which you wanna color different, correct?
    If so, no, npp doesn’t have such functionality natively, because it is mainly an programmer editor
    and as such, it colors, depending on the language, always the same words.
    Plugins like Python Script, Lua Script, nppexec etc… can provide another way
    solving your issue but therefore we would need more DETAILS what exactly
    needs to be done.

    If you are looking for a way to always color the same words, then you can easily define
    a user defined language and put your words into one of the keyword field.
    Choose a color and set your newly defined language via the language menu.
    Done.

    Cheers
    Claudia

  • Getting encoding in x64 plugin

    Locked
    3
    1 Votes
    3 Posts
    2k Views
    morbacM

    Hi @dail, thanks for your answer, it solved my issue :D

  • 0 Votes
    4 Posts
    24k Views
    Scott SumnerS

    Ah, okay…in your first posting all the things to paste in were the same (“item”). Since they are actually different, copy them as a column block from their source (hopefully also Notepad++) using Shift+Alt+arrows to define the column block, and invoke copy. Then, at the intended destination, on the first line, invoke a paste.