Page 1 of 1

PB 5.20 Final IDE Completion enum in modules

Posted: Sun Sep 22, 2013 3:49 pm
by Justin

Code: Select all

DeclareModule Mod1
	Enumeration
		#CONST1 = #PB_2DDrawing_AllChannels
		#CONST2 = #PB_2DDrawing_AlphaBlend
	EndEnumeration
EndDeclareModule

Module Mod1
EndModule

Mod1::
If you type Mod1:: only CONST1, CONST2 should appear on the list, but the #PB_ ones appear too.

Re: PB 5.20 Final IDE Completion enum in modules

Posted: Sun Sep 22, 2013 7:02 pm
by User_Russian

Re: PB 5.20 Final IDE Completion enum in modules

Posted: Mon Sep 23, 2013 12:01 pm
by Justin
Is this being worked?