News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Turn off a feature

Started by block_head, July 04, 2013, 09:21:48 AM

Previous topic - Next topic

block_head

Thank you for taking the time to read this.
I only recently picked up programming as a hobby. Code Blocks is great to work in, but I want to turn off a feature and dont know how. The options I can find are all gibberish to me.

Say I am typing scanf("%i",&number);, by the time I get to the first '(' there is this annoying pop-up, like a mouse-over text that says "_CRTIMP int_cdecl_MINGW_NOTHROW" which covers whatever I am typing until I get to the ';'.

I'm sure this is a helpful feature for people who know what this means, but can I turn this off? Been living with this for a while, but finally decided to see if something can be done.

Thank you.

EDIT: TYPO

oBFusCATed

What version of C::B are you using? I think I've fixed this problem long ago.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

block_head

Sorry, should have mentioned that. It's CB 12.11.

oBFusCATed

Can you post a screenshot? Use a pastebin like service for images, because forum space is a bit limited.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

thomas

I think the misfeature that you're talking about is "SmartSense". This can be turned off under Settings --> Editor --> Code Completion.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

block_head

 :) oBFusCATed I thank you for taking the time to look at my problem. What Thomas has suggested has solved my problem.
Settings>Editor>Disable Code Completion
has done it for me.
Appreciate the help.
God Bless :)

oBFusCATed

Can you post the screenshot with the option enabled?

(the option is "Display info when hovering blabla")
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

block_head

#7
I went out after my last post, so took a while to post this.
Here is a screenshot, problem is, it no longer covers my cursor. Go figure! :D
But that "mouseover text" would appear over my cursor, so I either had to hit the up or down arrow keys to go down or up, to lose the text and type in peace again. For some reason it appears lower now. I understand why you would want to see this, so here it is.

http://tinypic.com/view.php?pic=21mcd1z&s=5

EDIT: TYPO

zetab

When typing near the bottom of editor window, the pop-up window will block the typing.



If I narrow down the window width, the situation will become worse.




oBFusCATed

Where is your cursor located? On the printf line?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

zetab

Quote from: oBFusCATed on July 05, 2013, 08:57:42 AM
Where is your cursor located? On the printf line?

No, it's on the memcpy line.

oBFusCATed

Works perfectly here on linux, can you try the latest nightly to see if it is fixed?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

zetab

Just tried on nightly rev9158, yes, it's already fixed.

oBFusCATed

OK then, seems I've fixed it after 12.11 :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

sansoo

#14
I am getting this same problem in 12.11, on vista. every time I turn off smartsense it turns back on by itself...

if I turn off code completion this goes away but I don't really want to do that

http://picpaste.com/cb-U12IrZrX.jpg