Community
    • Login

    TEST POST - Please ignore

    Scheduled Pinned Locked Moved General Discussion
    2 Posts 2 Posters 1.3k Views 1 Watching
    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 Offline
      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 Offline
        Per Isakson
        last edited by

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

        1 Reply Last reply Reply Quote 0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors