Code::Blocks for Windows full changelog
Code::Blocks for Windows 20.03 Build
released Jul 31, 2024 (New Release)
General UI/SDK changes:
UI: Add information about the wxWidgets library being used in Help -> About dialog
UI: Fix two asserts for incorrect use of wxALIGN_LEFT when opening the Project -> Properties dialog
wx3: Fix assertion when removing last virtual target (ticket #892)
UI: Add logging of execution time to various places in the code
UI: Add compiler ID to Help -> About dialog (ticket #870)
UI: Make Plugin manager to have resizeable plugin info control
UI: Fix Toolbars corruption when saving perspective (ticket #846)
Fix crash with batch build on linux by moving the build process out of OnInit() when using wx>=30
UI: Improve child window placement. Introduce 3 options: center-on-parent (default), center-on-display and leave to OS/ Window manager.
UI: Make sure pressing escape works correctly in the Reorder targets dialog
UI: Fix the parents of various child dialogs in the Build -> Properties
UI: Make sure we call PlaceWindow for the dialog for selecting platform for targets
UI: Make sure the correct parent is set when showing the project dependencies dialog
UI: Fix possible assert when the language selection is invalid
UI: Make data paths more resilient to changes to the current directory
UI: Make pressing Escape in scope “Code Refactoring” dialog to close it
UI: Adjust borders for the Find/Replace dialog
UI: Fix corruption of toolbars when saving perspective (ticket #846)
UI: Fix assert that a bitmap is already selected in a DC on Windows
UI: Fix crash if the list in Settings->Scripting is empty (ticket 842)
UI: Show only one message box if a project could not be loaded while loading a workspace (ticket #809)
scintilla-wx: Remove double buffering for wxGTK (it doesn’t fix the flickering problem)
UI: Select the correct language in the menu shown from the language button in the status bar
scintilla-wx: Cherry-pick changes from wx-master (Better support for passing images from wx to scintilla)
UI: Some places in the code were trying to load i
UI: Add information about the wxWidgets library being used in Help -> About dialog
UI: Fix two asserts for incorrect use of wxALIGN_LEFT when opening the Project -> Properties dialog
wx3: Fix assertion when removing last virtual target (ticket #892)
UI: Add logging of execution time to various places in the code
UI: Add compiler ID to Help -> About dialog (ticket #870)
UI: Make Plugin manager to have resizeable plugin info control
UI: Fix Toolbars corruption when saving perspective (ticket #846)
Fix crash with batch build on linux by moving the build process out of OnInit() when using wx>=30
UI: Improve child window placement. Introduce 3 options: center-on-parent (default), center-on-display and leave to OS/ Window manager.
UI: Make sure pressing escape works correctly in the Reorder targets dialog
UI: Fix the parents of various child dialogs in the Build -> Properties
UI: Make sure we call PlaceWindow for the dialog for selecting platform for targets
UI: Make sure the correct parent is set when showing the project dependencies dialog
UI: Fix possible assert when the language selection is invalid
UI: Make data paths more resilient to changes to the current directory
UI: Make pressing Escape in scope “Code Refactoring” dialog to close it
UI: Adjust borders for the Find/Replace dialog
UI: Fix corruption of toolbars when saving perspective (ticket #846)
UI: Fix assert that a bitmap is already selected in a DC on Windows
UI: Fix crash if the list in Settings->Scripting is empty (ticket 842)
UI: Show only one message box if a project could not be loaded while loading a workspace (ticket #809)
scintilla-wx: Remove double buffering for wxGTK (it doesn’t fix the flickering problem)
UI: Select the correct language in the menu shown from the language button in the status bar
scintilla-wx: Cherry-pick changes from wx-master (Better support for passing images from wx to scintilla)
UI: Some places in the code were trying to load i
Code::Blocks for Windows 20.03
released Mar 29, 2020 (New Release)
Code::Blocks for Windows 17.12
released Dec 30, 2017 (New Release)
SDK
autotools: Try to fix building with newer boost
Prevent sending EVT_MOUSE_CAPTURE_LOST while opening a context menu in wxScintilla
Allow the user to discard old config file if it fails to load
Return false if there are errors reading a xml file with tinyxml
Fix crash when reading truncated config file
Make sure we show an error message box when we cannot save the config file
Move the wizard files to the correct folder when making bundle
Fix blurryness when making a bundle
autotools: Add OSX bundle making support (ticket #562, thanks Dave Murphy)
autotools: Fix compilation using autotools on OSX
Fix ProjFile::Rename to correctly add the new file to m_ProjectFilesMap (thanks homertp, ticket #521)
script bindings: Don't crash when trying to add wxString and something that is not a wxString
Speed up project loading for large projects (projects with many files or many targets)
FileManager: Write directly to symlinked files (wx30 only, ticket #276)
autotools: Try to fix building with newer boost
Prevent sending EVT_MOUSE_CAPTURE_LOST while opening a context menu in wxScintilla
Allow the user to discard old config file if it fails to load
Return false if there are errors reading a xml file with tinyxml
Fix crash when reading truncated config file
Make sure we show an error message box when we cannot save the config file
Move the wizard files to the correct folder when making bundle
Fix blurryness when making a bundle
autotools: Add OSX bundle making support (ticket #562, thanks Dave Murphy)
autotools: Fix compilation using autotools on OSX
Fix ProjFile::Rename to correctly add the new file to m_ProjectFilesMap (thanks homertp, ticket #521)
script bindings: Don't crash when trying to add wxString and something that is not a wxString
Speed up project loading for large projects (projects with many files or many targets)
FileManager: Write directly to symlinked files (wx30 only, ticket #276)
Code::Blocks for Windows 13.12
released Dec 27, 2013 (New Release)
- Better support for dark themes in Linux
- Support open file's containing folder using the context menu of the file
- Context menu item to show file in project tree
- Improved lexers for various languages
- Added the ability to show tooltips on cbAuiNotebook tabs - show full filename and project in tooltip for editor tabs
- Added the ability to maximize editors with double-click on tab
- Add ability to hide the editor tabs, can be toggled with "View -> Hide editor tabs" or "Ctrl+H"
- Select file from all projects in the workspace (Search->Goto file)
- Some accessibility improvements - more things are accessible only with a keyboard
- Lots of improvements to the Marcos support in the options - more options support macro expansion and there are more variables
- Added per language override for the 'use tabs' setting. Currently only for Python files (always use spaces) and for Makefiles (always use tabs)
- Support open file's containing folder using the context menu of the file
- Context menu item to show file in project tree
- Improved lexers for various languages
- Added the ability to show tooltips on cbAuiNotebook tabs - show full filename and project in tooltip for editor tabs
- Added the ability to maximize editors with double-click on tab
- Add ability to hide the editor tabs, can be toggled with "View -> Hide editor tabs" or "Ctrl+H"
- Select file from all projects in the workspace (Search->Goto file)
- Some accessibility improvements - more things are accessible only with a keyboard
- Lots of improvements to the Marcos support in the options - more options support macro expansion and there are more variables
- Added per language override for the 'use tabs' setting. Currently only for Python files (always use spaces) and for Makefiles (always use tabs)
Code::Blocks for Windows 12.11
released Nov 25, 2012 (New Release)
- Better support for dark themes in Linux
- Support open file's containing folder using the context menu of the file
- Context menu item to show file in project tree
- Improved lexers for various languages
- Added the ability to show tooltips on cbAuiNotebook tabs - show full filename and project in tooltip for editor tabs
- Added the ability to maximize editors with double-click on tab
- Add ability to hide the editor tabs, can be toggled with quot;View -> Hide editor tabsquot; or quot;Ctrl+Hquot;
- Select file from all projects in the workspace (Search->Goto file)
- Some accessibility improvements - more things are accessible only with a keyboard
- Lots of improvements to the Marcos support in the options - more options support macro expansion and there are more variables
- Added per language override for the 'use tabs' setting. Currently only for Python files (always use spaces) and for Makefiles (always use tabs)
- Support open file's containing folder using the context menu of the file
- Context menu item to show file in project tree
- Improved lexers for various languages
- Added the ability to show tooltips on cbAuiNotebook tabs - show full filename and project in tooltip for editor tabs
- Added the ability to maximize editors with double-click on tab
- Add ability to hide the editor tabs, can be toggled with quot;View -> Hide editor tabsquot; or quot;Ctrl+Hquot;
- Select file from all projects in the workspace (Search->Goto file)
- Some accessibility improvements - more things are accessible only with a keyboard
- Lots of improvements to the Marcos support in the options - more options support macro expansion and there are more variables
- Added per language override for the 'use tabs' setting. Currently only for Python files (always use spaces) and for Makefiles (always use tabs)
Code::Blocks for Windows for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Code::Blocks for Windows from the publisher.
Full Code::Blocks for Windows 20.03 Build Apr 3 20 details
Download Code::Blocks for Windows 20.03 Build Apr 3 20
My Account
Help
Windows 7 Software Coupons
-
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
WinX DVD Ripper
50% Off -
WinX DVD Copy Pro
42% Off -
MacX Media Management Bundle
70% Off -
WinX MediaTrans
63% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Qt 6.8.1
- Simply Fortran 3.38 Build 4338
- Open Fortran Parser 0.8.3
- Agena 4.2.6
- wxDEV-C++ 4.9.9.2
- PythonCard 0.8.2
- Code::Blocks forMac OS X 20.03 Build Apr 3 20
- Python 3.12.4
- GoBug 2.03.01
- tIDE 2.72
- FreeBasic for Windows (x64 bit) 1.10.1
- Sikuli X 1.0.1
- FreeBasic for Windows 1.10.1
- BI xPress 2.1.0 R30550
- go.pc 1.23.0
- Portable Sikuli X 1.0 RC3
- Hakaya Studio 3.5.0.0 RC
- Wing IDE Professional 10.0.4.0
- Easy Code for MASM 1.07.0.0009
- Wing IDE Personal 10.0.4.0
Popular Tags
language
cross-platform
free
development
debugger
versatile
exe
java
customizable
basic
programming
compiler
compile
pascal
environment
basic language
ide
windows 7
open-source
efficient
decompiler
windows
application
coding language
interface
user-friendly
visual basic
tools
software
programming language
Popular Windows 7 Software
- Qt 6.8.1
- Simply Fortran 3.38 Build 4338
- StrokeScribe 5.2.12.0
- Turbo C++ 3.0
- Free OCR C# 2022.8.7804
- C# QR Barcode Reader 2021.11
- Turbo Pascal 7.0
- PILS 0.4.0
- DOSBox 0.74.3
- dotConnect for MySQL Professional 9.3.104
- All-In-One Cufon 1.1.1
- jPDFImages 2021R1
- Open Fortran Parser 0.8.3
- TrueUpdate 3.5.3.0
- Portable RJ TextEd 4.14
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.