[Done] Own folding keywords do not work in macros

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

[Done] 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
Fred
Administrator
Administrator
Posts: 18220
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: [Done] Own folding keywords do not work in macros

Post by Fred »

Post Reply