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

Plugins wiki-page cleanup

Started by Alpha, August 27, 2011, 12:58:07 AM

Previous topic - Next topic

ollydbg

I think most of the wiki content can copied from the C::B manual, see:
http://www.codeblocks.org/user-manual
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Alpha


Alpha

I did some searching, and it seems (according to this post) that the Aligner plugin was merged into Editor Tweaks.  Unless somebody says otherwise, I will assume Aligner no longer exists and will remove it from the plugins list.

killerbot

#4
Quote from: Alpha on August 31, 2011, 04:35:46 AM
I did some searching, and it seems (according to this post) that the Aligner plugin was merged into Editor Tweaks.  Unless somebody says otherwise, I will assume Aligner no longer exists and will remove it from the plugins list.

yes it is obsolete, it was merged into editortweaks

Alpha

Thanks for the conformation; I will remove the link on the wiki-page.

oBFusCATed

Please don't remove the link, but make it point to the EditorTweaks, or put a message that the aligner has been merge to the EditorTweaks plugin.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Alpha

Understood, I will do that instead.

MortenMacFly

Quote from: oBFusCATed on August 31, 2011, 03:40:44 PM
Please don't remove the link, but make it point to the EditorTweaks, or put a message that the aligner has been merge to the EditorTweaks plugin.
While we are at it: I recall a OccurrencesHighlighter plugin. Was that merged into EditorTweaks (or the core... or somewhere else), too?
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]

Jenna

Quote from: MortenMacFly on September 01, 2011, 02:50:38 PM
Quote from: oBFusCATed on August 31, 2011, 03:40:44 PM
Please don't remove the link, but make it point to the EditorTweaks, or put a message that the aligner has been merge to the EditorTweaks plugin.
While we are at it: I recall a OccurrencesHighlighter plugin. Was that merged into EditorTweaks (or the core... or somewhere else), too?
It's part of core (cbEditorInternalData).

danselmi

Quote from: jens on September 01, 2011, 03:03:06 PM
Quote from: MortenMacFly on September 01, 2011, 02:50:38 PM
Quote from: oBFusCATed on August 31, 2011, 03:40:44 PM
Please don't remove the link, but make it point to the EditorTweaks, or put a message that the aligner has been merge to the EditorTweaks plugin.
While we are at it: I recall a OccurrencesHighlighter plugin. Was that merged into EditorTweaks (or the core... or somewhere else), too?
It's part of core (cbEditorInternalData).
No, it is not. Beside the OccurrenceHighlighting in cbEditorInternalData there is an additional OccurrencesHighlihter plugin:
http://forums.next.codeblocks.org/index.php/topic,12569.msg85128.html#msg85128
spell checker plugin: [url="http://developer.berlios.de/projects/spellchecker/"]http://developer.berlios.de/projects/spellchecker/[/url]
nassi shneiderman plugin: [url="http://developer.berlios.de/projects/nassiplugin"]http://developer.berlios.de/projects/nassiplugin[/url]

MortenMacFly

Quote from: danselmi on September 01, 2011, 04:08:08 PM
http://forums.next.codeblocks.org/index.php/topic,12569.msg85128.html#msg85128
That's what I meant! What is the difference? I would prefer to separate this functionality into a plugin generally (if possible) and remove it from the core. Would that be feasible?
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]

danselmi

Quote from: MortenMacFly on September 02, 2011, 09:42:43 AM
What is the difference?
The plugin does highlight on all open editors and has a list which words to highlight. The internal function is highlighting the selected text in the current editor.

The plugin is very simple (no configuration possible).
spell checker plugin: [url="http://developer.berlios.de/projects/spellchecker/"]http://developer.berlios.de/projects/spellchecker/[/url]
nassi shneiderman plugin: [url="http://developer.berlios.de/projects/nassiplugin"]http://developer.berlios.de/projects/nassiplugin[/url]

Alpha

KeyMacs seems to be a 3rd Party Plugin, not a Contrib Plugin.  Could someone confirm this?  (If it 3rd Party, I will move the placement of its link.)

Quote from: danselmi on September 01, 2011, 04:08:08 PM
Beside the OccurrenceHighlighting in cbEditorInternalData there is an additional OccurrencesHighlihter plugin:
http://forums.next.codeblocks.org/index.php/topic,12569.msg85128.html#msg85128
Is this plugin of enough importance for me to add a page for it on the wiki?

Alpha

Quote from: Alpha on September 03, 2011, 04:48:02 AM
KeyMacs seems to be a 3rd Party Plugin, not a Contrib Plugin.
On further inspection, it appears to have become/merged into the Abbreviations plugin; is this correct?