News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Tracking of Modifications

Started by G,g, February 20, 2010, 04:47:19 PM

Previous topic - Next topic

G,g

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. :-)

mariocup

which version of CB are you using?

G,g

8.02
build feb 27 08 wx 2.8.7.

is the last standard, not the svn.

MortenMacFly

Quote from: G,g on February 20, 2010, 09:11:46 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

kencamargo

Quote from: MortenMacFly on February 20, 2010, 09:29:41 PM
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?

G,g

thanks all for the replyes, i will try to switch to the svn.
But not now, i've no time yet.  :-)

Jenna

Quote from: kencamargo on February 21, 2010, 12:26:35 AM
Quote from: MortenMacFly on February 20, 2010, 09:29:41 PM
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.

JGM

Quote from: kencamargo on February 21, 2010, 12:26:35 AM
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.