Kostenloser & schneller Downloader ()
Filehippo

Sicherheits-Symbol in Form eines SchildsSafe Downloader

Der Safe Downloader lädt die App schnell und sicher über den Highspeed-Server von FileHippo herunter, sodass eine vertrauenswürdige Herkunft gewährleistet ist.
Neben Virenscans prüfen unsere Redakteure jeden Download manuell für Sie.

Vorteile des Safe Downloader

  • Der Malware-Schutz informiert Sie, wenn Ihr Download zusätzliche unerwünschte Software installiert hat.
  • Zusätzliche Software entdecken: Testen Sie neue Software, die im Downloader darauf wartet, entdeckt zu werden.
  • Bei uns haben Sie die Wahl, zusätzliche Softwareinstallationen zu akzeptieren oder zu überspringen.

Redakteur Rezension · 4. November 2025

Code::Blocks for Mac is a free C, C++ and Fortran IDE that has a custom build system and optional Make support. The application has been designed to be very extensible and fully configurable.

Code::Blocks is an IDE packed full of all the features you will need. It has a consistent look, feel and operation across its supported platforms.

It has been built around a plugin framework, therefore Code::Blocks can be extended with plugins. Support for any kind of functionality can be added by installing/coding a plugin.

Key features include:

  • Written in C++. No interpreted languages or proprietary libs needed..
  • Full plugin support.
  • Multiple compiler support: GCC (MingW / GNU GCC), MSVC++, clang, Digital Mars, Borland C++ 5.5, and Open Watcom etc.
  • Support for parallel builds.
  • Imports Dev-C++ projects.
  • Debugger with full breakpoints support.
  • Cross-platform.

Code::Blocks' interface is both customizable and extensible with Syntax highlighting, a tabbed interface, Class Browser, a to-do list manager with different users, and many more features that are provided through plugins.

Looking for the Mac version of Code::Blocks? Download Here

Vergrößertes Bild für Code::Blocks
Code::Blocks 0/3

Technische Daten

Titel
Code::Blocks 25.03 für Windows
Systemanforderungen
Windows 11
Lizenz
Kostenlos
Letztes Update
Autor
Code::Blocks
SHA-1
71db41031dcb836045c796f8e65cb44a124c16d8
Dateiname
25.03.

