User forums > Using Code::Blocks
Help bug (may be)
tiwag:
from the sources of the help-plugin
--- Code: ---// max 20 help items (it should be sufficient)
#define MAX_HELP_ITEMS 20
--- End code ---
only the first 20 items are initialized ;-)
Max:
Uh... Could you please increase to ... 32?
Have I to open a bug report or a feature request?
Thankx
Max
tiwag:
it's a bug - it should read the number of available items from the config and not use any hardcoded limit
until Ceniza will bugfix this you'll have to live with 20 ;-)
but you can build your own codeblocks from svn sources and then you can do whatever you like !
takeshimiya:
lol, hardcoding limits is something fun... but 20?? lol :lol:
mandrav:
When Ceniza took over this plugin, he switched from a static C array to using a std::vector for the help items. But it seems he left the old static arrays for the menu item IDs.
Or something like that anyway :)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version