Author Topic: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.  (Read 52668 times)

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.
« Reply #15 on: October 21, 2010, 11:34:24 pm »
wow loaden you are da man! :D

Offline Folco

  • Regular
  • ***
  • Posts: 343
    • Folco's blog (68k lover)
Re: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.
« Reply #16 on: October 22, 2010, 12:12:16 am »
I can't access anymore the CC branch is the svn :
Code
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 ©

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.
« Reply #17 on: October 22, 2010, 12:16:06 am »
Perhaps the branch have been commited ? :)
Yes, use trunk instead.

Offline Folco

  • Regular
  • ***
  • Posts: 343
    • Folco's blog (68k lover)
Re: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.
« Reply #18 on: October 22, 2010, 12:28:04 am »
Great, thanks !
Kernel Extremist - PedroM power ©

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.
« Reply #19 on: October 22, 2010, 03:34:15 am »
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 :

Code
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.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.
« Reply #20 on: October 22, 2010, 03:36:25 am »
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:

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.
« Reply #21 on: October 22, 2010, 04:25:10 am »
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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.
« Reply #22 on: October 22, 2010, 07:22:01 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.
« Reply #23 on: October 22, 2010, 07:23:31 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.
« Reply #24 on: October 22, 2010, 09:00:38 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!]

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.
« Reply #25 on: October 22, 2010, 09:14:03 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.
« Reply #26 on: October 22, 2010, 11:46:20 am »
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.

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Re: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.
« Reply #27 on: October 22, 2010, 01:46:52 pm »
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? :)

Offline bug1z

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.
« Reply #28 on: October 22, 2010, 06:53:39 pm »
Immediately ask for forgiveness for his bad English.

There is a problem:

When I write:
Code
if (...) {

The bracket carries a very not nice (to me):
Code
if (...) {
     ...
     }
But I would like to by pressing Enter brackets were transferred as follows:
Code
if (...) {
     ...
}
And I would like to happen so by pressing Enter instead of pressing Ctrl + J.

The settings are not selected.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 09 October 2010 build (6688) CODECOMPLETION BRANCH version is out.
« Reply #29 on: October 23, 2010, 05:40:09 am »
Immediately ask for forgiveness for his bad English.

There is a problem:

When I write:
Code
if (...) {

The bracket carries a very not nice (to me):
Code
if (...) {
     ...
     }
But I would like to by pressing Enter brackets were transferred as follows:
Code
if (...) {
     ...
}
And I would like to happen so by pressing Enter instead of pressing Ctrl + J.

The settings are not selected.
Fixed in r6746.