Community
    • Login

    Why "Brace highlight style" font size hard-coded to 10 in "stylers.model.xml" ?

    Scheduled Pinned Locked Moved General Discussion
    1 Posts 1 Posters 41 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Vitalii DovganV
      Vitalii Dovgan
      last edited by

      The file “stylers.model.xml” contains the following line:

      <WidgetStyle name="Brace highlight style" styleID="34" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="10" />
      

      The fontSize="10" part makes the highlighted braces to always have a font size of 10.
      Therefore, when I increase the Font size in the Default Style (within the Style Configurator), I’m getting small highlighted braces because their font size is still 10.

      So I’m proposing to change the mentioned line in “stylers.model.xml” to:

      <WidgetStyle name="Brace highlight style" styleID="34" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" />
      

      unless there is a specific reason to always have the font size of 10 there…

      1 Reply Last reply Reply Quote 4
      • First post
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors