Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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. :-)
-
which version of CB are you using?
-
8.02
build feb 27 08 wx 2.8.7.
is the last standard, not the svn.
-
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.
-
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?
-
thanks all for the replyes, i will try to switch to the svn.
But not now, i've no time yet. :-)
-
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.
-
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.