Community
    • Login

    XAML Regions Not Supported

    Scheduled Pinned Locked Moved General Discussion
    2 Posts 2 Posters 233 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.
    • jeronymite2J
      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.

      EkopalypseE 1 Reply Last reply Reply Quote 0
      • EkopalypseE
        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
        • Noreh ADN Noreh AD referenced this topic on
        • Noreh ADN Noreh AD referenced this topic on
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors