Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

List of community Patches

<< < (4/25) > >>

takeshimiya:
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

Michael:
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

Stevo:

--- Quote from: sethjackson on January 21, 2006, 03:10:36 pm ---Problem fixed :
 - Someone forgot to add coloring for the decorators in the python lexer......

--- End quote ---

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

Game_Ender:
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]

killerbot:
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

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version