News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 22 May 2010 build (6271) is out.

Started by killerbot, May 22, 2010, 01:09:13 PM

Previous topic - Next topic

killerbot

all have been applied, thanks Tim !!!

tttlh


Jenna

Quote from: tttlh on July 13, 2010, 05:52:44 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)!

critic

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

MortenMacFly

Quote from: critic 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).
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: [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]

Greatwolf

Quote from: MortenMacFly on August 01, 2010, 09:46:00 PM
Quote from: critic 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).
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.

MortenMacFly

Quote from: Greatwolf on December 15, 2010, 11:21:47 AM
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: [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]

Greatwolf

Quote from: MortenMacFly on December 15, 2010, 12:14:46 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?