Menu

Indenting the code

2007-12-11
2012-11-13
  • Nobody/Anonymous

    Hi there
    In C# language the { and } is automatically adding indention groups.  In an other language I work with (Clarion) there is noe character to mark and indent.  Its like this:

    if (Something = somethingelse)
        Do something
        And something other stuff
    End

    How can I add support for this in mu user language config?   Absolutly every indenting groups ends with the END keyword, but it can start with other things, like
    IF, CASE, FILE, GROUP, QUEUE, etc. etc. etc

    I allso noticed then the C# keyword #REGION allso adds this groups so I guess it should be possible...

    thanx for all help
    Ole

     
    • Nobody/Anonymous

      Disregard!  Found it ;-)

      FOlders and Standards was the correct place...

      Ole