I am using DevC++ version 4.9.9.2 on Windows XP. Quite often I have noticed that the text completion box for a function will not go away. For example, if I have a function
int testFunction(int i)
and inside my code I start to type "testFunc ..", a box pops up with the function definition. Most of the time
the box goes away when I hit return, but sometimes the box stays there and will not go away until I exit DevC++. It even remains on my screen when I minimize the application.
Has any else seen this problem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using DevC++ version 4.9.9.2 on Windows XP. Quite often I have noticed that the text completion box for a function will not go away. For example, if I have a function
int testFunction(int i)
and inside my code I start to type "testFunc ..", a box pops up with the function definition. Most of the time
the box goes away when I hit return, but sometimes the box stays there and will not go away until I exit DevC++. It even remains on my screen when I minimize the application.
Has any else seen this problem?
Its a known problem, your best bet is to turn off the class browser, tools>>editor options>>class Browsing and uncheck Enable Class browser.
You can search these forums and get several threads that mention this.