News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 26 July 2019 build (11810) is out.

Started by killerbot, July 26, 2019, 01:06:25 PM

Previous topic - Next topic

AndyJ

Ah, thanks for the pointer. It doesn't look like that plugin was included in the archive?

Miguel Gimenez

In fact SymTab, ThreadSearch and ToolsPlus are not in the nightly

killerbot

Quote from: Miguel Gimenez on July 31, 2019, 02:26:54 PM
In fact SymTab, ThreadSearch and ToolsPlus are not in the nightly

I was under the impression they were , hmmm ?

stahta01

#18
Quote from: killerbot on July 31, 2019, 10:09:20 PM
Quote from: Miguel Gimenez on July 31, 2019, 02:26:54 PM
In fact SymTab, ThreadSearch and ToolsPlus are not in the nightly

I was under the impression they were , hmmm ?

SymTab has been disabled for a long time because of bugs.
Edit: wxWidgets 3.x related bugs.
Edit2: IIRC, ThreadSearch has an enable/disable bug.
Edit3: The enable/disable bug is that it crashes CB when being either enable/disable as a plugin.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

oBFusCATed

stahta01: Are you mixing SymbolBrowser and SymTab? ThreadSearch is working fine except for the crash on disable and it hasn't been disabled.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

stahta01

Quote from: oBFusCATed on July 31, 2019, 11:04:31 PM
stahta01: Are you mixing SymbolBrowser and SymTab?

I think yes is likely true.

The nightly is missing these dlls ThreadSearch.dll, ToolsPlus.dll, and SymTab.dll from folder share\CodeBlocks\plugins.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

gd_on

The missing dlls is probably a problem caused by a wrong EOL formatting in spellchecker\update.bat : C::B generation by Codeblocks_wx31_64.workspace stopped on an error at the end of spellchecker generation, so the 3 last plugins have not been generated (and spellchecker itself is not finished). Killerbot has seen the problem, but apparently after the publication. See posts at the top of this thread.
Problem has been corrected in svn 11819, so next nightly will be correct.

gd_on
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).