Recent Posts

Pages: 1 2 [3] 4 5 6 7 8 ... 10
21
Why would I be a troll??

I have no idea why some people are trolls; I suggest asking a troll or thinking why you do not wish to report the information  needed to solve your issues and why you refuse to do the work of extracting an nightly build into an empty folder.

Tim S.
22
Help / Advanced compiler option: write $link object to a file
« Last post by JNo on March 25, 2024, 02:29:13 pm »
hello,

I have a particular need for definition of lin obects files to static library:

In command line macro I want to write each object in file as:
objects\file1.o
objects\file2.o
....

then launch cmd:
for /f %%i in (obj.txt) do @echo $liblinker %%i

if I generate file I use following command FOR %%i IN ($link_objects) DO @echo %%i > file.txt
I encounter command line leght limitation.

How I can  generate this temporary file
23
Plugins development / Re: Code completion using LSP and clangd
« Last post by Grit Clef on March 25, 2024, 11:56:01 am »
Yes, I use Clangd 18 and got the same problem, too.
24
Plugins development / Re: Code completion using LSP and clangd
« Last post by christo on March 25, 2024, 02:59:56 am »
Thanks Pecan.

I face another issue now - regarding errors with fixes in different line, like errors due to missing includes,  fix is not applied. It shows "No available fixes found" on applying. In Parser::OnRequestCodeActionApply() , there is a check if the fix is in same line that of the line causing the error. This might be causing the issue.

Can you give me a 1,2,3 list of a way to re-create the situation?

Hi Pecan,

1. Create a new console application project
2. replace code in main.cpp with below code
Code
int main()
{
    std::cout << "Hello";
    return 0;
}

3. Clangd (I'm using v18) gives below diagnostic
Quote
/home/christo/projects/Test/test2/main.cpp|3|error:Use of undeclared identifier 'std' (fix available) Include <iostream> for symbol std::cout|
4. Right click and select "Apply fix if available"
5. Error pop-up is shown instead of applying the fix  "No available fixes found"
25
Nightly builds / Re: The 24 March 2024 build (13493) is out.
« Last post by Xaviou on March 24, 2024, 09:37:45 pm »
Hi.

OS X version of this rev can be downloaded from my website.
There is only a macOS-11.6 version.
Note that it is not a notarized version of the application.

32 bits version for Windows can also be found in the same place.

Debian Bookworm and Bullseye (32 and 64 bits) can be installed from my repo
The corresponding unsigned deb files can also be downloaded from the website page linked above.

Ubuntu-22.04 and 23.10 versions can be installed from my ppa

Regards
Xav'
26
Nightly builds / The 24 March 2024 build (13493) is out.
« Last post by killerbot on March 24, 2024, 06:53:07 pm »
We switched to gcc 13.1.0 (on 04 June 2023) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/13.1.0-16.0.5-11.0.0-ucrt-r5/winlibs-x86_64-posix-seh-gcc-13.1.0-mingw-w64ucrt-11.0.0-r5.7z

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw32u_gcc_cb_wx324_2D_gcc1310-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls13.1.0.7z


The 24 March 2024 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2024/CB_20240324_rev13493_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • Autorevision: fix git log query (ticket #1462, thanks kipade).
  • Clangd_client 1.2.115 24/03/22 Support for clangd v18 additional "fixes available" and fix to avoiding duplicate responses. Thanks Christo.

Regressions/Confirmed/Annoying/Common bugs:


    27
    Plugins development / Re: Code completion using LSP and clangd
    « Last post by Pecan on March 24, 2024, 05:57:53 pm »
    Thanks Pecan.

    I face another issue now - regarding errors with fixes in different line, like errors due to missing includes,  fix is not applied. It shows "No available fixes found" on applying. In Parser::OnRequestCodeActionApply() , there is a check if the fix is in same line that of the line causing the error. This might be causing the issue.

    Can you give me a 1,2,3 list of a way to re-create the situation?
    28
    Plugins development / Re: Code completion using LSP and clangd
    « Last post by christo on March 24, 2024, 11:58:39 am »
    Thanks Pecan.

    I face another issue now - regarding errors with fixes in different line, like errors due to missing includes,  fix is not applied. It shows "No available fixes found" on applying. In Parser::OnRequestCodeActionApply() , there is a check if the fix is in same line that of the line causing the error. This might be causing the issue.
    29
    Why would I be a troll??
    30
    I mean I have the option simply not to use it, but they are devs, and as devs, I assume it is far more likely that they care a bit more.
    Yes, I am not willing to go through any support ticket systems.
    I'll could give my time to investigate bugs in someone's programs, but that is not happening through tickets.

    If you are not a troll, the thing to do is install an CB nightly build.
    https://forums.codeblocks.org/index.php/board,20.0.html

    But, I for one think you are a troll.

    Tim S.
    Pages: 1 2 [3] 4 5 6 7 8 ... 10