Activity for Code::Blocks

  • Miguel Gimenez Miguel Gimenez modified ticket #1642

    Add three dots button to path field under "User-defined fields" in Global Compiler Variables GUI

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

    See ticket [#1641].

  • Miguel Gimenez Miguel Gimenez modified ticket #1641

    Clarify the name field under section "User-defined fields:" in Global Compiler Variables GUI

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

    Fixed in [r14019]. I have added labels "Name" and "Value" to user vars columns. The value may be a path or anything else, so adding a path selector would confuse the user.

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

    - Global variables: Clarify usage of user vars columns adding Name and Value labels (ticket #1641).

  • Carlo Bramini Carlo Bramini posted a comment on ticket #1598

    Well, at first sight, it seems to me that it could work. However, my doubt is that I can't understand why doing this change. In my opinion, there are two possible scenarios: If the new script is not good or if we aren't sure that it's right, then we can leave the code as it is, so the old autorevision tool is kept and that's fine. If the new script works fine, then the old autorevision tool is just redundant when using unix autotools for building C::B. The old autorevision tool will still be useful...

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

    - Plugin manager dialog: Fix HTML line in dark mode, some refactoring.

  • pecan pecan committed [r14017] on SVN Repo

    - codesnippets: revert accidental change in Makefile.am from svn 13996

  • Terry Pascar Terry Pascar posted a comment on ticket #1647

    Thanks! i left some notes in blueish text where i documented instances where limiting the checkbox space to its actual area space did not make any change or were not necessary and specially some other GUI bugs unrelated to the check boxes, i forgot to mention that

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

    - SDK: Fix compilation error with wx3.3.

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

    - Limit one more checkbox active area.

  • Miguel Gimenez Miguel Gimenez modified ticket #1647

    Check boxes can be toggled outside of their region in certain areas

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

    Mostly fixed in [r14014]. FortranProject is external, and some checkboxes may went unnoticed.

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

    - Limit checkboxes' active areas (ticket #1647).

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

    - Squirrel: Remove warning in call to memmove().

  • Terry Pascar Terry Pascar created ticket #1647

    Check boxes can be toggled outside of their region in certain areas

  • Trasd Trasd posted a comment on ticket #1643

    If you're sure it's the AStyle version and not some other cause, sure. But, from a brief look at Code::Blocks' code, it looks like the Preview rendering and the source code formatting use two different code branches. As I'm not an expert, I'll leave it there...

  • Terry Pascar Terry Pascar created ticket #1646

    Creating a new script and inmediately removing it causes a crash

  • Terry Pascar Terry Pascar posted a comment on ticket #1645

    Thanks to you!

  • Miguel Gimenez Miguel Gimenez modified ticket #1645

    Every checkbox turns gray after opening value tooltip font menu under common Debugger settings

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

    All fixed in [r14012], thank you.

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

    * Debugger settings: Fix visual glitch in dark mode when clicking on "Choose" (ticket #1645).

  • Terry Pascar Terry Pascar created ticket #1645

    Every checkbox turns gray after opening value tooltip font menu under common Debugger settings

  • Terry Pascar Terry Pascar posted a comment on ticket #1644

    Thanks!

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

    We can update to Astyle 3.6.18, but it requires C++17 for the stupid string_view, and currently we keep C++11 compatibility. I will propose a global change to C++17 in the forum.

  • Miguel Gimenez Miguel Gimenez modified ticket #1644

    Caret in the Syntax highlighting preview doesn't respect the caret settings.

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

    This is a very minor issue, anyway I fixed it in [r14011].

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

    - Syntax highlighting settings: Make the caret match the configured one (ticket #1644).

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

    - ThreadSearch: Fix compilation with wxWidgets < 3.1.6 after r14009.

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

    - ThreadSearch: Use SVG and wxBitmapBundle in toolbar to fix size in HiDPI.

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

    - Debugger_gdbmi: Fix typo.

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

    - SDK: Make strings not translatable.

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

    - Debugger_gdbmi: Fix typo.

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

    - wxSmith: Allow translation of properties from wxHyperlinkCtrl.

  • Christo Christo posted a comment on ticket #1598

    Hi @carlo_bramini could you please suggest if attached modified patch and the script is sufficient? It will keep current behavior for normal builds, but use your script during cross compilation.

  • Christo Christo modified ticket #1598

    PATCH: new auto_revision tool for unix-like shells

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

    * wxSmith: Fix event type used in wxHyperlinkCtrl event handler.

  • Carlo Bramini Carlo Bramini modified a comment on ticket #1598

    I'm building code::blocks for Cygwin and MinGW. For building C::B for Cygwin, I'm using this command: CPPFLAGS=-D_GNU_SOURCE ../codeblocks-code/configure --enable-silent-rules --with-contrib-plugins=all --prefix=$HOME/codeblocks/inst_cb --with-wx-config=/usr/bin/wx-config-3.3-gtk3 --disable-static-wx Unfortunately, C::B uses some C functions that are "extension" or "non standard" for the traditional C library, so I had to add _GNU_SOURCE to CPPFLAGS. Perhaps, a cleaner alternative is adding AC_GNU_SOURCE...

  • Carlo Bramini Carlo Bramini posted a comment on ticket #1598

    I'm building code::blocks for Cygwin and MinGW. For building C::B for Cygwin, I'm using this command: CPPFLAGS=-D_GNU_SOURCE ../codeblocks-code/configure --enable-silent-rules --with-contrib-plugins=all --prefix=$HOME/codeblocks/inst_cb --with-wx-config=/usr/bin/wx-config-3.3-gtk3 --disable-static-wx Unfortunately, C::B uses some C functions that are "extension" or "non standard" for the traditional C library, so I had to add _GNU_SOURCE to CPPFLAGS. Perhaps, a cleaner alternative is adding AC_GNU_SOURCE...

  • Carlo Bramini Carlo Bramini posted a comment on ticket #1598

    I updated he patch to codeblocks-code\src\build_tools\autorevision\Makefile.am. Previously, every time auto_revision.sh was executed, it created a new file. So, all executable files created in the previous build step needed to be re-linked even if the file generated by auto_revision.sh was identical to the previous one. This updated patch makes things a bit smarter: if an old source file already exists a it is identical to the current one, then the previous one is not overwritten,

  • Terry Pascar Terry Pascar created ticket #1644

    Caret in the Syntax highlighting preview doesn't respect the caret settings.

  • Trasd Trasd posted a comment on ticket #1643

    BTW, <CONTINUATION int="3" /> seems to be ignored. Normally, I have it set to 2, but I pasted the above before setting it back to normal. As a work-a-round, I installed AStyle 3.6.18 and setup Code::Blocks to use it externally. My astylerc file looks like this: indent=spaces=3 indent-continuation=2 indent-after-parens min-conditional-indent=1 max-code-length=95 fill-empty-lines unpad-paren and it formats correctly: some_function(first_argument, second_argument, third_argument, fourth_argument); as...

  • Christo Christo posted a comment on ticket #1598

    Hi @carlo_bramini , could you please share the configure command you use for cross compiling codeblocks?

  • Trasd Trasd created ticket #1643

    AStyle Indents Differently in Preview than in the Editor

  • Carlo Bramini Carlo Bramini posted a comment on ticket #1598

    Hello. Any comments?

  • Terry Pascar Terry Pascar created ticket #1642

    Add three dots button to path field under "User-defined fields" in Global Compiler Variables GUI

  • Terry Pascar Terry Pascar created ticket #1641

    Clarify the name field under section "User-defined fields:" in Global Compiler Variables GUI

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

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

    - Codesnippets: Fix codeblocks folder case in Unix projects.

  • pecan pecan committed [r14002] on SVN Repo

    - codesnippet: revert 14000

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

    * CodeSnippets: Fix case on Unix projects (thanks LETARTARE).

  • pecan pecan committed [r14000] on SVN Repo

    - codesnippet plugin: change misspelled codeBlocks (Thanks LETARTARE)

  • Miguel Gimenez Miguel Gimenez modified ticket #1635

    Every check box turns gray after opening the font menu

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

    Fixed in [r13999].

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

    * Editor settings: Fix visual glitch in dark mode when clicking on "Choose font" (ticket #1635).

  • LETARTARE LETARTARE created ticket #1640

    r13998 : replace '_T(' and 'wxT(' for plugins contrib

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

    I have tested on W11 with the last nightly and the problem happens only if you click on the button with the mouse, using the keyboard works fine. Possibly adding a Skip() to the button's event handler fixes this, but ATM I cannot compile C::B with wx3.3. BTW, the issue happens when showing the dialog, not when closing.

  • LETARTARE LETARTARE created ticket #1639

    r13995 : replace '_T(' and 'wxT('

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

    - Codesnippets: Fix compilation (missing header).

  • pecan pecan committed [r13997] on SVN Repo

    - debugger_gdbmi: add missing files to .cbp and other corrections

  • pecan pecan committed [r13996] on SVN Repo

    - codesnippets plugin: changes/updates for wx33

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

    - Codecompletion: Remove test for TRACE() errors.

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

    - CodeCompletion: Fix compilation after r13991 when TRACE() is not empty.

  • pecan pecan committed [r13993] on SVN Repo

    - dragscroll plugin: Refactor Linux functions for drag operations and safety

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

    * CodeCompletion: Fix crash on startup for macOS Silicon/Rosetta (thanks xsiseux01).

  • Miguel Gimenez Miguel Gimenez modified ticket #1638

    r13988: Replace '_T("...")' by '"..."' in 'codecompletion' plugin

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

    Applied in [r13991], thank you.

  • Miguel Gimenez Miguel Gimenez modified ticket #1637

    r12988: Replace '_T("...")' or '_wxT("...")' by

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

    Applied in [r13991], thank you.

  • Miguel Gimenez Miguel Gimenez modified ticket #1636

    r12984: Replace '_T("...")' by '"..."' in 'autosave' plugin

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

    Applied in [r13991], thank you.

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

    - Plugins: Remove _T() and wxT() (tickets #1636, #1637 and #1638, thanks LETARTARE).

  • LETARTARE LETARTARE created ticket #1638

    r13988: Replace '_T("...")' by '"..."' in 'codecompletion' plugin

  • LETARTARE LETARTARE created ticket #1637

    r12988: Replace '_T("...")' or '_wxT("...")' by

  • LETARTARE LETARTARE created ticket #1636

    r12984: Replace '_T("...")' by '"..."' in 'autosave' plugin

  • pecan pecan committed [r13990] on SVN Repo

    * cbplugn.h: The previous mods to Loggers requires plugins version change to 2.26.0

  • pecan pecan committed [r13989] on SVN Repo

    - Listloggers: Allow ListLogger font color changes (like TextLogger fonts)

  • Terry Pascar Terry Pascar posted a comment on ticket #1635

    I just tried both alternatives of closing the font window. After testing, the results show that the same anomaly occurs; no difference in the behavior.

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

    I am on W7 and cannot use dark mode; Do you close the window using OK or Cancel?. Is there any difference?.

  • Terry Pascar Terry Pascar created ticket #1635

    Every check box turns gray after opening the font menu

  • LETARTARE LETARTARE posted a comment on ticket #1634

    Thank you. Which compiler did you use? because in the context of 'Linux' I had no warning.

  • Miguel Gimenez Miguel Gimenez modified ticket #1634

    r13984: Replace '_T("")' by 'wxEmptyString' in 'plugins'

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

    Applied (modified) in [r13988], see the commit for more information.

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

    - Plugins: Replace _T("") with wxEmptyString (ticket #1634, thanks LETARTARE).

  • Miguel Gimenez Miguel Gimenez modified ticket #1633

    r12984: Replace '_T("")' by 'wxEmptyString' in 'include'

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

    Patch applied in [r13987], thank you.

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

    - Include: Replace _T("") with wxEmptyString (ticket #1633, thanks LETARTARE).

  • Miguel Gimenez Miguel Gimenez modified ticket #1632

    r13984 : Use of '_T("...")' with 'CB'

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

    Applied in [r13986], thank you.

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

    - SDK: Replace _T("") with wxEmptyString (ticket #1632, thanks LETARTARE).

  • LETARTARE LETARTARE created ticket #1634

    r13984: Replace '_T("")' by 'wxEmptyString' in 'plugins'

  • LETARTARE LETARTARE created ticket #1633

    r12984: Replace '_T("")' by 'wxEmptyString' in 'include'

  • LETARTARE LETARTARE created ticket #1632

    r13984 : Use of '_T("...")' with 'CB'

  • Christo Christo committed [r13985] on SVN Repo

    - wxSmith: fix compilation error in linux autotools build

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

    - wxSmith: Fix wxCommandLinkButton not saving the Note property.

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

    - Main: Add support for dark mode to the start here page.

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

    - Main: Support dark mode in About.

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

    - Main: Support dark mode in splash screen.

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

    - Main: Add splash images for dark mode.

  • Terry Pascar Terry Pascar posted a comment on ticket #1631

    Thanks! hopefully i can start to contribute too

1 >