While using the Dev-Cpp 4.9.9.2 C++ editor, tooltip baloons will pop-up at various times. That's good. However, it's hard to get rid of them so I can see the code underneath.
Clicking in the code above the tooltip (i.e., earlier in the file) does nothing. Clicking later usually gets rid of it--unless it appears at the bottom of the editor window.
I just had a case where the tooltip became permanent, even covering other applications I brought up. I had to kill Dev-Cpp to get rid of it.
Perhaps, the tooltips could be taught to be not quite so tenacious.
Merrill
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
While using the Dev-Cpp 4.9.9.2 C++ editor, tooltip baloons will pop-up at various times. That's good. However, it's hard to get rid of them so I can see the code underneath.
Clicking in the code above the tooltip (i.e., earlier in the file) does nothing. Clicking later usually gets rid of it--unless it appears at the bottom of the editor window.
I just had a case where the tooltip became permanent, even covering other applications I brought up. I had to kill Dev-Cpp to get rid of it.
Perhaps, the tooltips could be taught to be not quite so tenacious.
Merrill
Hi Everyone:
Tools>Editor Options>Class browsing tab
Uncheck the "Enable class browser" check box and click OK.
Exit Dev-C++.
Restart Dev-C++
See Ya
Butch