Author Topic: Tracking of Modifications  (Read 5156 times)

Offline G,g

  • Single posting newcomer
  • *
  • Posts: 3
Tracking of Modifications
« 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. :-)

mariocup

  • Guest
Re: Tracking of Modifications
« Reply #1 on: February 20, 2010, 07:43:32 pm »
which version of CB are you using?

Offline G,g

  • Single posting newcomer
  • *
  • Posts: 3
Re: Tracking of Modifications
« Reply #2 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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Tracking of Modifications
« Reply #3 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline kencamargo

  • Multiple posting newcomer
  • *
  • Posts: 110
Re: Tracking of Modifications
« Reply #4 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?

Offline G,g

  • Single posting newcomer
  • *
  • Posts: 3
Re: Tracking of Modifications
« Reply #5 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.  :-)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Tracking of Modifications
« Reply #6 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.

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: Tracking of Modifications
« Reply #7 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.