Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    XAML Regions Not Supported

    General Discussion
    2
    2
    73
    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.
    • jeronymite2
      jeronymite2 last edited by

      NPP does not seem to honour regions for XAML, as documented at https://stackoverflow.com/questions/2888347/region-in-xaml/5163011.

      For example,

      <!--#region MyRegion-->
      <!-- Lots of XAML! -->
      <!--#endregion-->
      

      should result in collapse/expand capability of the region, but does not.

      Can this be implemented?

      Thanks.

      Ekopalypse 1 Reply Last reply Reply Quote 0
      • Ekopalypse
        Ekopalypse @jeronymite2 last edited by

        @jeronymite2 said in XAML Regions Not Supported:

        <!–#region MyRegion–>
        <!-- Lots of XAML! -->
        <!–#endregion–>

        Npp uses scintilla as a lexer for languages and avoids modifying
        individual languages in order to make upgrading to a newer scintilla
        version as easy as possible. This means that scintilla has to do it to be
        added to npp one day

        1 Reply Last reply Reply Quote 1
        • Referenced by  Noreh AD Noreh AD 
        • Referenced by  Noreh AD Noreh AD 
        • First post
          Last post
        Copyright © 2014 NodeBB Forums | Contributors