Difference between revisions of "Announcement for plugins/patches"

From Code::Blocks
m (update)
m (→‎Plugin announcements: Make links to forum absolute)
Line 50: Line 50:
  
  
* [/index.php/topic,13723.msg92518.html#msg92518 Bazaar] Bazaar version control (via Tools menu)
+
* [https://forums.codeblocks.org/index.php/topic,13723.msg92518.html#msg92518 Bazaar] Bazaar version control (via Tools menu)
 
* [http://code.google.com/p/blackdoc/ BlackDoc] Derive project documentation in "BlackDoc" format
 
* [http://code.google.com/p/blackdoc/ BlackDoc] Derive project documentation in "BlackDoc" format
* [/index.php/topic,10901.0.html cbNSIS] Frontend for NSIS (Nullsoft installer system)
+
* [https://forums.codeblocks.org/index.php/topic,10901.0.html cbNSIS] Frontend for NSIS (Nullsoft installer system)
 
* [http://code.google.com/p/cbtortoisesvn CBTortoiseSVN] (SVN version control, working partially)
 
* [http://code.google.com/p/cbtortoisesvn CBTortoiseSVN] (SVN version control, working partially)
* [/index.php/topic,14184.0.html cbvcs] "Generic" version control, working partially
+
* [https://forums.codeblocks.org/index.php/topic,14184.0.html cbvcs] "Generic" version control, working partially
* [https://github.com/Lalaland/ClangComplete ClangComplete] Code-completion plugin using Clang (also see: [/index.php/topic,18785.0.html here] and [/index.php/topic,20623.0.html here])
+
* [https://github.com/Lalaland/ClangComplete ClangComplete] Code-completion plugin using Clang (also see: [https://forums.codeblocks.org/index.php/topic,18785.0.html here] and [https://forums.codeblocks.org/index.php/topic,20623.0.html here])
* [/index.php/topic,14339.0.html CodePaste] Pase code on platforms like Pastebin
+
* [https://forums.codeblocks.org/index.php/topic,14339.0.html CodePaste] Pase code on platforms like Pastebin
* [/index.php/topic,15915.0.html CompileOnDemand] Compile a file automatically if it has changed
+
* [https://forums.codeblocks.org/index.php/topic,15915.0.html CompileOnDemand] Compile a file automatically if it has changed
* [/index.php/topic,8568.0.html ColorCoder] Frontend to setup/compute colour code to be used in source code
+
* [https://forums.codeblocks.org/index.php/topic,8568.0.html ColorCoder] Frontend to setup/compute colour code to be used in source code
* [/index.php/topic,16885.0.html CDB Debugger] Integration with the CDB debugger
+
* [https://forums.codeblocks.org/index.php/topic,16885.0.html CDB Debugger] Integration with the CDB debugger
* [/index.php/topic,16512.0.html EditorConfig] Use cross IDE coding styles (also see http://editorconfig.org/)
+
* [https://forums.codeblocks.org/index.php/topic,16512.0.html EditorConfig] Use cross IDE coding styles (also see http://editorconfig.org/)
* (Other) [/index.php/topic,16517.0.html EditorConfig]
+
* (Other) [https://forums.codeblocks.org/index.php/topic,16517.0.html EditorConfig]
 
* [https://github.com/ywx/FormatFortranIndentPlugin FormatFortranIndent] Indent Fortran code correctly - best with [[Fortran Project plugin|FortranProject plugin]]
 
* [https://github.com/ywx/FormatFortranIndentPlugin FormatFortranIndent] Indent Fortran code correctly - best with [[Fortran Project plugin|FortranProject plugin]]
* [/index.php/topic,13348.0.html InnoSetup] Frontend for InnoSetup installer system
+
* [https://forums.codeblocks.org/index.php/topic,13348.0.html InnoSetup] Frontend for InnoSetup installer system
* [/index.php/topic,16470.0.html ListToolbox] Parse, manipulate, and format lists of text
+
* [https://forums.codeblocks.org/index.php/topic,16470.0.html ListToolbox] Parse, manipulate, and format lists of text
* [/index.php/topic,16935.0.html PythonCodeCompletion] Code completion for Python
+
* [https://forums.codeblocks.org/index.php/topic,16935.0.html PythonCodeCompletion] Code completion for Python
* [/index.php/topic,16635.0.html PythonDebugger] Integrated Python debugging
+
* [https://forums.codeblocks.org/index.php/topic,16635.0.html PythonDebugger] Integrated Python debugging
* [/index.php/topic,16249.0.html Semantic highlight] (In progress)
+
* [https://forums.codeblocks.org/index.php/topic,16249.0.html Semantic highlight] (In progress)
* [/index.php/topic,7063.0.html SVNInside] (SVN version control, working, but partially crashing C::B)
+
* [https://forums.codeblocks.org/index.php/topic,7063.0.html SVNInside] (SVN version control, working, but partially crashing C::B)
 
* [http://sourceforge.net/projects/xpmeditor/ XPM Editor] Graphical editor inside C::B
 
* [http://sourceforge.net/projects/xpmeditor/ XPM Editor] Graphical editor inside C::B
 
* [https://github.com/earlgrey-bis/cb-OpenFilesListPlus OpenFilesListPlus] Enhanced version of OpenFilesList plugin
 
* [https://github.com/earlgrey-bis/cb-OpenFilesListPlus OpenFilesListPlus] Enhanced version of OpenFilesList plugin

Revision as of 16:25, 1 February 2022

HowTo announce a new plugin/patch or similar

Please read carefully:

This WiKi section is to announce:

  • a new plugin that is not within the contrib folder of the SVN repository
  • a patch that is not a bugfix or similar and/or will not be applied to the SVN repository (e.g. because it's very specific)
  • a new lexer/template that is not completed or approved and/or will not be added to the SVN

If a plugin/patch/lexer/template is moved to the repository don't forget to remove it from here! This section is intended to collect the information about available plugins/patches/lexerers/templates in one place. So the announcement should be short and clear. It should (however) include at least the following content:

  • Name of the plugin/patch/lexer/template and purpose
  • Version (state) and date of last update (or release in the first place)
  • Link to a thread (to be created) in the developers (plugin) forum for discussion of features, bugs, wishlist etc.
  • A link where the most up-to-date version can be downloaded (e.g. in the forum).

The best way may be to copy the section from the template plugin/patch/lexer/template and update it with your information. This will ensure consistency in the best way! Read the article How to add another announcement to read how to change the WiKi accordingly.

Patch announcements

So far there are no new patches.

Plugin announcements

These are the user-contributed plugins:



Lexer/Templates announcements