Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Meaning of tidycmt?!

(1/2) > >>

MortenMacFly:
Can anyone tell me what's the meaning of the tidycmt plugin?
It absolutely annoying that it keeps setting the cursor to the first position every time you save a file. I looked through a lot of things before I found out there is a tiny (new) plugin that does such bullshit. :?

byo:
Answering Thomas comment from tidycmt.cpp:46

You can use:

--- Code: ---    Ctrl->SetTargetStart(Position);
    Ctrl->SetTargetEnd(EndPosition);
    Ctrl->ReplaceTarget(Code);

--- End code ---

In this way the position of cursor won't change.

BTW. Shouldn't this plugin be placed into contrib ones ? It's not really the core of Code::Blocks

BYO

killerbot:
I think so too, it should be in contrib, and does it have the makefile stuff in order ?

Jenna:

--- Quote from: killerbot on December 20, 2008, 02:44:30 pm ---I think so too, it should be in contrib, and does it have the makefile stuff in order ?

--- End quote ---

Not even a unix project-file.
I can upload the project-file and create the automake files.

Biplab:
What about the other few plugins such as LogHacker, ModPoller? Do they need to be included as core plugin?

Navigation

[0] Message Index

[#] Next page

Go to full version