Dev-Cpp icon indicating copy to clipboard operation
Dev-Cpp copied to clipboard

the question of the struct code completion

Open brokenpoems opened this issue 5 years ago • 2 comments

in bloodshed Dev-cpp(ver 5.11) the struct will code completion end with ';' like this:

struct foo{
};

but in the Embarcadero Dev-cpp(ver 6.2) the struct not end with ';' like this:

struct foo{
}

brokenpoems avatar Nov 19 '20 10:11 brokenpoems

add: if put the '{' after structname and Space,the ';' is completed like this:

struct foo {
};

brokenpoems avatar Nov 19 '20 10:11 brokenpoems

on Orwell-devcpp this works normal 😄

letangphuquy avatar Sep 05 '21 05:09 letangphuquy