Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
External Controlled Code::Blocks Modules
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: External Controlled Code::Blocks Modules (Read 5286 times)
stahta01
Lives here!
Posts: 7790
External Controlled Code::Blocks Modules
«
on:
November 09, 2006, 03:53:39 am »
FYI:
When I started doing in patches for C::B, I did not know what was a C::B owned module or maintained by someone else. I looked though the code and here are the ones that looks to be maintained by people outside of the C::B team. I am looking for feedback on wrong info and missing info. Then maybe someone can make a Wiki page with the data.
wxScintilla (was modified for use by Code::Blocks)
sdk/wxscintilla
http://wxcode.sourceforge.net/components/wxscintilla/
Scintilla
sdk/wxscintilla/src/scintilla
http://sourceforge.net/projects/scintilla/
wxFlatNotebook
sdk/wxFlatNotebook
http://sourceforge.net/projects/wxflatnotebook
TinyXml
sdk/tinyxml
http://sourceforge.net/projects/tinyxml
wxPropertyGrid
sdk/propgrid
http://sourceforge.net/projects/wxpropgrid
Squirrel
sdk/scripting
http://sourceforge.net/projects/squirrel
Squirrel SqPlus
sdk/scripting/sqplus
http://wiki.squirrel-lang.org/default.aspx/SquirrelWiki/SqPlus.html
astyle Artistic Style
plugins/astyle
http://sourceforge.net/projects/astyle
wxPdfDocument
plugins/contrib/source_exporter/wxPdfDocument
http://wxcode.sourceforge.net/components/wxpdfdoc/
bzip2
plugins/contrib/devpak_plugin/bzip2
www.bzip.org
Support Functions/Classes
wxBase64
sdk/base64.cpp
http://www.frank-buss.de/wxwindows/winodocs/html/functions.html
Port's of external code that is highly modified for use in Code::Blocks
KeyBinder maintained by CodeBlocks' own Pecan
plugins/contrib/keybinder
is a port of wxKeyBinder from wxCode
http://wxcode.sourceforge.net/components/keybinder/
Tim S
«
Last Edit: June 01, 2007, 08:22:08 pm by stahta01
»
Logged
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ.
http://wiki.codeblocks.org
Pecan
Plugin developer
Lives here!
Posts: 2877
Re: External Controlled Code::Blocks Modules
«
Reply #1 on:
December 30, 2006, 02:37:40 am »
keyBinder originally started as wxCode, but half of it is now tied to CB.
It is maintained by pecan
Logged
Game_Ender
Lives here!
Posts: 551
Re: External Controlled Code::Blocks Modules
«
Reply #2 on:
December 30, 2006, 04:15:30 am »
Has the CB team considered using someting like
vendor branch management
for these packages?
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
External Controlled Code::Blocks Modules