User forums > Using Code::Blocks

Does doxygen documentation window and parenthesis completion work for you?

(1/3) > >>

BlueHazzard:
Hi,
i investigate on ticket https://sourceforge.net/p/codeblocks/tickets/1001/ 
Now i am wondering does the doxygen documentation popup and the parenthesis completion for functions work for you?
Can you give me your operating system and codeblocks/wxWidgets version?

For me on windows 7 and windows 10 wxWidgets v3.1.3-72-g014f04b437 it does not work.


For devs:
The problem is, that cbStyledTextCtrl does not send the wxEVT_COMMAND_LIST_ITEM_SELECTED event, what is responsible for some internal state management and the popup for the documentation window

BlueHazzard:
Also does not work with wxWidgets v3.1.4-216-gc2b1dbda83

Miguel Gimenez:
With C::B 13.12 on Mint 18.2 (wx3.0.2) both features work OK, I will check more recent releases.

Miguel Gimenez:
C::B 16.01 on Debian Stretch works OK.

EDIT: 17.12 on XP (wx2.8.12) works OK.

oBFusCATed:
What do you mean by "works"? It seems to work fine for me on linux with wx3.0.5.

Keep in mind that there is a big overhaul of the popup code in the wxWidgets we haven't backported, yet.
I started the work, but there were two problems back then - wx2.8 support and compiling some .mm files on macOS.
The former is no longer an issue, the latter still is.

So before doing any work related to this the we should backport their changes first!

Navigation

[0] Message Index

[#] Next page

Go to full version