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)
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...
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)
Quote from: 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)
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?
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.
QuoteAfaik u can define shortcuts for them.
Quote from: jens 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.
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?
Quote from: Master on April 09, 2012, 08:04: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.
Quote from: Master on April 09, 2012, 08:04:44 PM
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?
Quote from: oBFusCATed on April 09, 2012, 09:49:44 PM
Quote from: Master on April 09, 2012, 08:04: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.
Quote from: Master on April 09, 2012, 08:04:44 PM
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 ?
When I get the motivation for it :)