Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Suggested changes to default Configuration of Code::Blocks
stahta01:
Suggested changes to default Configuration of Code::Blocks
Have full compiler logging turned on by default.
Anyone has any thing else to add?
Tim S.
oBFusCATed:
+1
blueshake:
I have two:
-for the abbreviation
for the class
--- Quote ---class $(Class name)|
{
public:
$(Class name)();
~$(Class name)();
protected:
private:
};
--- End quote ---
I think we should change them to something like this:
--- Quote ---class $(Class name)|
{
public:
$(Class name)(){};
~$(Class name)(){};
protected:
private:
};
--- End quote ---
note the "{}" should be added.or will get compile error if you do not add it after using abbreviation for class.
-for the codecomplition.
I think the min count should be set to 1 in automatically launch when typing # letters.in current it is 2.
because for a good enough machine.it can handle it well for 1.
blueshake:
blueshake:
Navigation
[0] Message Index
[#] Next page
Go to full version