Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Master on April 08, 2012, 08:46:01 pm

Title: whats the name of this plugin and how to get it working
Post by: Master on April 08, 2012, 08:46:01 pm
hello all , i installed 7917 nighty build, and there i noticed a new toolbar for commenting , but i couldnt use it , and i couldnt either find an place to either activate it in case it was disabled?
here is the pic , would anyone help me get this working ?
(http://upload.ustmb.ir/uploads/CodeBlocksUnknown-PluginName.png)
Title: Re: whats the name of this plugin and how to get it working
Post by: Freem on April 08, 2012, 09:32:19 pm
I am not sure, I always disable all toolbars at first time :/
Does not it looks like nassi schnederman plugin? I just tried it once, but did not really understand it's use.

To have the name: move the bar outside the panel, to make it floating, then you will see the toolbar's name. It should give you a hint, I guess.

[edit]
I confirm it is the nassi schnedermann (or something like that...) plugin. It seem it is used to create a model of execution path before programming, but, really, I am not sure...
Title: Re: whats the name of this plugin and how to get it working
Post by: danselmi on April 08, 2012, 10:52:48 pm
This toolbar is part of NassiShneidermann plugin:
http://wiki.codeblocks.org/index.php?title=NassiShneiderman_plugin (http://wiki.codeblocks.org/index.php?title=NassiShneiderman_plugin)
Title: Re: whats the name of this plugin and how to get it working
Post by: Master on April 09, 2012, 07:14:06 pm
This toolbar is part of NassiShneidermann plugin:
http://wiki.codeblocks.org/index.php?title=NassiShneiderman_plugin (http://wiki.codeblocks.org/index.php?title=NassiShneiderman_plugin)
thanks
i thought thats a plugin for fast commenting/uncommenting ! like the one we have in Visual Studio  :-\
by the way cant you add two buttons to the toolbars for commenting/uncommenting ? or is there a way i can add it to the toolbar myself?
Title: Re: whats the name of this plugin and how to get it working
Post by: scarphin on April 09, 2012, 07:15:39 pm
Afaik u can define shortcuts for them.
Title: Re: whats the name of this plugin and how to get it working
Post by: Jenna on April 09, 2012, 07:18:43 pm
The default is "CTRL+SHIFT+C" for comment and "CTRL+SHIFT+X" for uncomment (see "Edit"-menu). You can change these an almost all (menu-)shortcuts with the keybinder-plugin.
Title: Re: whats the name of this plugin and how to get it working
Post by: Master on April 09, 2012, 08:04:44 pm
Quote
Afaik u can define shortcuts for them.
The default is "CTRL+SHIFT+C" for comment and "CTRL+SHIFT+X" for uncomment (see "Edit"-menu). You can change these an almost all (menu-)shortcuts with the keybinder-plugin.
thank you guys , i know that .
But i run out of short-cuts if i want to continue this method! and the created hot-key combinations wont be that elegant and almost very hard to get along with , and most of the time using mouse gets you where you want to be way too faster .
being able to add toolbar buttons for such tasks could really be of use . if you place two buttons for that in the next versions that would be just great . i dont know if thats hard for you guys or makes some other issues .
i would like to know your idea on this please?
Title: Re: whats the name of this plugin and how to get it working
Post by: oBFusCATed on April 09, 2012, 09:49:44 pm
But i run out of short-cuts if i want to continue this method! and the created hot-key combinations wont be that elegant and almost very hard to get along with , and most of the time using mouse gets you where you want to be way too faster .
Your mouse can't beat the keyboard in this case.

being able to add toolbar buttons for such tasks could really be of use . if you place two buttons for that in the next versions that would be just great . i dont know if thats hard for you guys or makes some other issues .
i would like to know your idea on this please?
I'm thinking of making a plugin that would register a toolbar, which would host scriptable buttons. Is this going to be useful?
Title: Re: whats the name of this plugin and how to get it working
Post by: Master on April 10, 2012, 10:02:14 pm
But i run out of short-cuts if i want to continue this method! and the created hot-key combinations wont be that elegant and almost very hard to get along with , and most of the time using mouse gets you where you want to be way too faster .
Your mouse can't beat the keyboard in this case.

being able to add toolbar buttons for such tasks could really be of use . if you place two buttons for that in the next versions that would be just great . i dont know if thats hard for you guys or makes some other issues .
i would like to know your idea on this please?
I'm thinking of making a plugin that would register a toolbar, which would host scriptable buttons. Is this going to be useful?
yeah it sure is  :) when are planning to code that ?
Title: Re: whats the name of this plugin and how to get it working
Post by: oBFusCATed on April 10, 2012, 10:03:50 pm
When I get the motivation for it :)