Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: killerbot on December 28, 2005, 09:31:26 am
-
We all know that patches should be posted at the
sourceforge CB Berlios CB project page. But during the discussions in the forums a lot of bugs get fixed and patches are posted for testing as attachments in the forums. Sometimes these patches don't make it to sourceforge. Probably the forums are good place to live for the people, lot's of information, lot's of quick feedback , ..., probably a much nicer place then sourceforge project page. :P
Therefor I would like to suggest to every patcher to also use this thread as an 'announcement' of your patch.
So only for announcement : NOT FOR DISCUSSION, link to another thread where the discussion can be held.
Next to this I'dd like the patcher to track his/her patches over time, so that the moment a patch has been applied to the code by the developers, the original patcher can edit his announcement and mark it as being applied.
I am in the process of providing nightly builds through the forum/sourceforge, and I will probably also provide unofficial builds (containing some community patches, so providing some kind of testing builds : quicker feedback on the good or bad behaviour of a patch).
Your announcement could look like this.
------------------------------------------------------------------------------------------------------------------------------
Patch name : ...
Problems fixed :
- ... (describe what's wrong)
- ...
Link to the forum where it can be discussed : ...
Link to the patch at sourceforge Berlios : ... !!!!!!! post the patch overthere !!!!!!!!
Is applied to the core code : (yes/no) (meaning is it in : yes or no)
------------------------------------------------------------------------------------------------------------------------------
Some additional information could be :
- at which revision you made the patch
- a zip file containing just the modified sources (easier for manual compaire with diff tools)
kind regards,
Lieven
Remark : applied to the core means : a CB developer has applied your patch, so your changes are now into the core code (the real code you get from svn).
-
Patch name : internal/user compiler conflicts
Problems fixed :
- new internal compilers can conflict with existing user compilers
- (see link below for full details)
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=1741.0
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1389603&group_id=126998&atid=707418
Is applied to the core code : no
Lieven
-
Patch name : ProtectFromDivideByZero
Problems fixed :
- codestat plug-in can divide by zero when all sources are empty
Link to the forum where it can be discussed : to simple to discuss ;-)
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1391849&group_id=126998&atid=707418
Is applied to the core code : YES
Lieven
-
Patch name : file properties
Problems fixed :
- feature request : file properties like dev-cpp
- (see link below for full details)
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=1780.0
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1392899&group_id=126998&atid=707418
Is applied to the core code : YES
Lieven
-
Patch name : OpenExistingProjectAndWarning
Problems fixed :
- use correct filter when on "start here page" : open existing project
- warning in the MainFrame::OnStartHereLink method
Link to the forum where it can be discussed : to simple to discuss ;-)
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1393536&group_id=126998&atid=707418
Is applied to the core code : YES
Lieven
-
Patch name : RegistryUser
Problems fixed :
- Registry settings in the per user part of the registry
- (see link below for full details)
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=1793.msg13421#msg13421
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1393650&group_id=126998&atid=707418
Is applied to the core code : YES
Lieven
-
Patch name : Open partner file
[Micro-]feature added :
- Right click on a .cpp (.c, .cxx, etc) and you have a context menu to open the partner .h header file. The reverse goes for headers.
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=1835.0
Link to the patch at sourceforge : Open here only (http://forums.codeblocks.org/index.php?topic=1835.0) for testing, feedback (I'll put it at SF later if people like it).
Is applied to the core code : Yes (it is applied to the Code::Blocks core as opposed to a plugin)
Patch name : Unicode file support
Feature added :
- Open and save files in ASCII or any of several Unicode formats
- Work with files in a specified language (so for example, you can set the highlighter for a .temp file to C/C++ if you want)
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=1833.0
Link to the patch at sourceforge : Open here only (http://forums.codeblocks.org/index.php?topic=1833.0) for testing, feedback (I'll put it at SF later if people like it).
Is applied to the core code : Yes
-
Very good idea. In addition I'd like to point to the WiKi at: http://wiki.codeblocks.org/index.php?title=Announcement_for_plugins/patches (http://wiki.codeblocks.org/index.php?title=Announcement_for_plugins/patches) for patches that are not targeted to be applied generally.
Another note: I believe by the entry "applied to the core code" killerbot meant whether the patch is already applied in SVN (not RC2) or not. Not whether it will modify the core code of C::B. If I'm aright then some posts got that wrong.
Morten.
-
you are right : some posts are wrong, some are not.
-
Very good idea. In addition I'd like to point to the WiKi at: http://wiki.codeblocks.org/index.php?title=Announcement_for_plugins/patches (http://wiki.codeblocks.org/index.php?title=Announcement_for_plugins/patches) for patches that are not targeted to be applied generally.
Another note: I believe by the entry "applied to the core code" killerbot meant whether the patch is already applied in SVN (not RC2) or not. Not whether it will modify the core code of C::B. If I'm aright then some posts got that wrong.
Morten.
Yeah I thought my interpretation of it made more sense, so I clarified it and left it (why do we need patch announcements for things already in trunk?).
-
woops, to much discussion, this is bloating the announcements.
Initially it is NOT in the code, so if we come there, we can see , patches on the waiting list. Someday, a dev will merge it, then the patch creator coms back here, and changes his post : NO -> YES.
So that eveyone can check from time to time if some patches he's waiting for made it in already , yes or no. Afterwards, it might look silly to say, hey I have a patch and it is in there, but even then it might be usefull, since it might show up in searches in the forum where people think they just discovered a problem. Most people live here, rather then on the paches page on sourceforge. That's the intention of that yes/no. Hope this makes it a bit more clear.
Cheers,
Lieven
-
Patch name : add new files to recent list
Problems fixed :
- when a new files is created it is now added to the recent history list
- (see link below for full details)
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=1926.msg14891#msg14891
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1402078&group_id=126998&atid=707418
Is applied to the core code : YES
Lieven
-
Patch name : first entry in recent histor also full path
Problems fixed :
- after restart of CB, the first entry in the history lists is not shown with full path
- (see link below for full details)
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=1926.msg14891#msg14891
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1402109&group_id=126998&atid=707418
Is applied to the core code : YES
Lieven
-
Patch name : ProjectAtRoot
Problems fixed :
- When a project is created from a template (internal or user) an you specify the root directory of a drive, the project fails to create
- (see link below for full details)
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=1944.msg15114#msg15114
Link to the patch at sourceforge : http://sourceforge.net/tracker/index.php?func=detail&aid=1404309&group_id=126998&atid=707418
Is applied to the core code : YES
Lieven
-
Patch name : open include files
Problems fixed :
- opens now c++ headers
- if a header can be found several times -> drop down list to select
- when file without project -> also opens headers (before it would bail out since no parser for it)
- (see link below for full details and the bug report has a good summary :
https://sourceforge.net/tracker/index.php?func=detail&aid=1366255&group_id=126998&atid=707416)
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=1465.0
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1406508&group_id=126998&atid=707418
Is applied to the core code : YES
Lieven
-
Patch name : MarginClickSelectsLine
Problems fixed :
- Added an cbEditor option in the Editor Settings for when doing a Left-Click on the margin (brakpoint/bookmark), the line gets selected.
If you enable the option, you can still add breakpoints doing Right-Click->Add breakpoint.
I should note, this was bugging me from the first day I used C::B. :P
Link to the feature request at sourceforge : http://sourceforge.net/tracker/index.php?func=detail&aid=1201664&group_id=126998&atid=707419
Link to the patch at sourceforge : http://sourceforge.net/tracker/index.php?func=detail&aid=1409452&group_id=126998&atid=707418
Is applied to the core code : YES
-
Patch name : Replaced the deprecated wxURL functions in devpak plugin
Problem fixed :
- I have replaced the deprecated wxURL functions by the actual ones (from wxURI).
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2043.0
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1409896&group_id=126998&atid=707418
Is applied to the core code : No Yes
-
Problem fixed :
- Someone forgot to add coloring for the decorators in the python lexer......
That someone was me, there are other issues with decorators.
Patch name : PythonDecoratorHighlightBug.patch
Problem fixed :
- Scintilla doesnt highlight comments on decorators properly.
Link to the forum where it can be discussed: http://forums.codeblocks.org/index.php?topic=2025.msg16469#msg16469 (http://forums.codeblocks.org/index.php?topic=2025.msg16469#msg16469)
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1412607&group_id=126998&atid=707418 (https://sourceforge.net/tracker/index.php?func=detail&aid=1412607&group_id=126998&atid=707418)
Is applied to the core code: No
Is applied to wxscintilla CVS: yes
Is applied to scintilla CVS: yes, see https://sourceforge.net/tracker/index.php?func=detail&aid=1413382&group_id=2439&atid=102439 (https://sourceforge.net/tracker/index.php?func=detail&aid=1413382&group_id=2439&atid=102439)
-
Patch name : Add Call Tip Disable Check Box
Problems fixed :
Call tips activate whenever you press the '(' key in
front of a function. This patch add another option to
the CodeCompletion menu just like "Disable
CodeCompletion" but for calltips. Current instabilities
in the codecompletetion program can cause its
threads to dead lock when it tries to generate the call
tips. This also add the config file property
"use_call_tips".
This currently patches the:
settings.xrc - Adds "Disable Call Tips" check box
ccoptionsdlg.cpp - Checks Config and sets the check
box properly and config file properly.
codecompletion.cpp - Checks the value of
"use_call_tips" in the config file before making call tip.
makefile.am - updated to include the proper files.
Link to the forum where it can be discussed : See Post (http://forums.codeblocks.org/index.php?topic=2110.0)
Link to the patch at sourceforge : Here (http://sourceforge.net/tracker/index.php?func=detail&aid=1413433&group_id=126998&atid=707418)
Applied to the core code : NO
[attachment deleted by admin]
-
Patch name : NewFileWithDefaultCodeAndAddedToProject.patch
Problems fixed :
- new file with default code added to project : tab states "not changed (no prependeing *)", although it is
- (see link below for full details)
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2121.0
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1414110&group_id=126998&atid=707418
Is applied to the core code : YES
Lieven
-
Patch name : lexer_cpp_c99_keywords.patch
Problems fixed :
- Adds lexer_cpp ISO C99 keywords (uint32_t, size_t, etc)
Link to the patch at sourceforge : http://sourceforge.net/tracker/index.php?func=detail&aid=1414423&group_id=126998&atid=707418
Is applied to the core code : no
-
Patch name : DefaultCode.patch
Problems fixed :
- default code is not lost on first switch from source C++ to header C++
- only saved in configuration file when OK has been clicked, so cancelling results in no changes
- (see link below for full details)
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2140.0
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1415821&group_id=126998&atid=707418
Is applied to the core code : YES
Lieven
-
Patch name : WorkSpaceProjectGoneCrash.patch
Problems fixed :
- crash fixed when a workspace tries to load a project which no longer exist
- and even gives feedback through message box to the user
- (see link below for full details)
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2176
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1416842&group_id=126998&atid=707418
Is applied to the core code : YES
Lieven
-
Patch name : console_runner parentheses patch
Problems fixed :
- console_runner, at least on Windows, is not able to handle paths which contain parentheses (http://sourceforge.net/tracker/?group_id=126998&atid=707416&func=detail&aid=1247522)
- Changes the message to say "any key" instead of "ENTER"
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2194.0 (http://forums.codeblocks.org/index.php?topic=2194.0)
Link to the patch at sourceforge : ... http://sourceforge.net/tracker/index.php?func=detail&aid=1419173&group_id=126998&atid=707418 (http://sourceforge.net/tracker/index.php?func=detail&aid=1419173&group_id=126998&atid=707418)
Is applied to the core code : Yes
-
Patch name : compilergcc.patch
Problems fixed :
Don't save modified files before compile on use the custom makefile method, trouble into the CompilerGCC::Build method.
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2187.0 (http://forums.codeblocks.org/index.php?topic=2187.0)
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1419940&group_id=126998&atid=707418 (https://sourceforge.net/tracker/index.php?func=detail&aid=1419940&group_id=126998&atid=707418)
Is applied to the core code : no
-
Patch name : Patch to solve GCC 4.1.0 compilation errors
Problem fixed :
- The patch fixes the errors generated by GCC 4.1.0 (from Ceniza) when building C::B and contr. plugins (rev1916). Backward compatibility (GCC 3.4.4) has been tested and verified.
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2217.0
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1422391&group_id=126998&atid=707418
Is applied to the core code : No.
-
Patch name : Patch to solve 2 warnings when compiling C::B with GCC 4.1.0
Problem fixed :
- The patch fixes two warnings generated by GCC 4.1.0 (from Ceniza) when building C::B (rev1940). It also change the "using namespace std;" in the src/tools/autorevision/autorevision.cpp.
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2217.0 (partially)
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1424156&group_id=126998&atid=707418
Is applied to the core code : No.
-
Patch name : Remember tab order
Problem fixed :
- When closing a project save the order of the opened tabs and restore them in this order when the project is re-openend and not in alphabetical order (feature request #1417580 on sf.net).
Link to the forum where it can be discussed : None
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1424254&group_id=126998&atid=707418
Is applied to the core code : Yes.
-
Patch name : Adds basic GNU ARM Support
Problem fixed :
This patch allows you to select the GNUARM compiler as your default compiler.
Link to the forum where it can be discussed : None
Link to the patch at sourceforge :
http://sourceforge.net/tracker/index.php?func=detail&aid=1424406&group_id=126998&atid=707418
Is applied to the core code : Yes
-
Patch name : Patch to remore a warning from C::B rev1945 (GCC 4.1.0)
Problem fixed :
- This patch removes a warning when compiling C::B rev1945 with GCC 4.1.0 (file src/sdk/xtra_res.h).
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2217.0 (partially)
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1424849&group_id=126998&atid=707418
Is applied to the core code : No.
-
Patch name : Patch to solve the error in sdk/pipedprocess.cpp (GCC 4.1.0)
Problem fixed :
- The patch fixes an extra qualification error generated by GCC 4.1.0 (from Ceniza) when building C::B (rev1984).
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2217.0 (partially)
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=817&group_id=5358
Is applied to the core code : No.
-
Patch name : Patch to solve a warning in sdk/pipedprocess.cpp (GCC 4.1.0)
Problem fixed :
- The patch solves a unused variable warning generated by GCC 4.1.0 (from Ceniza) when building C::B (rev1985). The variable was used in code, now commented.
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2314.0
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=818&group_id=5358
Is applied to the core code : No.
-
Patch name : Fix for bug #6665 (Hang up with search function)
Problem fixes:
- Code::Blocks got locked up if someone tried to search for an empty string.
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : https://developer.berlios.de/patch/?func=detailpatch&patch_id=900&group_id=5358
Is applied to the core code : Yes.
-
Patch name : Windows: DDE Errors When "Tip of the Day" is Enabled
Problems fixed :
- Error messages in Windows Explorer when double clicking a Code::Blocks associated file when Code::Blocks is not running and "Tip of the Day" is enabled.
Link to the forum where it can be discussed : None
Link to the patch at sourceforge Berlios : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=902&group_id=5358
Is applied to the core code : Yes
-
Patch name : Start here page
Problem fixed:
- Update the start here page HTML code. I can read it now. :lol: Change to XHTML 1.0 Transtitional. Too bad
wxHTML doesn't have CSS support. :P
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=908&group_id=5358
Is applied to the core code : Yes.
-
Patch name : Bug #6779
Problem fixed:
- http://developer.berlios.de/bugs/?func=detailbug&bug_id=6779&group_id=5358
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : http://developer.berlios.de/patch/?func=detailpatch&patch_id=927&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #928 ] Show/hide tabs in message pane - display the correct icons.
Problem fixed:
- http://forums.codeblocks.org/index.php?topic=2547.0
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2547.0
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=928&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #930 ] MIME Handler
Problem fixed:
- http://forums.codeblocks.org/index.php?topic=2645.0
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2645.0
Link to the patch at BerliOS : http://developer.berlios.de/patch/?func=detailpatch&patch_id=930&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #932 ] Message Manager
Problem fixed:
- Fix for the split-window bug. :D
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=932&group_id=5358
Is applied to the core code : Yes.
-
Patch name : #945 - "Swap header/source" in editor tab context menu
Problem fixed:
- Added "Swap header/source" to the editor tab context menu (request by DJMaze)
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2662.0
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=945&group_id=5358
Is applied to the core code : Yes
-
Patch name : #950 - DDE bug with project file conversion dialog
Problem fixed:
- Fixed DDE bug when dialog about project file conversion is displayed at startup.
Link to the forum where it can be discussed : None
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=950&group_id=5358
Is applied to the core code : Yes
-
Patch name : [ Patch #951 ] Missing include in codestatexec.cpp
Problem fixed:
- There is a missing #include in src/plugins/contrib/codestat/codestatexec.cpp. I can't compile revision 2228 and newer without this #include on Linux with gcc 3.4.5.
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=951&group_id=5358
Is applied to the core code : Yes.
-
Patch name : #952 - v1.3 projects loaded twice when opened from Windows Explorer
Problem fixed:
- Stops a v1.3 project from loading twice when double-clicked in Windows Explorer (doesn't break Command Prompt invocation like my previous patch for this).
Link to the forum where it can be discussed : None
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=952&group_id=5358
Is applied to the core code : Yes
-
Patch name : [ Patch #955 ] Fix a compiler warning (uninitialized value)
Problem fixed:
- Remove one compiler warning (uninitialized value in compilergcc.cpp)
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=955&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #956 ] Turned on DMD and GDC support on Linux
Problem fixed:
- above mentioned compilers are available on linux, but they were turned off on this platform
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=956&group_id=5358
Is applied to the core code : No.
-
Patch name : [ Patch #957 ] Conditional jump or move depends on uninitialised value(s)
Problem fixed:
- One if-statement in cbThreadPool::SetConcurrentThreads depends on the uninitialised value of one member.
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=957&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #958 ] Remove some memory-leaks
Problem fixed:
- This patch removes some memory-leaks.
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2721.0
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=958&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #968 ] Half of Feature Request #1962
Feature added:
- http://developer.berlios.de/feature/?func=detailfeature&feature_id=1962&group_id=5358
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=968&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #973 ] Fix crash on Linux (caused by the removed DDE-option)
Problem fixed:
- The Linux version still has one line of code that refers to the now removed DDE-option in the environment-settings-dialog and without this ressource the line will dereference a 0-pointer and this leads to a crash. This patch removes this line as it is useless without this ressource.
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2696
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=973&group_id=5358
Is applied to the core code : Yes.
-
Patch name : Make Search->Find and Search->Find in files more consistent
Problem fixed:
- There is a little inconsistensy when opening the search-dialoge: If accessed through Search->Find both tabs are visible. But if accessed through Search->Find in files only the tab for "Find in files" is there. But as long as there is an open editor the other tab should be there, too. This patch makes the behaviour of "Search->Find" and "Search->Find in files" more consistent.
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=978&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #985 ] Feature Request #2119 (swap header/source enchancement)
Problem fixed:
- This patch implements feature request #2119 (swap header/source enchancement): https://developer.berlios.de/feature/index.php?func=detailfeature&feature_id=2119&group_id=5358
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=985&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #1016 ] bool cbEditor::SaveAs()
Problem fixed :
- http://forums.codeblocks.org/index.php?topic=2987.0
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=2987.0
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1016&group_id=5358
Is applied to the core code : Yes.
-
Patch name : Microsoft VC++ 2005 support
Problems fixed :
The Microsoft VC++ 2003 has been superceded by the free edition of Microsoft VC++ 2005 (VC++Express). The platform SDK still needs to be installed separatly, though.
This patch adds support for this compiler (new options, better platform SDK auto-detection, additional path configuration needed).
Link to the forum where it can be discussed : None.
Link to the patch at sourceforge : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1024&group_id=5358
Is applied to the core code : no
-
Patch name : [ Patch #1031 ] Caret Period
Feature added :
- Allow the user to set the caret "blink" period.
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1031&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #1043 ] Bug #7099
Problem fixed :
- http://developer.berlios.de/bugs/?func=detailbug&bug_id=7099&group_id=5358
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1043&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #1062 ] Bug #7208
Bug fixed :
- http://developer.berlios.de/bugs/?func=detailbug&bug_id=7208&group_id=5358
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1062&group_id=5358
Is applied to the core code : No.
-
Patch name : [ Patch #1065 ] Margin width
Feature added :
- The user can now set the width of the line numbers column (Unfortunately I have yet to figure out how to get it to dynamically adjust).
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1065&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #1066 ] Dynamic line number column width setting
Refined :
- Now C::B dynamically adjusts the width of the line numbers column.
Link to the forum where it can be discussed : topic (http://forums.codeblocks.org/index.php?topic=3100.0)
Link to the patch at BerliOS : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1066&group_id=5358
Is applied to the core code : No.
// I don't know why it was added multiple times, they are all the same... sorry anyways
-
Patch name : [ Patch #1072 ] Dynamic line number column width setting
Refined & Fixed:
- Adjusted patch 1066 to check the configuration file for whether or not to use dynamic line width.
- Adjusted patch 1066 to use wxWindow::GetExtent to properly account for text size, in both the dynamic and fixed cases.
- Added check box option to Editor->General Settings->Other Options
Link to the forum where it can be discussed : Original Topic (http://forums.codeblocks.org/index.php?topic=3100.0).
Link to the patch at BerliOS : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1072&group_id=5358
Is applied to the core code : No.
EDIT: This patch will be updated to more the check box to the "Gutters, margins, etc.." pane and to incorporate sethjackson's patch which allows you to manually set it. I will change the units from pixels, to actual numbers though.
-
Patch name : [ Patch #1074 ] Dynamic line number column width setting final
Refined :
- Should work fine now, with all the additions of thomas, sethjackson, and Game_Ender, hope it is ok, for everyone now :)
Link to the forum where it can be discussed : topic (http://forums.codeblocks.org/index.php?topic=3100.0)
Link to the patch at BerliOS : http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1074&group_id=5358
Is applied to the core code : No.
-------------
Updated patch greys out the spincontrol when needed.
Update2 treats wisth as chars.
-
Patch name : [ Patch #1091 ] HTML lexer
Feature added :
- Seperate the XML, and HTML lexing
Link to the forum where it can be discussed :none.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1091&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #1097 ] Make lexer
Feature added :
- Added a Makefile lexer.
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1097&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #1098 ] Properties lexer
Feature added :
- Added a properties lexer.
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1098&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #1102 ] "Unfold on error" correction
Bug fixed:
- When an error line is hidden in a folded block and this block is not visible to user, GotoLine (called before UnfoldBlock()) ensure the first line before the folded block is visible (instead of the error line, that is later unfolded with his block). Editor now first call UnfoldBlock..() and then GotoLine().
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1102&group_id=5358
Is applied to the core code : Yes
-
Patch name : [ Patch #1103 ] Error limit notification fix
Bug fixed:
http://developer.berlios.de/bugs/?func=detailbug&bug_id=7781&group_id=5358 / http://developer.berlios.de/bugs/?func=detailbug&bug_id=7767&group_id=5358 (it's the same bug reported two times)
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1103&group_id=5358
Is applied to the core code : Yes
-
Patch name : [ Patch #1104 ] "Fold all on file open" fix
Bug fixed:
The 2531 revision introduced a new feature but also the bug i reported here: https://developer.berlios.de/bugs/?func=detailbug&bug_id=7780&group_id=5358
The problem is that the file is opened after the SetEditorStyles() call, because SetLineNumberColWidth(); needs the editor line count. But the "fold all on file open" feature needs to be called before the file is opened. So i splitted SetEditorStyles() in two function, one to be called before the file is opened, one to be called after.
You can still call SetEditorStyles() that will call both these functions.
Link to the forum where it can be discussed : none
Link to the patch at BerliOS : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1104&group_id=5358
Is applied to the core code : Yes
-
Patch name : [ Patch #1107 ] Renamed console_runner(.exe) to cb_console_runner(.exe)
Changes :
- renamed console_runner(.exe) to cb_console_runner(.exe)
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=3260.0
Link to the patch at sourceforge Berlios : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1107&group_id=5358
Is applied to the core code : Yes
-
Patch name : [ Patch #1108 ] Set windres' regex to have higher priority than the other
Bug fix :
- [ Bug #7393 ] CB hangs when error in a .rc file (http://developer.berlios.de/bugs/?func=detailbug&bug_id=7393&group_id=5358)
Link to the forum where it can be discussed: none
Link to the patch at Berlios : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1108&group_id=5358
Is applied to the core code : Yes
-
Patch name : [ Patch #1106 ] catch all signals in gdb and not only SIGSEGV
Problems fixed :
- C::B only checked for SIGSEGV and other signals like SIGFPE were ignored in a debug session.
Link to the patch at sourceforge Berlios : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1106&group_id=5358
Is applied to the core code : no
-----------------------------------------------------------------------
Patch name : [ Patch #1109 ] also update debug windows when source is not available
Problems fixed :
- in a debug session using gdb after a SIGSEGV C::B did not update the debug windows when the source file was unknown. this patch adds a regular expression to check for lines like "0xb000000 in ?? ()"
Link to the patch at sourceforge Berlios : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1109&group_id=5358
Is applied to the core code : no
-----------------------------------------------------------------------
-
Patch name : [ Patch #1110 ] Unfold if folding is turned off
Bug fix :
- [ Bug #7785 ] Code stays folded after deactivating folding (http://developer.berlios.de/bugs/?func=detailbug&bug_id=7785&group_id=5358)
Link to the forum where it can be discussed: none
Link to the patch at Berlios : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1110&group_id=5358
Is applied to the core code : Yes
-
Patch name : [ Patch #1111 ] Changed autotools wxGTK version check from 2.4.2 to 2.6.0
Changes :
- Changed autotools check of the wxGTK version from 2.4.2 to 2.6.0 (configure.in)
Link to the patch at sourceforge Berlios : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1111&group_id=5358
Is applied to the core code : Yes
-
Patch name : [ Patch #1112 ] Bug #7640
Bug fixed :
- http://developer.berlios.de/bugs/?func=detailbug&bug_id=7640&group_id=5358
Link to the forum where it can be discussed :none.
Link to the patch at BerliOS : http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1112&group_id=5358
Is applied to the core code :Yes.
-
Patch name : [ Patch #1113 ] Bugfix: change value in debug->watches did not work
Changes :
C::B sent the command
"set variable Watches.test.value=0"
instead of the desired command
"set variable test.value=0"
this patch fixes this
Link to the patch at sourceforge Berlios : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1113&group_id=5358
Is applied to the core code : No
-
Patch name: [ Patch #1114 ] Fix for crash on dblclk on workspace in the start here page
Bug fixed:
- [ Bug #7606 ] Error (crash, ndkkez), if a workspace file is double-clicked (http://developer.berlios.de/bugs/?func=detailbug&bug_id=7606&group_id=5358)
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/?func=detailpatch&patch_id=1114&group_id=5358
Is applied to the core code: Yes
-
Patch name: [ Patch #1115 ] StartHere page rewritten and history always visible
Feature added:
It always show the history, even if no file is present. (before there was only the image if there was no history file)
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/?func=detailpatch&patch_id=1115&group_id=5358
Is applied to the core code: Yes
-
Patch name: [ Patch #1124 ] Menu item to open the default workspace
Feature added:
Added menu item to open the default workspace if a different workspace is open
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/?func=detailpatch&patch_id=1124&group_id=5358
Is applied to the core code: Yes
-
Patch name: [ Patch #1125 ] Replace in files
Feature added:
[ Feature Request #2058 ] Replace in files (http://developer.berlios.de/feature/?func=detailfeature&feature_id=2058&group_id=5358)
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/?func=detailpatch&patch_id=1125&group_id=5358
Is applied to the core code: Yes with some changes by mandrav :)
-
Patch name: [ Patch #1132 ] Added autotools option to install sdk headers
Feature added:
SDK headers can be installed by autotools
Link to the forum where it can be discussed: http://forums.codeblocks.org/index.php?topic=3293.0
Link to the patch at BerliOS: http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1132&group_id=5358
Is applied to the core code: No
-
Patch name : [ Patch #1176 ] Feature Request #2308: Multiline Program Parameters
Problem fixed:
- This patch implements feature request #2308 (Multiline Program Parameters): https://developer.berlios.de/feature/index.php?func=detailfeature&feature_id=2308&group_id=5358
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1176&group_id=5358
Is applied to the core code : Yes.
-
Patch Name: [ Patch #1207 ] Have codecompletion work on editor activate as well as save
Problem Fixed:
- Previously the codecompletion dialog would parse the headers only when the active file was saved
- This patch causes the codecompletion plugin to parse the headers whenever a file is activated (like the file is opened by a user, or when a file is opened as part of the project opening)
Link to the fourm where it can be discussed: None.
Line to the patch at BerliOS: http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1207&group_id=5358
Is applied to the core code: No.
-
Patch name: [ Patch #1231 ] Fix for help plugin crash when only one item in the list
Plugin bug fix:
When there's only one help item in the list in the configuration dialog, the down button is enabled and if you click it CB will crash.
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1231&group_id=5358
Is applied to the core code: Yes
//100th post :mrgreen:
-
Patch name: [ Patch #1233 ] Double-click or Enter runs wizard/template
Feature added:
Wizards in the "New from template" dialog can be run by double-clicking (or by selecting and hitting Enter), using the EVT_LIST_ITEM_ACTIVATED event.
Link to the forum where it can be discussed: None
Link to the patch at BerliOS: https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1233&group_id=5358 (https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1233&group_id=5358)
Is applied to the core code: Yes
-
Patch name: Wrong messages in "Build messages"
Feature added:
Show correct "Build messages" if compilation failed (for errors not in the code).
Show correct "Build messages" if "Abort" button is pressed.
Now it always shows "=== Build finished: 0 errors, 0 warnings ===" (which is not true ;-)).
Link to the forum where it can be discussed: http://forums.codeblocks.org/index.php?topic=3614.0 (http://forums.codeblocks.org/index.php?topic=3614.0)
Link to the patch at BerliOS: None
Is applied to the core code: No (but no more needed, at least for the first part about errors)
-
Patch name: FindDialog improvement
Feature added:
In "Find in files" dialog, if the chosen scope is not "Search path", "Recurse sub directories" and "Hidden files" are not disabled as they should. This patch fixes that.
Link to the forum where it can be discussed: http://forums.codeblocks.org/index.php?topic=3645.0
Link to the patch at BerliOS: None
Is applied to the core code: Yes
-
Patch name: Hourglass during project loading
Feature added:
Add an hourglass mouse pointer during project loading (to give feedback to the user of underlying work)
Link to the forum where it can be discussed: http://forums.codeblocks.org/index.php?topic=3641.0
Link to the patch at BerliOS: None
Is applied to the core code: Yes (but with troubles, should be fixed in OnDropFiles())
-
Patch name : [ Patch #1259 ] Wrong path to compiler settings
Problem fixed :
- The debugger plugin gives the wrong path to the compiler settings menu option.
Link to the forum where it can be discussed : none.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1259&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #1262 ] Make lexer
Problem fixed :
- The sample code filename is wrong (It is my fault I believe :oops: ).
Link to the forum where it can be discussed : none.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1262&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #1271 ] Bug #8254
Problem fixed :
- http://developer.berlios.de/bugs/?func=detailbug&bug_id=8254&group_id=5358
Link to the forum where it can be discussed : none.
Link to the patch at BerliOS : http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1271&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #1320 ]
Problem fixed : Missing WX_CFG macro in some contrib projects.
Link to the forum where it can be discussed : none.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1320&group_id=5358
Is applied to the core code : no
-
Patch name : [ Patch #1361 ] Fix for bug #8444
Problem fixed:
- This patch fixes bug #8444 (Saved empty files areleft as Untitled# in Opened-Files list.).
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1361&group_id=5358
Is applied to the core code : Yes.
-
Patch name: [ Patch #1367 ] D support added to depslib
Feature added:
D import parsing capability added to the depslib, so dependent code is recompiled
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1367&group_id=5358
Is applied to the core code: Yes
-
Patch name : [ Patch #1387 ] OpenedFilesTree did not get updated properly
Problem fixed:
- If you doubleclick on a file in the project explorer that is already open Code::Blocks selects the correct editor page for this file but does not update the OpenedFilesTree.
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : http://developer.berlios.de/patch/?func=detailpatch&patch_id=1387&group_id=5358
Is applied to the core code : Yes.
-
Patch name: [ Patch #1308 ] 17x17 images manually resized to 16x16(to avoid assert fail)
Problem fixed:
17x17 images manually resized to 16x16(to avoid assert fail)
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/?func=detailpatch&patch_id=1308&group_id=5358
Is applied to the core code: No
//Had to post the file here, because berlios doesn't handle binary files correctly.
[attachment deleted by admin]
-
Patch name: [ Patch #1465 ] wxWidgets wizard fix
Problem fixed:
- http://forums.codeblocks.org/index.php?topic=4005.msg31645#msg31645
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/?func=detailpatch&patch_id=1465&group_id=5358
Is applied to the core code: Yes.
-
Patch name: [ Patch #1497 ] Added special Scintilla commands to the edit menu
Feature added:
Added special Scintilla commands to the edit menu
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/?func=detailpatch&patch_id=1497&group_id=5358
Is applied to the core code: Yes.
-
Patch name: [ Patch #1499 ] To-Do List
Feature added:
- The To-Do list can now handle doxygen style to-do items.
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1499&group_id=5358
Is applied to the core code: Yes.
-
Patch name: [ Patch #1527 ] Added regex for 'Instantiated from here' compiler output
Feature added:
- Added regex for 'Instantiated from here' compiler output
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/?func=detailpatch&patch_id=1527&group_id=5358
Is applied to the core code: No.
-
Patch name : [ Patch #1529 ] OpenFileTree was once more not updated correctly
Problem fixed:
- If you create an empty file and save it when you are asked to save it the OpenedFilesTree does not change the name of this file. See my comment to the patch on berlios for more details.
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1529&group_id=5358
Is applied to the core code : Yes.
-
Patch name: [ Patch #1538 ] Assert failure fixes
Problem fixed:
- Many assert failures in wx debug mode
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/?func=detailpatch&patch_id=1538&group_id=5358
Is applied to the core code: No
-
Patch name: [ Patch #1539 ] Wrong XRCCTRL usage assert failure fixes
Problem fixed:
- XRCCTRL-specific assert failures in wx debug mode
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/?func=detailpatch&patch_id=1539&group_id=5358
Is applied to the core code: No
-
Patch name: [ Patch #1558 ] wxFlatnotebook tab style
Feature added:
- Code::Blocks now supports the VC8 tab style of wxFlatnotebook. :D
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1558&group_id=5358
Is applied to the core code: Yes.
-
Patch name : [ Patch #1562 ] Enable gpm for wxGTK
Problem fixed: Re-enable gpm for wxGTK-builds (working version (hopefully))
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=4209.0
Link to the patch at BerliOS : http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1562&group_id=5358
Is applied to the core code : No.
-
Patch name: [ Patch #1569 ] wxWidgets wx-config support in Windows
Feature added:
- Code::Blocks now supports wxWidgets wx-config in Windows wizard templates too.
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1569&group_id=5358
Is applied to the core code: No.
-
Patch name: [ Patch #1579 ] HTML Build Log
Bug fixed:
- The <head></head> tags were missing......
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1579&group_id=5358
Is applied to the core code: Yes.
-
Wow, awesome work JThedering I hope all those changes improve stability. Due to the size of your patch I hope it applies soon before someone goes and edits the functions you updated.
-
Patch name: [ Patch #1580 ] Manage plugins dialog improvement
Feature added:
- Added an HtmlWindow for showing the current selected plugin's info.
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1580&group_id=5358
Is applied to the core code: No.
-
Patch name: [ Patch #1656 ] and [ Patch #1657 ] A fix for Bug #9534 and Improvements to Console Wizard
Feature added:
- Adds exception handling compiler flags and appropriate Optimization compiler flags for GCC, MSVC 2005 (MSVC 2003 not tested) and Borland C++ 5.5.1 compilers. (Earlier wizard script had a function, but the call was not being executed. The function have been improved and added appropriately to wizard)
- Adds appropriate libraries for linking with MSVC 2005 and Borland C++ 5.5.1 compilers.
- Support of other compilers have been improved by MortenMacFly
Link to the forum where it can be discussed: http://forums.codeblocks.org/index.php?topic=4537.0 (http://forums.codeblocks.org/index.php?topic=4537.0)
Link to the patch at BerliOS: https://developer.berlios.de/patch/?func=detailpatch&patch_id=1656&group_id=5358 (https://developer.berlios.de/patch/?func=detailpatch&patch_id=1656&group_id=5358) and https://developer.berlios.de/patch/?func=detailpatch&patch_id=1657&group_id=5358
(https://developer.berlios.de/patch/?func=detailpatch&patch_id=1657&group_id=5358)
Is applied to the core code: Yes, in modified form.
-
Patch name: [ Patch #1664 ] Partial fix of Bug #9546 (Untested, but should work)
Please Note initially I posted a partial patch, but later I have posted fully working patch. Sorry I could not change the title. :(
Bugs Fixed:
- [ Bug #9533 ] Default Compiler is always set to GCC. Old code was returning the full name of compiler, NOT the compiler id which was later checked and it was returning default value.
- [ Bug #9546 ] Wizard.AddCompilerPage call sets wrong Compiler in Wizard. Old code was returning number of items instead of index of compiler id. Bug #9533 was also associated with this bug
Link to the forum where it can be discussed: None.
Link to the patch at BerliOS: https://developer.berlios.de/patch/?func=detailpatch&patch_id=1664&group_id=5358 (https://developer.berlios.de/patch/?func=detailpatch&patch_id=1664&group_id=5358)
Is applied to the core code: No Yes, in svn 3337.
-
Patch name: [ Patch #1688 ] wxStatusBar::Destroy()
Bug fixed:
- Need to delete the wxStatusBar after SetStatusBar(0).
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1688&group_id=5358
Is applied to the core code: No.
-
Patch name: [ Patch #1693 ] EditorBase bug fix
Bug fixed:
- Google code search doesn't work.
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1693&group_id=5358
Is applied to the core code: Yes.
-
My patch was not used, but the problem was fixed for issue.
Tim S
-
Patch name: [ Patch #1750 ] Window layout
Bug fixed:
- http://forums.codeblocks.org/index.php?topic=4750.0
Link to the forum where it can be discussed: http://forums.codeblocks.org/index.php?topic=4750.0.
Link to the patch at BerliOS: https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1750&group_id=5358
Is applied to the core code: No.
-
Patch name : [ Patch #1752 ] Fix fur Bug #9668
Problem fixed:
- "File -> Save As" defaults to c/c++ filetype even when the original filename was of another type.
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1752&group_id=5358
Is applied to the core code : Yes.
-
Deleted, my patch was rejected, but the issue was fixed in another way.
Tim S
-
Patch name : [ Patch #1821 ] Fixed Keybinder crash
Problem fixed:
- Keybinder plugin crashed if someone pressed the Remove button in the configuration-dialog for this plugin while no shortcut was selected.
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=4927.0
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1821&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #1882 ] Debugging Console for Linux
Problem fixed: GDB did not provide an I/O console when debugging a Linux console program.
Link to the forum where it can be discussed:
http://forums.codeblocks.org/index.php?topic=5039.msg39987#msg39987
Console for Linux GDB program input/output
http://forums.codeblocks.org/index.php?topic=2958.0
Links to bug reports:
http://developer.berlios.de/bugs/?func=detailbug&bug_id=7336&group_id=5358
LINUX: input when debugging console application
Link to the patch at BerliOS :
http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1882&group_id=5358
Is applied to the core code : No.
-
Patch name : [ Patch #1888 ] [ Feature Request #3129 ] 'clean' command line option
Problem fixed:
- This patch adds the command-line switch '--clean' to clean targets in batch-build-mode.
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1888&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #1900 ] [ Feature Request #3165 ] direct access to directory on "add
Problem fixed:
- This patch changes the suggested directory when adding files to a virtuel folder.
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1900&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #2191 ] Patch for Bug #11979
Problem fixed:
- This patch fixes Bug #11979: Open files list is not sorted after opening a project
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php/topic,6947.0.html
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2191&group_id=5358
Is applied to the core code : Yes.
-
Patch name : [ Patch #2199 ] lexer properties for vhdl and verilog
Problem fixed:
- this patch will enabled code coloring and folding for vhdl and verilog
Link to the forum where it can be discussed : none
Link to the patch at BerliOS :
https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2199&group_id=5358
-
Patch name : Added directory selection for implementation files in classwizard
Problem fixed:
- this patch adds a field and selection box to be able to specify a different directory for source and header files in the classwizard. The base directory is extended with the two default values "include" and "src".
Link to the forum where it can be discussed : none
Link to the patch at BerliOS :
https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2211&group_id=5358
Hope, the patch is ok.
lg,
Michael
-
Patch name : (Sometimes) crash at startup
Problem fixed:
- this patch adds some initialization in the constructors in two classes where valgrind reported uninitialized values which caused this crash.
Link to the forum where it can be discussed : none
Link to the patch at BerliOS :
https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2239&group_id=5358
Hope, the patch is ok, I only supplied 0 as default values for initialization.
lg,
Michael