Hello,
I encounter 2 bugs using C::B svn build rev 3736 (2007-03-21 08:22:53) gcc 4.0.3 Linux/unicode. Im Using Ubuntu 6.10.
1) Abbreviations:
--------------------------
I added an abbreviation for documenting my code. this is the code it should generate:
//! |
/*!
\param
\return
\see
*/
However, when I close C::B and reopen it, this code is changed into
//! |
/*!
\param
eturn
\see
*/
probably the \r is parsed and replaced by a new-line? I have tried replacing \ by \\ but this did not work.
2) switching files using the mouse
--------------------------------------
When I have several files open in C::B, and I switch files by clicking on the tabs, sometimes (actually very often) the mouse-cursor changes into the cursor to copy a file somewhere else (for example dragging an icon on your desktop while pressing the control-key) , and Gnome hangs completely. I have to restart Gnome using Ctrl-Alt-Backspace before I can continue using my computer. Sometimes Gnome does not hang, and I can reset the mouse by pressing Alt-F to activate the menu in C::B. This bug was allready present in C::B-versions in January.