Page 1 of 1

[BricxCC] Code Explorer not showing macros

Posted: 14 Apr 2011, 07:16
by timpattinson
Hi all
I right click on the Code Explorer in BricxCC
and get a context menu. I click properties and check the "Macros" checkbox
I exit the dialog and nothing changes
I get the usual "Functions", "Tasks", and "Procedures" folders but nothing more.
Am I missing something?
Thanks
-Tim

Re: [BricxCC] Code Explorer not showing macros

Posted: 14 Apr 2011, 16:26
by afanofosc
The word "macro" in this context refers not to preprocessor macros in C/C++ or NXC but to macros in MindScript, which is one of the programming languages supported by BricxCC for the RCX brick. In MindScript there is a keyword called "macro" which is used to define something like a subroutine. The Code Explorer only shows tasks, functions, and procedures with NXC.

John Hansen