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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
Disregard! Found it ;-)
FOlders and Standards was the correct place...
Ole