• 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
    32k Views
    YaronY
    Hello Claudia, Thank you for looking into it and for the detailed explanation. I appreciate it. Good night. :)
  • Notepad+++ Colors?

    colors
    4
    0 Votes
    4 Posts
    11k 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
    7k 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
    10k 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
    3k 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
    5k 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 exception plugin encoding
    3
    1 Votes
    3 Posts
    3k Views
    morbacM
    Hi @dail, thanks for your answer, it solved my issue :D
  • 0 Votes
    4 Posts
    30k 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.
  • Autocomplete issues.

    2
    0 Votes
    2 Posts
    2k Views
    guy038G
    Hi, Alex s, Very easy to get it :-)) Open, in N++, the file ....\Plugins\APIs\php.xml At beginning of this file, just under the <AutoComplete> tag, insert the line, below : <Environment ignoreCase=“no” startFunc=“(” stopFunc=“)” paramSeparator=“,” additionalWordChar = “_” /> Save the changes, done in php.xml, and close this file Close, then, re-start Notepad++ Open a PHP file or a new tab and define the language PHP, for this new tab Type, for instance, the word, file_ at beginning of a line Hit the CTRL + Spacebar shortcut => A pop-up list should appear, located on the word file_exists, followed by the three functions, below : File_get_contents File_put_contents File_register_wrapper ..... Et voilà ! Best Regards, guy038
  • How to save as .xaml (not .xml)?

    2
    0 Votes
    2 Posts
    2k Views
    jfaustinoJ
    Hello, Have you tried selecting “All types (*.*)” on the type list in the save dialog then adding the *.xaml extension in the file name?
  • auto complete numbers

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Javier GiménezJ
    I am using v6.9.2 so I will update right now. Thanks! :)
  • Notepad 7 x86 crash when recording macro

    2
    0 Votes
    2 Posts
    2k Views
    cmeriauxC
    You may update to 7.1. your mug should be corrected.