Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
why not display it within a popup contex window, like message tips? And provide a entry to let the user have a change to show a big view via web browser.

Yes, context menu -> popup window could better.

Quote
And, how many people will use this feature?

I don't know, but I think this is a nice feature, especially if you have diagram or flowchart in images.


2
why not display it within a popup contex window, like message tips? And provide a entry to let the user have a change to show a big view via web browser.
And, how many people will use this feature?
3
Using Code::Blocks / Virtual folders question
« Last post by DartLake on Today at 04:09:45 am »
Hi everyone!
Is there any tool available to convert virtual folders to real folders on the system?
I have a large project that i would prefer to have in real folders, although it's a ton to refactor all by hand!
4
To modify their order in that project's Build Options, go to Linker Settings->Link Libraries and utilize the up and down arrows.
spacebar clicker
5
Using Code::Blocks / Re: Debugger - Memory dump
« Last post by Evan on March 17, 2024, 09:47:49 am »
Thanks, really appreciated.  :)
6
Development / new idea: context menu to open the image in doxygen style comment
« Last post by ollydbg on March 16, 2024, 04:05:57 pm »


https://www.doxygen.nl/manual/commands.html#cmdimage

We can have such comment:

Code
  /*! Here is a snapshot of my new application:
   *  \image html application.jpg
   *  \image latex application.eps "My application" width=10cm
   */

I think when a user right click on the "application.jpg", we can generate a url to let the browser open this jpg file in the browser?

Because we already have a context menu named "Open link in browser" which is used to open a link, such as: "http://xxx.yyy.zzz" in the comment.

Any ideas?

Sometimes, we need images in the doxygen, but we need to find a quick way to view the image.
7
Plugins development / Re: Code completion using LSP and clangd
« Last post by Pecan on March 15, 2024, 11:21:58 pm »
On Windows 11 opening the project file itself in Windows (not directly through Codeblocks) does not parse the project on opening. Reparsing is needed to be done manually. Doing so through Codeblocks works fine.
Steps to reproduce:
1. Codeblocks not running
2. Double-click on any project file *.cbp

On Plugin wiki https://wiki.codeblocks.org/index.php/CB_Clangd_Client the first link to the plugin repository page is not working.

For information, there is a discussion of doxygen support for Clangd - https://github.com/clangd/clangd/issues/529

Thanks
The URL has been corrected. And thanks for the doxygen info.

I will see what I can do about DDE opened projects not being parsed automatically.
8
Using Code::Blocks / Re: Configuring project compilation (example Dislin library)
« Last post by tuchin on March 15, 2024, 09:45:11 pm »
Thanks, it worked out.
9
Plugins development / Re: Code completion using LSP and clangd
« Last post by garwin on March 15, 2024, 09:37:41 pm »
On Windows 11 opening the project file itself in Windows (not directly through Codeblocks) does not parse the project on opening. Reparsing is needed to be done manually. Doing so through Codeblocks works fine.
Steps to reproduce:
1. Codeblocks not running
2. Double-click on any project file *.cbp

On Plugin wiki https://wiki.codeblocks.org/index.php/CB_Clangd_Client the first link to the plugin repository page is not working.

For information, there is a discussion of doxygen support for Clangd - https://github.com/clangd/clangd/issues/529
10
Using Code::Blocks / Re: Debugger - Memory dump
« Last post by Pecan on March 15, 2024, 06:34:20 pm »
Good.
After a breakpoint has occurred, hover over the variable for which you want an address. If you've set the option that requires the ctrl key to be tapped, do so.
The elements of the variable should then appear in the debuggers log to copy/paste.

Depending on the GDB version being used, for the first attempt to display the expression (variable or whatever), the GDB may be quite slow. After the first display, the subsequent evaluations/displays will be much faster.
Pages: [1] 2 3 4 5 6 ... 10