Author Topic: The 22 May 2010 build (6271) is out.  (Read 71538 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
Re: The 22 May 2010 build (6271) is out.
« Reply #30 on: July 03, 2010, 09:27:37 am »
all have been applied, thanks Tim !!!

Offline tttlh

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 22 May 2010 build (6271) is out.
« Reply #31 on: July 13, 2010, 05:52:44 pm »
why i can't find cppcheck?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 22 May 2010 build (6271) is out.
« Reply #32 on: July 13, 2010, 06:02:16 pm »
why i can't find cppcheck?
Please do not crosspost.
The cppcheck has to be installed seperately and is not provided by C::B (just the plugin to use it is included)!

Offline critic

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: The 22 May 2010 build (6271) is out.
« Reply #33 on: August 01, 2010, 02:21:02 pm »
Is there move line/selected lines up and down function in the IDE?
Very ofter I need this function, but I found only `transpose lines`, but it's not what I need - cursor must move with the line or elected lines (selection must remain after movement to allow the next movement).

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 22 May 2010 build (6271) is out.
« Reply #34 on: August 01, 2010, 09:46:00 pm »
Is there move line/selected lines up and down function in the IDE?
Very ofter I need this function, but I found only `transpose lines`, but it's not what I need - cursor must move with the line or elected lines (selection must remain after movement to allow the next movement).
You can do this with the mouse (and using the scroll wheel for large movements) just fine.
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 Greatwolf

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: The 22 May 2010 build (6271) is out.
« Reply #35 on: December 15, 2010, 11:21:47 am »
Is there move line/selected lines up and down function in the IDE?
Very ofter I need this function, but I found only `transpose lines`, but it's not what I need - cursor must move with the line or elected lines (selection must remain after movement to allow the next movement).
You can do this with the mouse (and using the scroll wheel for large movements) just fine.

I'm looking for something like this too. The problem with your proposed method is that it isn't optimal -- you have to lift your hand away from the keyboard to reach for your mouse to do this.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 22 May 2010 build (6271) is out.
« Reply #36 on: December 15, 2010, 12:14:46 pm »
you have to lift your hand away from the keyboard to reach for your mouse to do this.
No - you can always use the cursor keys otherwise...?!
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 Greatwolf

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: The 22 May 2010 build (6271) is out.
« Reply #37 on: December 15, 2010, 01:24:31 pm »
No - you can always use the cursor keys otherwise...?!

I'm sorry, I'm not sure I get what you mean. Wasn't your method to select the lines to be moved and then using the mouse to click and drag the code selection to move it?

How do you perform this using cursor keys?