91
Using Code::Blocks / Re: debugger plugin's tip windows does not show content with horizontal scroll bar
« Last post by ollydbg on October 29, 2025, 12:39:04 pm »Is there any way you could tell me what "auto" actually is or give me an example as to how to re-create the situation you're showing here?
You can simply do this:
1, clone the code repo or download the zip file: asmwarrior/parserlib: A c++ recursive-descent PEG parsing library that supports left recursion..
2, open the cbp project in the root folder: https://github.com/asmwarrior/parserlib/blob/master/test_parser_lib.cbp
3, open the file: cpp_lexer_grammar.h in the C::B editor
4, you can use clangd_client, and use the mouse to hover the "token" variable in the line 172
5, you will see a very big tip window which cover the whole screen, note I only tested on Windows 10 OS.
Thanks.
Recent Posts