Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: G,g on February 20, 2010, 04:47:19 pm

Title: Tracking of Modifications
Post by: G,g on February 20, 2010, 04:47:19 pm
Hi,
how i can enable the feature to track modifications?

the manual, here: http://www.codeblocks.org/docs/main_codeblocks_en3.html#x3-210001.11
says:"This feature can be enabled or disabled with the checkbox ’Use Changebar’ in the menu ’Settings’ /’Editor’ /’Margins and caret’ ."
but on mi version of code::blocks there is no that checkbox.

I'm on ubuntu karmic and i've intalled code::blocks both from repository and from .deb on this site.

i need some extra plug-in?

all plug-ins installed are enabled on my configuration.

thanks and excuse me for my english. :-)
Title: Re: Tracking of Modifications
Post by: mariocup on February 20, 2010, 07:43:32 pm
which version of CB are you using?
Title: Re: Tracking of Modifications
Post by: G,g on February 20, 2010, 09:11:46 pm
8.02
build feb 27 08 wx 2.8.7.

is the last standard, not the svn.
Title: Re: Tracking of Modifications
Post by: MortenMacFly on February 20, 2010, 09:29:41 pm
8.02
The changebar functionality came after 08/02. IT was introduced with a core update of the underlaying scintilla library. Thereis not possibility to have that feature in 08/02.
Title: Re: Tracking of Modifications
Post by: kencamargo on February 21, 2010, 12:26:35 am
The changebar functionality came after 08/02. IT was introduced with a core update of the underlaying scintilla library. Thereis not possibility to have that feature in 08/02.

Slightly changing the topic: is it possible to save the change log?
Title: Re: Tracking of Modifications
Post by: G,g on February 21, 2010, 02:03:29 am
thanks all for the replyes, i will try to switch to the svn.
But not now, i've no time yet.  :-)
Title: Re: Tracking of Modifications
Post by: Jenna on February 21, 2010, 10:03:16 am
The changebar functionality came after 08/02. IT was introduced with a core update of the underlaying scintilla library. Thereis not possibility to have that feature in 08/02.

Slightly changing the topic: is it possible to save the change log?

Not now, and I don't know whether it's worth the work.

If you want to be able to keep older versions of your software, use a version control system.
Title: Re: Tracking of Modifications
Post by: JGM on February 21, 2010, 05:17:57 pm
Slightly changing the topic: is it possible to save the change log?

if you mean a text file where the changes to a software are written down by date and all that stuff the autoversioning plugin adds a menu option under Project that says change log and you can manually enter the changes, but autoversioning mus be configured for your project.