Author Topic: List of community Patches  (Read 78215 times)

takeshimiya

  • Guest
Re: List of community Patches
« Reply #15 on: January 18, 2006, 11:14:20 pm »
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

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: List of community Patches
« Reply #16 on: January 19, 2006, 02:34:46 pm »
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
« Last Edit: January 19, 2006, 04:15:47 pm by thomas »

Stevo

  • Guest
Re: List of community Patches
« Reply #17 on: January 23, 2006, 03:49:23 am »
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
Link to the patch at sourceforge : 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
« Last Edit: January 24, 2006, 01:07:50 pm by Stevo »

Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Call Tip Check Box Patch
« Reply #18 on: January 24, 2006, 05:34:50 am »
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
Link to the patch at sourceforge : Here
Applied to the core code : NO

[attachment deleted by admin]
« Last Edit: January 24, 2006, 05:40:50 am by Game_Ender »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: List of community Patches
« Reply #19 on: January 25, 2006, 12:22:46 am »
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
« Last Edit: February 02, 2006, 10:08:30 pm by killerbot »

takeshimiya

  • Guest
Re: List of community Patches
« Reply #20 on: January 25, 2006, 10:51:14 am »
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

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: List of community Patches
« Reply #21 on: January 27, 2006, 12:26:35 am »
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
« Last Edit: February 02, 2006, 10:08:06 pm by killerbot »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: List of community Patches
« Reply #22 on: January 29, 2006, 11:06:41 pm »
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
« Last Edit: February 02, 2006, 10:07:30 pm by killerbot »

Offline mmebane

  • Multiple posting newcomer
  • *
  • Posts: 33
Re: List of community Patches
« Reply #23 on: January 30, 2006, 10:34:06 pm »
Patch name : console_runner parentheses patch
Problems fixed :
 - console_runner, at least on Windows, is not able to handle paths which contain parentheses
 - 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
Link to the patch at sourceforge : ...  http://sourceforge.net/tracker/index.php?func=detail&aid=1419173&group_id=126998&atid=707418
Is applied to the core code : Yes
« Last Edit: February 03, 2006, 02:34:55 pm by mmebane »

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: List of community Patches
« Reply #24 on: January 31, 2006, 07:56:18 am »
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
Link to the patch at sourceforge : https://sourceforge.net/tracker/index.php?func=detail&aid=1419940&group_id=126998&atid=707418
Is applied to the core code : no
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: List of community Patches
« Reply #25 on: February 02, 2006, 12:40:16 pm »
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.
« Last Edit: February 02, 2006, 03:05:17 pm by Michael »

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: List of community Patches
« Reply #26 on: February 04, 2006, 07:04:02 pm »
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.

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: List of community Patches
« Reply #27 on: February 04, 2006, 10:32:15 pm »
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.
« Last Edit: February 12, 2006, 10:41:10 am by Der Meister »
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.

lykowdk

  • Guest
Re: List of community Patches
« Reply #28 on: February 05, 2006, 07:05:11 am »
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

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: List of community Patches
« Reply #29 on: February 06, 2006, 12:26:55 am »
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.