Community
    • Login

    TEST POST - Please ignore

    Scheduled Pinned Locked Moved General Discussion
    2 Posts 2 Posters 1.2k 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.
    • Joe BonifaziJ
      Joe Bonifazi
      last edited by

      General formating Test

      Test - How do I add a code block?

      <pre><code>

      <association  ext=".ctx"  id="cimplicity_ctx" userDefinedLangName="CimScreen" />
      
      <parser id="cimplicity_ctx" displayName="CimScreen">			
      	<classRange
      		mainExpr="^[\h\s \t]+.GmmiObject\s.*\d+.*[^\28]"				
      		openSymbole = "\(GmmiScript"
      		closeSymbole = "\x22\)"
      		displayMode="node">
      		<className>
      			<nameExpr expr="[A-Za-z_0-9\-]+" />
      		</className>
      	<function				
      		mainExpr="& .[\h]*(Function|Sub)\h+[A-Za-z_0-9]+(?=[\h\{].*$)">
      		<functionName>
      			<nameExpr expr="(Function|Sub)\h+[A-Za-z_0-9]+" />
      		</functionName>
      	</function>
      	</classRange>
      	<function				
      		mainExpr="& .[\h]*(Function|Sub)\h+[A-Za-z_0-9]+(?=[\h\{\(].*$)">
      		<functionName>
      			<nameExpr expr="(Function|Sub)\h+[A-Za-z_0-9]+" />
      		</functionName>
      	</function>
      </parser>
      

      </code></pre>

      1 Reply Last reply Reply Quote 0
      • Per IsaksonP
        Per Isakson
        last edited by

        See for example Markdown is a simple way to format text …

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