Programm verfügbar in anderen Sprachen



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.Autotools: Fix compilation using autotools on OSX.Fix ProjFile::Rename to correctly add the new file to m_ProjectFilesMap.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.Autotools: Modernize our build system.Osx: Build all plugins as dynamic libraries.Osx: Fix plugins location.Remove homemade static_assert and use the real thing.Add additional tests to MacrosManager to determine if a newer project has been activated.Linux (autofoo): Try to use system provided squirrel, astyle, tinyxml (based on Fedoras unbundle-patch).Fix - Remove additional flags from pkg-config files.C++11: Use unique_ptr instead of auto_ptr.C++11: Remove our nullptr implementation and some other tr1 classes.Osx: Fix launching in terminal when the executable path contains characters that need to be escaped.Batch: Fix crash when batch building, because the autofitting accesses null pointer.C++11: Code::Blocks now requires a C++11 capable compiler.Use more proper types in some places.Script binding: Log messages with any buffer size.Do not add a cmd.exe in front of NUL when replacing macros.Remove all breakpoint related functions from EditorBase.Remove all bookmark functions from EditorBase - they are not needed there, just in cbEditor.Applied patch to remove and sync macro prefixes.Fix a bug in configmanager.cpp which can lead to undefined behaviour. Wrong combination of std::map::erase and iterators.Core / UI:Remove ads extension when saving newly created files on wxGTK.Fix status bar flickering when scrolling the editors.Make sure that menu items in the Project menu are correctly disabled.Notify the user that there is running compilation during quit and ask if he/she wants to stop it.Make sure that menu items in the context menu in Projects tab are correctly enabled/disabled.Clean up the UpdateUI behaviour of the File menu items.Remove 'Save All', 'Save all projects' and 'Close all project' menu items from the File menu.Add update ui processing for the File -> Properties menu item.Add 'Enable both' and 'Disable both' menu items in the Options submenu for the files in the project tree.Replace the cbMessageBox with AnnoyingDialog shown when there is config write error. This makes it possible to retry the saving of the config file.Do not loose changes when clicking twice the same target in ProjectOption dialog.Lexer: Add PowerShell script support.Fix redraw problem on ubuntu because freeze/thaw are used in a wrong way.Move the open containing folder setting to the environment dialog.Fix open containing folder on linux.Editor: Fix middle click copy/pasting when using wx2.8.Editor: Revert some commits related to copy and pasting on wxGTK.Update the info window after a plugin is uninstalled.Editor: Insert new line below and above current line without indentation.Do not loose settings when re-ordering targets in the project options dialog.When removing files from a project, sort the files in the selection dialog.Always hide the "auto generated" text for files that do not belong to a project.Make it possible to edit all targets in the Select Target dialog.Editor: Select word at cursor if there is nothing selected and the 'Select next occurrence' command is executed.Editor: Make the UpdateUI behaviour for 'Select next occurrence' and 'Select skip to next occurrence' to be a bit more logical.Editor: Fix bug in the Select Skip Next command when using it on the first selection.Add the current position of the cursor in the status bar.Preserve open editors per target/project.Lexer: Added few new keywords to Fortran lexer.Fix crashes at startup due to undefined behaviour in wxPropGrid.Remove explicit sizing and leave that to the sizers for controls in CodeStat settings, DoxyBlocks settings and Editor settings.Printing: Fix printing splitted windows and improve the restoration of gutter and line numbers.Limit the number of targets visible in the menu to lower number to try to fit them on screen.Implement Select target menu item that shows an incremental select dialog.Fix read-after-the-end-of-array bug when a project has more than MAX_TARGETS number of targets in it.Use separate up/down buttons for the search dirs tab instead of a spin buttin.Use separate up/down buttons for the linker libs list instead of a spinbutton.Make the GotoFile to try calculate a column width based on its content, so everything fits in the column.GotoFunction: Make the dialog re-sizable.Set the focus to the cancel button in the about dialog to enable closing with escape to work on wx28 on linux.Add configuration option to make focusing the first build error an option.Make env settings dialog resizeable on Windows.GotoFile: New goto file dialog which uses virtual list which makes it possible to have 50-100k elements in it without visible slowdowns.Replace case insensitive with case sensitive checking when the user changes a virtual target name.Speed up goto file opening for large projects.Make editor and environment settings resize correctly.Better align widgets vertically in the EditPath dialog.Use wxStdButtonSizer to make buttons more consistent.Sort the elements in the tree, so they are consistent.Fix an out-of-bounds read in the new GetUserVariableDialog.Specify min size for the text ctrl in the EditPath dialog, so it is a bit more user friendly.Use bitmap buttons for buttons in the EditPath dialog.Replace flexgridsize with simpler boxsize in edit path dialog and fix the control expansion.Set HiDPI aware to false for C::B on Windows with HiDPI monitors (HiDPI support in wx starts from wx31+), should resolve some layout issues.Allow macros in project notes. Press J to do the replacement.Properly restore the line number settings in the editor after printing.Add dialog for global variables to "Edit Path" dialog.Fix incorrect usage of size_t.Add multiple select in the "Copy to..." dialog in Search Directories.Disable the Copy to buttons in the Build options dialog if nothing in the list is selected, because these operations do nothing in this case.Add multiple select in the "Copy selected to" dialogue.Fix default buttons in most dialog broken after the change to use wxStdDialogButtonSizer.Fix SF Ticket #386 Parallel builds arbitrarily limited to 100.Apply modified SF ticket #66 Patch for "Goto Function" enhancement.Editor: Enable folding for newly created files.Editor: Enable switching between header and implementation for templates (.tpp;.tcc . <-> .h;.hpp).Use a listbox instead of choice for the list of variables in the global variables dialog.Updated the cc tooltip colours after the settings have changed.Fix sorting of virtual folders when there is an empty one.Clarify the menu item names for splitting the editor.Show project/workspace file name and target title in title of batch window.Lexer: Added autotools, cu and inno setup lexers.Editor: Apply patch #71 - Wrap around when reaching the last bookmark in an editor.Correct template title not to use illegal characters.Allow to rename virtual folders via menu.Select highlighting scheme from status bar for convenience.Apply patch #80 - prevent asking for closing the workspace in batch builds.Applied patch by frithjofh w/ some refactoring for the search/replace dialog.Remove (new) from the name of the watches window.Fixed wrong message in batch builds on errors.Use the app window in cbGetSingleChoiceIndex and cbGetTextFromUser as parent when nullptr is passed.Replace calls to wxGetTextFromUser with a custom function that allows sizing and proper placement (also add missing PlaceWindow calls when the wxTextEntryDialog is used).Replace calls to wxGetSingleChoiceIndex with a custom function that allows sizing and proper placement.Limit the vertical resizing of the EditPath dialog.Use a std dialog button sizer in the GDB's breakpoints dialog.Remove strangely looking SetSize call, remove the static line widget from Compiler flags dialog.Rename the OK button to Close in the configure tools dialog.Remove a panel and a flexgridsizer from the compiler flags dialog.Make the edit path sizable.Replace box sizers with std dialog button sizers where possible, also expand the sizers.Expand the std button sizers in order to make the dialogs look better on wxGTK.Show file in the project tree command should show the Management tab if it is closed.Disable saving / loading editor layout by default (due to a bug).Make loading/restoring project/editor layout an option.Replace '&amp;' with '__' in the xrc file for the edit tools dialog.Change description of $$(macros) to $(macros) in the configure add dialog.Code-Completion:Fix crash when showing the call tip.Fix doxygen spelling in the settings panel.Make the size of toolbar controls configurable in the settings.Fix an issue that Code Completion list got hidden after shown up.Fix assert on generate ctor implementation.Fix possible inconsistency caused by bad usage of cbAssert - the expression must not have side effects, because in some builds they might not be executed.Fix default colours for code call tips.Send proper events for 'Autoselect single match'.Automatically test for doxygen document.Fix a bug that we have forget adding the doxygen documents for macro.Fix a endless loop crash bug when parsing C99 designated initializer.Try to fix issue #14 for real this time (high memory consumption due to recursive symbolic links).Show an error to the user if expression

Können Sie uns helfen?

Falls Sie Informationen zum Changelog haben, würden wir gerne von Ihnen hören. Besuchen Sie unsere Kontaktseite und lassen Sie uns wissen.

Entdecken Sie Apps

Ähnliche Programme

Zuletzt aktualisiert