News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

List of community Patches

Started by killerbot, December 28, 2005, 09:31:26 AM

Previous topic - Next topic

takeshimiya

#105
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.

Biplab

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.next.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 and https://developer.berlios.de/patch/?func=detailpatch&patch_id=1657&group_id=5358


Is applied to the core code: Yes, in modified form.
Be a part of the solution, not a part of the problem.

Biplab

#107
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

Is applied to the core code: No Yes, in svn 3337.
Be a part of the solution, not a part of the problem.

sethjackson

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.

sethjackson

#109
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.

stahta01

#110
My patch was not used, but the problem was fixed for issue.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

sethjackson


Der Meister

#112
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.
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

stahta01

#113
Deleted, my patch was rejected, but the issue was fixed in another way.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Der Meister

#114
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.next.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.
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

Pecan

#115
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.next.codeblocks.org/index.php?topic=5039.msg39987#msg39987
Console for Linux GDB program input/output
http://forums.next.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.

Der Meister

#116
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.
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

Der Meister

#117
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.
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

Der Meister

#118
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.next.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.
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

danselmi

#119
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
spell checker plugin: [url="http://developer.berlios.de/projects/spellchecker/"]http://developer.berlios.de/projects/spellchecker/[/url]
nassi shneiderman plugin: [url="http://developer.berlios.de/projects/nassiplugin"]http://developer.berlios.de/projects/nassiplugin[/url]