Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

New code completion remarks/issues

<< < (35/54) > >>

MortenMacFly:

--- Quote from: MortenMacFly on October 09, 2009, 08:14:11 am ---Will commit the fix soon...

--- End quote ---
...done.

mmkider:

--- Quote from: MortenMacFly on October 09, 2009, 08:19:36 am ---
--- Quote from: MortenMacFly on October 09, 2009, 08:14:11 am ---Will commit the fix soon...

--- End quote ---
...done.

--- End quote ---
Look so good.
Thank you.

blueshake:

--- Quote from: MortenMacFly on October 09, 2009, 08:19:36 am ---
--- Quote from: MortenMacFly on October 09, 2009, 08:14:11 am ---Will commit the fix soon...

--- End quote ---
...done.

--- End quote ---
:lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol:

blueshake:
Dear ollydbg:
had you tried on reply #155?

daniloz:
Quick question... in the structs_typedefs.cpp (from the tests - thx Morten):

--- Code: ---struct _s
{
  int   x;
  float y;
};
typedef struct _s t_s;

typedef struct _s_inner
{
int z_inner;
} t_s_inner;

--- End code ---

C::B shows "t_s" as a typedef, BUT "t_s_inner" as a class. Is this a bug or a feature? :D

Btw, I was expecting to see "t_s_inner" as a typedef... ;)

daniloz

PS: why are structs treated as class by the CC?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version