Own folding keywords do not work in macros

Post bugs related to the IDE here
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Own folding keywords do not work in macros

Post by RSBasic »

Folding start keyword: ;{
Folding end keyword: ;}

Code: Select all

Macro aaa()
;{
Debug "Hello"
;}
EndMacro

Procedure bbb()
;{
Debug "Hello"
;}
EndProcedure
Image
Image