User forums > Using Code::Blocks
How can I get auto close bracket/inverted commas?
Greatwolf:
Thanks, I missed that part of the thread
gcampton:
This is still kind of buggy, sometimes this doesn't work at all, for instance in non cpp file types.
Sometimes it doesn't work in cpp files either if I'm outside of a class block or something... But then other times it does.
Would love to see auto comment completion as well. :shock:
/* enter :
--- Code: ---/*
* _
*/
--- End code ---
and for javadocs, /**
--- Code: ---/**
* _
*
* @param argc
* @param argv
* @return
*
**/
int main(int argc,char *argv[])
{
...
--- End code ---
blueshake:
--- Quote ---This is still kind of buggy, sometimes this doesn't work at all, for instance in non cpp file types.
--- End quote ---
it works only for C/C++- and D-sources/headers.
Jenna:
--- Quote from: blueshake on December 19, 2009, 01:12:49 am ---
--- Quote ---This is still kind of buggy, sometimes this doesn't work at all, for instance in non cpp file types.
--- End quote ---
it works only for C/C++- and D-sources/headers.
--- End quote ---
Exact what I wrote before:
--- Quote from: jens on December 15, 2009, 05:29:55 pm ---You have to check "Settings -> Editor... -> General settings -> Indent options -> Brace completion" and it works only for C/C++- and D-sources/headers.
--- End quote ---
Please read the posts carefully.
And for the not working brace-completion in c/cpp-files, please post exactly what you do if it happens, so anyone can reproduce it.
Navigation
[0] Message Index
[*] Previous page
Go to full version