• Login
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.
  • J
    Joe Bonifazi
    last edited by Apr 24, 2017, 3:41 PM

    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
    • P
      Per Isakson
      last edited by Apr 24, 2017, 4:42 PM

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

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