User forums > Nightly builds

The 28 March 2015 build (10158) is out.

<< < (3/5) > >>

ToApolytoXaos:
Guys, I'm using svn10173 on debian testing 64-bit and have noticed a rather peculiar behavior of auto-completion.

I removed everything from a main.cpp and typed main; the auto-completion popped up the rest of the code and I pressed tab to complete it. Not only it didn't, it placed tab space in its place.

Also, if you type main() { and press enter, instead of completing the bracket, it takes it to 2 spaces indented from left to right...

Any feedback?

cheers.

ollydbg:

--- Quote from: ToApolytoXaos on April 04, 2015, 10:48:44 pm ---I removed everything from a main.cpp and typed main; the auto-completion popped up the rest of the code and I pressed tab to complete it.

--- End quote ---
I did the same steps, and I have "main()" entered by CC.


--- Quote ---Not only it didn't, it placed tab space in its place.
--- End quote ---
I don't know this sentence.


--- Quote ---Also, if you type main() { and press enter, instead of completing the bracket, it takes it to 2 spaces indented from left to right...
--- End quote ---
I don't have this issue, I have the following result:

--- Code: ---main(){
}

--- End code ---

So, I think I need to know the detailed steps to reproduce this error. Thanks.

ToApolytoXaos:
Create an empty project, add a main.cpp file in it, try a simple piece of code, compile it, save the project, and then close it.

Reopen it, press Ctrl-A to highlight all source code, start typing main and wait for 5 seconds; now press the tab to accept the auto-completion suggestion and see that adds space instead of parentheses.

ollydbg:

--- Quote from: ToApolytoXaos on April 05, 2015, 11:43:32 am ---Create an empty project, add a main.cpp file in it, try a simple piece of code, compile it, save the project, and then close it.

Reopen it, press Ctrl-A to highlight all source code, start typing main and wait for 5 seconds; now press the tab to accept the auto-completion suggestion and see that adds space instead of parentheses.

--- End quote ---
I just did what you described, and I still get the "main()" entered when I hit the TAB key.
I would like ask other guys to conform this issue.

scarphin:

--- Quote from: ToApolytoXaos on April 05, 2015, 11:43:32 am ---Create an empty project, add a main.cpp file in it, try a simple piece of code, compile it, save the project, and then close it.

Reopen it, press Ctrl-A to highlight all source code, start typing main and wait for 5 seconds; now press the tab to accept the auto-completion suggestion and see that adds space instead of parentheses.

--- End quote ---
Works correctly here.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version