News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.

Started by killerbot, October 09, 2010, 05:47:55 PM

Previous topic - Next topic

JGM


Folco

I can't access anymore the CC branch is the svn :
svn: URL 'svn://svn.berlios.de/codeblocks/branches/codecompletion_refactoring' doesn't exist
It works for trunk, not for this branch. Perhaps the branch have been commited ? :)
Kernel Extremist - PedroM power ©

Jenna


Folco

Kernel Extremist - PedroM power ©

ollydbg

update CC method:
for the record:

In windows, if you use TortoiseSVN, you just right click on the old cc_branch working copy, then select the context menu item "switch", then put in the trunk address :


svn://svn.berlios.de/codeblocks/trunk


Done.

Then you are using the updated trunk now.

PS:
Not sure why "relocate" command does not works... Maybe the svn command : relocate and switch has different functionality.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Loaden

Quote from: JGM on October 21, 2010, 11:34:24 PM
wow loaden you are da man! :D
This is not my own work, ollydbg and blueshake have made a great contribution!
We often discuss the improvement of CC.
And many test from Jens, killerbot...
Thanks all!
:lol:

ollydbg

Quote from: Loaden on October 22, 2010, 03:36:25 AM
Quote from: JGM on October 21, 2010, 11:34:24 PM
wow loaden you are da man! :D
This is not my own work, ollydbg and blueshake have made a great contribution!
We often discuss the improvement of CC.
And many test from Jens, killerbot...
Thanks all!
:lol:
Morten,oBFusCATed,others.... :D
And In-fact, many CC bug-reporters has made contributions also.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

MortenMacFly

Quote from: ollydbg on October 22, 2010, 03:34:15 AM
Not sure why "relocate" command does not works... Maybe the svn command : relocate and switch has different functionality.
Yes, they do. "Relocate" changes the base address of the repo (e.g. from svn://svn.berlios.de/codeblocks to svn://svn.new.provider.org/codeblocks) while switch just switches to another folder in the same repo. So the latter is the right thing to do.
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]

ollydbg

Quote from: MortenMacFly on October 22, 2010, 07:22:01 AM
Quote from: ollydbg on October 22, 2010, 03:34:15 AM
Not sure why "relocate" command does not works... Maybe the svn command : relocate and switch has different functionality.
Yes, they do. "Relocate" changes the base address of the repo (e.g. from svn://svn.berlios.de/codeblocks to svn://svn.new.provider.org/codeblocks) while switch just switches to another folder in the same repo. So the latter is the right thing to do.

Many thanks to your explanation.  :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

oBFusCATed

Quote from: ollydbg on October 22, 2010, 04:25:10 AM
Morten,oBFusCATed,others.... :D
I've no contribution to the improvement of the CC :)

Morten, you've not to tired of syncing branches in svn, can you do trunk -> debugger's branch, sync so I can do some CC testing? :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

MortenMacFly

Quote from: oBFusCATed on October 22, 2010, 09:00:38 AM
Morten, you've not to tired of syncing branches in svn, can you do trunk -> debugger's branch, sync so I can do some CC testing? :)
I knew you'd ask sooner or later... :lol:

Gimme some time...
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]

Jenna

Important notice for all users of the code-completion packages from my repo:

please change your sources.list-entry to point to the standard-nightlies, because the cc-branch is now included in trunk.

See http://apt.jenslody.de/ for the correct url.

EDIT:
I just updated the repo to svn r6740.

ironhead

Quote from: jens on October 22, 2010, 12:16:06 AM
Quote from: Folco on October 22, 2010, 12:12:16 AM
Perhaps the branch have been commited ? :)
Yes, use trunk instead.

@killerbot: any chance we can get a nightly of trunk with the merged CC branch? :)

bug1z

Immediately ask for forgiveness for his bad English.

There is a problem:

When I write:
if (...) {

The bracket carries a very not nice (to me):
if (...) {
     ...
     }

But I would like to by pressing Enter brackets were transferred as follows:
if (...) {
     ...
}

And I would like to happen so by pressing Enter instead of pressing Ctrl + J.

The settings are not selected.

Loaden

Quote from: bug1z on October 22, 2010, 06:53:39 PM
Immediately ask for forgiveness for his bad English.

There is a problem:

When I write:
if (...) {

The bracket carries a very not nice (to me):
if (...) {
     ...
     }

But I would like to by pressing Enter brackets were transferred as follows:
if (...) {
     ...
}

And I would like to happen so by pressing Enter instead of pressing Ctrl + J.

The settings are not selected.
Fixed in r6746.