Bug #15438 2009-03-25 10:08
polygon7
Abbreviations problem with doxygen comment
Hi,
I have abbreviation "fun" defined like this:
/**
* \fn
* \since $TODAY
*
* \param
* \retval
*/
when I close C::B and reopen it again this abbreviation is
atomagicaly modified to:
/**
* \fn
* \since $TODAY
*
* \param
etval
*/
"* \r" is removed.
- Category
- Application::Editor
- Group
- Status
- Closed
- Close date
- 2010-06-01 13:54
- Assigned to
- biplab
History
I forgot to write C::B version - it's 14th Feb 2009 version (build 5456).
Strange problem.
tested and can't reproduce this problem.
Windows SVN 5482
Try this:
1) Open Settings->Editor->Abbreviations
2) Add new abbreviation called "fun"
3) Put inside abbreviation edit box first doxygen comment (with "\retval")
4) Close settings
5) Open some file write "fun" and press CRTL-J - it works.
6) Close C::B
7) Open C::B again
8) Open some file write "fun" and press CRTL-J - it's not working (it always inserts broken, without "\r", doxygen comment for me).
I think there is problem with saving/loading configuration.
I can also reproduce it on 5486 (linux).
Reproducible on svn 6297, following polygon7's instructions @ 2009-Mar-30 05:35.
Reproducible on svn 6297, following polygon7's instructions @ 2009-Mar-30 05:35. (WinXP x86)
This bug is now fixed in HEAD.
Thank you for reporting it.