Activity for Code::Blocks

  • ollydbg ollydbg modified a comment on ticket #1471

    I'm still using some old screens with the resolution 1920x1080, some of my clients are still using Windows 7 with smaller screen. Update the Scintilla code is hard.

  • ollydbg ollydbg posted a comment on ticket #1471

    I'm still using some old screen with the resolution 1920x1080, some of my client are still using Windows 7 with smaller screen. Update the Scintilla code is hard.

  • Mehdi Chinoune Mehdi Chinoune posted a comment on ticket #1471

    Come on, 2026 still no support for HiDPI? What dispalays are you using?

  • Gerard DURAND Gerard DURAND posted a comment on ticket #1591

    Cool. Hope to test this work soon!

  • pecan pecan modified a comment on ticket #1591

    Thanks for the help chasing this down guys. The cause appears to be (not a missing event.Skip()), but an uninitialized boolean variable that had an int(30) in it. After the first right-click in the management tree, the var got it's first true/false value resulting in correct performance. That would also explain why the difference in compilers would provoke or hide the problem. While I'm here, some changes for high DPI need examination. I'll work with this for awhile to make sure I'm not "halluci...

  • pecan pecan modified a comment on ticket #1591

    Thanks for the help chasing this down guys. The cause appears to be (not a missing event.Skip()), but an uninitialized boolean variable that had an int(30) in it. After the first right-click in the management tree, the var got it's first true/false value resulting correct performance. That would also explain why the difference in compilers would provoke or hide the problem. I'll work with this for awhile to make sure I'm not "hallucinating".

  • pecan pecan modified a comment on ticket #1591

    Thanks for the help chasing this down guys. The cause appears to be (not a missing event.Skip()), but an uninitialized boolean variable that had an int(30) in it. After the first right-click in the management tree, the var got it's first true/false value resulting correct performance. I'll work with this for awhile to make sure I'm not "hallucinating".

  • pecan pecan posted a comment on ticket #1591

    Thanks for the help chasing this down guys. The cause appears to be (not a missing event.Skip()), but an uninitialized boolean variable that had an int(30) in it. After the first right-click in the management tree, the var got it's first value resulting correct performance. I'll work with this for awhile to make sure I'm not "hallucinating".

  • ollydbg ollydbg modified a comment on ticket #1591

    When I looked at the source code of the dragscroll.cpp, especially in the class MouseEventsHandler, do you mean that before each return statement, there is a call to the event.Skip();? I see some functions do not have that function call.

  • ollydbg ollydbg posted a comment on ticket #1591

    When I looked at the source code of the dragscroll.cpp, especially in the class MouseEventsHandler, do you mean that before each return statement, there is a call to the event.Skip();? I see some function does not have that function call.

  • Gerard DURAND Gerard DURAND posted a comment on ticket #1591

    After disabling all the plugings and re-enabling them one by one, I think the problem I have comes from the dragscroll plugin: when desactivated, no problem, when activated the problem is there (of course, on my msys2 config, because it seems that with other compilers there is not systematically this problem). To test this, each time, I quit C::B then restart it to be sure that I have this 1rt time behavior.

  • pecan pecan modified a comment on ticket #1591

    I've also experienced this problem. (Windows 11; CB svn 13831; wx328). Could those having the disappearing mouse right-click problem please list the plugins they are using along with the plugins version. This problem is usually caused by a missing "event.Skip();" statement in a plugin event. A list of plugins to inspect would be very useful.

  • pecan pecan modified a comment on ticket #1591

    I've also experienced this problem. (Windows 11; CB svn 13831; wx328). Could those having the diappearing mouse right-click problem please list the plugins they are using along with the plugins version. This problem is usually caused by a missing "event.Skip();" statement in a plugin event. A list of plugins to inspect would be very useful.

  • pecan pecan posted a comment on ticket #1591

    I've also experienced this problem. (Windows 11; CB svn 13831; wx328). Could those having the diappearing mouse right-click problem please list the plugins they are using along with the plugins version. This problem is usually caused by a missing "event.Skip();" statement in a plugin event. A list of plugin to inspect would be very useful.

  • pecan pecan committed [r13831] on SVN Repo

    - codesnippets: Don't open duplicate temporary .txt files. Fix crash possibility.

  • pecan pecan modified ticket #1593

    clangd_client: support versioned executable auto detection

  • pecan pecan posted a comment on ticket #1593

    Thanks Applied SVN rev 13830

  • pecan pecan committed [r13830] on SVN Repo

    * clangd_client: Apply ticket 1593 - Auto detect versioned clangd executable (Thanks Christo)

  • pecan pecan modified a comment on ticket #1593

    Prompt to Gemini AI: For CodeBlocks, what does a contributor mean by ticket 1593 when he states: Installing clangd from https://apt.llvm.org/ results in verisioned libraries, for eg. /usr/bin/clangd-20 in my recent installation. Attached patch helps to autodetect this. With patch code: ticket 1593 Gemini said In Code::Blocks ticket 1593, the contributor is addressing a common issue where the IDE fails to find the clangd executable (the Language Server Protocol provider) because the filename isn't...

  • pecan pecan modified a comment on ticket #1593

    Prompt to Gemini AI: For CodeBlocks, what does a contributor mean by ticket 1593 when he states: Installing clangd from https://apt.llvm.org/ results in verisioned libraries, for eg. /usr/bin/clangd-20 in my recent installation. Attached patch helps to autodetect this. With patch code: ticket 1593 Gemini said In Code::Blocks ticket 1593, the contributor is addressing a common issue where the IDE fails to find the clangd executable (the Language Server Protocol provider) because the filename isn't...

  • pecan pecan modified ticket #1592

    clangd_client: add option to parse only opened files

  • pecan pecan modified a comment on ticket #1592

    Great addition, thanks ! I'll be using this even on a new powerful laptop. Applied SVN rev 13829

  • pecan pecan posted a comment on ticket #1592

    Great addition, thanks ! I'll be using this even on a new powerful laptop. Applied SVN rev 18829

  • pecan pecan modified a comment on ticket #1593

    I Posted to wrong ticket.

  • pecan pecan posted a comment on ticket #1593

    Thanks, great addition ! Applied svn rev 13829

  • pecan pecan committed [r13829] on SVN Repo

    * clangd_client: Apply ticket 1592 parse only open files option (thanks Christo)

  • Code::Blocks Code::Blocks released /Binaries/Nightlies/2026/CB_20260324_rev13828_win64.7z

  • Miguel Gimenez Miguel Gimenez committed [r13828] on SVN Repo

    - Settings: Fix assertion due to specifying wxALIGN_CENTER_HORIZONTAL in an horizontal sizer.

  • Miguel Gimenez Miguel Gimenez committed [r13827] on SVN Repo

    - Remove wxALIGN_CENTER_HORIZONTAL in horizontal sizers and wxALIGN_CENTER_VERTICAL in vertical ones.

  • pecan pecan modified ticket #1592

    clangd_client: add option to parse only opened files

  • pecan pecan modified ticket #1593

    clangd_client: support versioned executable auto detection

  • Christo Christo created ticket #1593

    clangd_client: support versioned executable auto detection

  • Christo Christo created ticket #1592

    clangd_client: add option to parse only opened files

  • ollydbg ollydbg modified a comment on ticket #1591

    I'm using the rev13826, plus I have some patches locally mainly on the codecompletion plugins. I'm under Windows 10 64bit, and I used the latest GCC version(15.2) in msys2/mingw64 platform. My wxWidgets version is 3.3.2. I don't have such issue.

  • ollydbg ollydbg posted a comment on ticket #1591

    I'm using the rev13826, plus I have some patches locally mainly on the codecompletion plugins. I'm under Windows 10 64bit, and I used the latest GCC version in msys2/mingw64 platform. I don't have such issue.

  • Gerard DURAND Gerard DURAND modified a comment on ticket #1591

    A few tries but I don't really understand what's happen : If I insert wxBell(); at line : 1465: no bell rings at all. as if it never pass here ! 1532: it rings only when the menu is displayed, normal 1108: it rings only when the menu is displayed when I click on main workspace, normal 914: it rings only when the menu is displayed, normal PS: I have sent a PM to ollydbg because he uses also wxWidgets 3.3.2 and last Msys2

  • Gerard DURAND Gerard DURAND posted a comment on ticket #1591

    A few tries but I don't really understand what's happen : If I insert wxBell(); at line : 1465: no bell rings at all. as if it never pass here ! 1532: it rings only when the menu is displayed, normal 1108: it rings only when the menu is displayed when I click on main workspace, normal 914: it rings only when the menu is displayed, normal

  • Miguel Gimenez Miguel Gimenez posted a comment on ticket #1591

    You can start checking if ProjectManagerUI::OnRightClick() is executed at all on the first click. I just insert a wxBell() for this kind of tests.

  • Gerard DURAND Gerard DURAND posted a comment on ticket #1591

    I have also tested Xaviou's nightly (Win 64, wxWidgets 3.3.2) and effectively it has not the problem I have. So, he uses probably a different compiler set (binary are not compatible). This problem is not very important, just a bit annoying. But I have no idea how to track and identify it.

  • Miguel Gimenez Miguel Gimenez posted a comment on ticket #1591

    I have just tested Xaviou's last nightly (CB_20260312_rev13823_wx33_win64) with wxWidgets 3.3.2 and works OK. I do not know if he uses MSYS.

  • Miguel Gimenez Miguel Gimenez committed [r13826] on SVN Repo

    - Remove "virtual" from methods marked as "override".

  • Miguel Gimenez Miguel Gimenez committed [r13825] on SVN Repo

    - HexEditor: Remove "virtual" from methods marked as "override".

  • Miguel Gimenez Miguel Gimenez committed [r13824] on SVN Repo

    * devcpploader: avoid dereferencing null pointer m_pProject (thanks blauzahn).

  • Code::Blocks Code::Blocks released /Binaries/Nightlies/2026/CB_20260312_rev13823_win64.7z

  • Miguel Gimenez Miguel Gimenez committed [r13823] on SVN Repo

    * CompilerOW: Remove leading comma after "file" when linking.

  • Miguel Gimenez Miguel Gimenez modified a comment on ticket #1591

    r13822 works OK here: W7 wx3.2.10 32-bits gcc 8.1.0 from MinGW-w64 Also works OK on: Mint 18.2 wx3.0.2 32-bits gcc 5.4.0

  • Miguel Gimenez Miguel Gimenez posted a comment on ticket #1591

    r13822 works OK here: W7 wx3.2.10 32-bits gcc 8.1.0 from MinGW-w64 Also works OK on: Mint 18.2 wx3.0.2 32-bit gcc 5.4.0

  • Gerard DURAND Gerard DURAND created ticket #1591

    Right clic does not work the 1st time in the managment window

  • Miguel Gimenez Miguel Gimenez committed [r13822] on SVN Repo

    * ProjectImporter: Fix null pointer dereference replacing Read() with ReadLong().

  • Miguel Gimenez Miguel Gimenez committed [r13821] on SVN Repo

    * DebuggerGDB: Fix wxString::Format specifiers and remove redundant comparison.

  • Miguel Gimenez Miguel Gimenez committed [r13820] on SVN Repo

    - CodeStatistics: Remove redundant check.

  • Miguel Gimenez Miguel Gimenez committed [r13819] on SVN Repo

    - SpellChecker: Pass wxString as const reference.

  • Miguel Gimenez Miguel Gimenez committed [r13818] on SVN Repo

    - HexEditor: Mark override functions as such.

  • Miguel Gimenez Miguel Gimenez committed [r13817] on SVN Repo

    * FileManager: Fix wxString::Format() specifiers.

  • Miguel Gimenez Miguel Gimenez committed [r13816] on SVN Repo

    - SDK: Clarify operator precedence.

  • Miguel Gimenez Miguel Gimenez committed [r13815] on SVN Repo

    - Fix more issues reported by CPPcheck.

  • Miguel Gimenez Miguel Gimenez committed [r13814] on SVN Repo

    - Fix some issues reported by CPPcheck.

  • Miguel Gimenez Miguel Gimenez committed [r13813] on SVN Repo

    * CompilerOW: Remove null pointer dereferencing.

  • Miguel Gimenez Miguel Gimenez posted a comment on ticket #1590

    He can, but must start the unzipper program (7z, WinRAR or whatever) as administrator. He can also unzip in a temporary folder and then copy the unzipped data to "Program files".

  • ollydbg ollydbg committed [r13812] on SVN Repo

    * update.bat: replace some wilcards by a for...do syntax(thanks gd_on)

  • ollydbg ollydbg committed [r13811] on SVN Repo

    * cbp: add -Wextra to clangd_client_Windows.cbp and codesnippets_Windows.cbp, move WX_VER setting to a higher level(thanks gd_on)

  • pecan pecan modified a comment on ticket #1589

    There are some key bindings that the Keyboard plugin cannot screw around with. Some of those bindings include the Ctrl-C, Ctrl-V, and any key that is hardcoded globally by CodeBlocks itself. One of those hard coded keys is the global binding Ctrl+Tab. It's hard coded into the global accelerator table during start-up and has special programming for Linux and Windows. Since it is already a global key binding, when the plugin asks for the parent menu item, CodeBlocks returns an empty string for good...

  • pecan pecan modified a comment on ticket #1589

    There are some key bindings that the Keyboard plugin cannot screw around with. Some of those bindings include the Ctrl-C, Ctrl-V, and any key that is hardcoded globally by CodeBlocks itself. One of those hard coded keys is the global binding Ctrl+Tab. It's hard coded into the global accelerator table during start-up and has special programming for Linux and Windows. Since it is already a global key binding, when the plugin asks for the parent menu item, CodeBlocks returns an empty string for good...

  • pecan pecan modified a comment on ticket #1589

    There are some key bindings that the Keyboard plugin cannot screw around with. Some of those bindings include the Ctrl-C, Ctrl-V, and any key that is hardcoded globally by CodeBlocks itself. One of those hard coded keys is the global binding Ctrl+Tab. It's hard coded into the global accelerator table during start-up and has special programming for Linux and Windows. Since it is already a global key binding, when the plugin asks for the parent menu item, CodeBlocks returns an empty string for good...

  • pecan pecan modified ticket #1589

    Multiple keyboard shortcuts not saved properly

  • pecan pecan posted a comment on ticket #1589

    There are some key bindings that the Keyboard plugin cannot screw around with. Some of those bindings include the Ctrl-C, Ctrl-V, and any key that is hardcoded globally by CodeBlocks itself. One of those hard coded keys is the global binding Ctrl+Tab. It's hard coded into the global accelerator table during start-up and has special programming for Linux and Windows. Since it is already a global key binding, when the plugin asks for the parent menu item, CodeBlocks returns an empty string for good...

  • ollydbg ollydbg posted a comment on ticket #1590

    I think you can not unzip the files in program files folder.

  • Yurii Koss Yurii Koss posted a comment on ticket #1590

    Thanks, what about plugins and unzip problem?

  • ollydbg ollydbg posted a comment on ticket #1590

    There was also error when I tried to compile my code and it said something like "Coudn't find the gcc compiler at desired location". You need to set the compiler path in the codeblocks' settings.

  • Yurii Koss Yurii Koss modified a comment on ticket #1590

    I downloaded this build: https://forums.codeblocks.org/index.php/topic,26137.0.html 1st photo: error when I tried to unzip file in "Program Files" folder (written in Ukrainian) 2nd photo: suggested plugins There was also error when I tried to compile my code and it said something like "Coudn't find the gcc compiler at desired location". However, now that I have installed base 25.03 CB this error just vanished.

  • Yurii Koss Yurii Koss modified a comment on ticket #1590

    I downloaded this build: https://forums.codeblocks.org/index.php/topic,26137.0.html 1st photo: error when I tried to unzip file in "Program Files" folder (written in Ukrainian) 2nd photo: suggested plugins There was also error when I tried to compile my code and it said something like "Coudn't find the gcc compiler at desired location". However, now that I have installed base 25.03 CB this error just vanished.

  • Yurii Koss Yurii Koss posted a comment on ticket #1590

    I downloaded this build: https://forums.codeblocks.org/index.php/topic,26137.0.html 1st photo: error when I tried to unzip file in "Program Files" folder (written in Ukrainian) 2nd photo: suggested plugins There was also error when I tried to compile my code and it said something like "Coudn't find the gcc compiler at desired location". However, now that I have installed base 25.03 CB this error just vanished.

  • ollydbg ollydbg posted a comment on ticket #1590

    Secondly, when I unziped files in another folder that build immediatly suggested me to install a few more plugins and compiler just didn't work. What should I do? Can you tell use what are the steps you did? I haven't see such error before. Who suggested me to install some plugins? Can you give use some screen shots?

  • Yurii Koss Yurii Koss posted a comment on ticket #1590

    I just tried to download that build but something went wrong. Firstly, when I tried to unzip any files in folder "Program Files" it just says "Access denied". Secondly, when I unziped files in another folder that build immediatly suggested me to install a few more plugins and compiler just didn't work. What should I do?

  • Code::Blocks Code::Blocks released /Binaries/Nightlies/2026/CB_20260306_rev13810_win64.7z

  • Miguel Gimenez Miguel Gimenez modified ticket #1590

    Codeforces 25.03 layout bug with wxWidgets

  • Miguel Gimenez Miguel Gimenez posted a comment on ticket #1590

    This was fixed in [r13739] last september, you can use a recent nightly.

  • Yurii Koss Yurii Koss created ticket #1590

    Codeforces 25.03 layout bug with wxWidgets

  • pecan pecan modified ticket #1589

    Multiple keyboard shortcuts not saved properly

  • ollydbg ollydbg committed [r13810] on SVN Repo

    - wxSmith: fix build error against wxWidgets 3.3.2 library

  • pecan pecan committed [r13809] on SVN Repo

    - clangd_client: cleanup using -Wextra, no functional changes

  • pecan pecan committed [r13808] on SVN Repo

    - codesnippets: correct copy .zip error in post build steps

  • Miguel Gimenez Miguel Gimenez committed [r13807] on SVN Repo

    - Set svn:executable property in update33 batch files.

  • Miguel Gimenez Miguel Gimenez committed [r13806] on SVN Repo

    - CodeSnippets: Restore svn:executable properties on Linux batch files.

  • pecan pecan committed [r13805] on SVN Repo

    removing the FortranProject folder creation from checkout

  • ollydbg ollydbg committed [r13804] on SVN Repo

    * cbp: add the unified CodeBlocks cbps for Windows OS. (thanks gd_on)

  • ollydbg ollydbg committed [r13803] on SVN Repo

    - remove the usage of $(CODEBLOCKS) in the *.cbp files, because the $(CODEBLOCKS) points to the host Code::Blocks path, not the built Code::Blocks path

  • Gmeeorh Gmeeorh created ticket #1589

    Multiple keyboard shortcuts not saved properly

  • Miguel Gimenez Miguel Gimenez committed [r13802] on SVN Repo

    - Squirrel: Fix compilation with wxWidgets 3.3.2 (thanks Xaviou/Claude).

  • pecan pecan committed [r13801] on SVN Repo

    - codesnippets: remove use of $(CODEBLOCKS) CB variable in .cbp for ollydbg

  • Code::Blocks Code::Blocks released /Binaries/Nightlies/2026/CB_20260226_rev13800_win64.7z

  • pecan pecan committed [r13800] on SVN Repo

    - codesnippets: place comment in update32_64.bat

  • pecan pecan committed [r13799] on SVN Repo

    - codesnippets: commit missing update files

  • pecan pecan committed [r13798] on SVN Repo

    - codesnippets: Add right-click context popups and clean up code

  • pecan pecan modified ticket #1588

    Crash in wxRecursionGuard in clangd_client

  • pecan pecan posted a comment on ticket #1588

    Fixed svn 13797, thanks ollydbg

  • pecan pecan committed [r13797] on SVN Repo

    * clangd_client: Fix crash in wxRecursionGuard caused by wrong cross-thread protocol

  • pecan pecan modified a comment on ticket #1588

    Experimental patch

  • pecan pecan modified a comment on ticket #1588

  • pecan pecan modified ticket #1588

    Crash in wxRecursionGuard in clangd_client

1 >
MongoDB Logo MongoDB