• Can't change foreground color of selected text

    6
    0 Votes
    6 Posts
    7k Views
    Martin PerssonM
    An obvious followup question is why even have this setting if it does not work? I excpect the option “Global Styles: Selected text colour” to mean "globally set colour of selected text ".
  • This is a major mistake that has brought me great inconvenience

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • drag a folder with sub-folders and files

    drag a folder
    3
    0 Votes
    3 Posts
    3k Views
    Fabrizio FarinaF
    Whit NPP closed select the folder in Explorer than drag and drop it on the NPP shortcut (e.g. the one your Desktop), it should open all files in the “old way”
  • Font Size on Tabs and within NP++

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Tab page title with limited size

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Columns in notepad++

    Locked
    1
    0 Votes
    1 Posts
    2k 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
    7k 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
    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