...click on "{" right side ??
-
Did something changed ?
I used click on right side of "{" and the QtCreator editor highlighted all text between starting "{" and ending "}", including the "}" .
I keep same functioning code in "{} " block and used it to copy the block.Now it does not react and when t does it select entire code, all the way to end of file.
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
Did something changed ?
I used click on right side of "{" and the QtCreator editor highlighted all text between starting "{" and ending "}", including the "}" .
I keep same functioning code in "{} " block and used it to copy the block.Now it does not react and when t does it select entire code, all the way to end of file.
@AnneRanch
Either the { doesn’t match a } or there’s a null character in the code. -
@AnneRanch
Either the { doesn’t match a } or there’s a null character in the code.@Axel-Spoerl If there is no pair "{}" compiler will complain...
-
C Christian Ehrlicher referenced this topic on