Editing Cs-contrib.unkrig.de

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
<meta name="keywords" content="checkstyle, checks, filters, quickfixes"></meta>
Verifies that C++-style comments ('<code>// ...</code>') are correctly aligned.
<meta name="description" content="Custom checks, filters and quickfixes for checkstyle and eclipse-cs"></meta>
<p>
= Introduction =
C++-style comments must appear on the same column iff
This project adds custom checks, filters and quickfixes for [http://checkstyle.sourceforge.net/ CheckStyle] and [http://eclipse-cs.sourceforge.net/ Eclipse-CS].
<ul>
 
  <li>They appear in immediately consecutive lines, and
This project uses the [[Cs-doclet|CS doclet]] (internally) to generate its CheckStyle and eclipse-cs metadata files.
  <li>All of these lines are of the same 'kind' (see below)
 
</ul>
Cs-contrib 1.2.21+ requires the CheckStyle core version 8.21+, because there was an (accidential) breaking change in that version.
Each line of code relates to one of the following 'kinds':
 
<ul>
= Download =
  <li>A line which contains only a C++-style comment
 
  <li>A line which contains only a switch label ('<code>case x:</code>' or '<code>default:</code>') and a C++-style comment
Install the ECLIPSE plug-in from this update site:
  <li>Any other line
    http://cs-contrib.unkrig.de/update
</ul>
 
If you're only interested in the checks (and not the ECLIPSE plug-in), you can download the most recent 'de.unkrig.cs-contrib.core_*.jar' file from
    http://cs-contrib.unkrig.de/update/plugins/
and put it on CheckStyle's classpath.
 
A [http://cs-contrib.unkrig.de/CHANGELOG.txt change log] is also available.
 
= Documentation =
 
The [http://cs-contrib.unkrig.de/csdoc/ documentation for the cs-contrib checks, filters and quickfixes] was generated by the [http://doclet.unkrig.de CS doclet]
 
= License =
 
CS-CONTRIB.UNKRIG.DE is published under the "[[New BSD License]]".
 
= Source Code =
 
The source code of <code>cs-contrib</code> (the CheckStyle extension) is on GITHUB:
 
    https://github.com/aunkrig/cs-contrib/
 
The source code of the Eclipse plugin (<code>.core</code>, <code>.branding</code>, <code>.feature</code>, <code>.updatesite</code>) is also on GITHUB:
 
    https://github.com/aunkrig/cs-contrib.branding
    https://github.com/aunkrig/cs-contrib.core
    https://github.com/aunkrig/cs-contrib.core_test
    https://github.com/aunkrig/cs-contrib.feature
    https://github.com/aunkrig/cs-contrib.updatesite
    https://github.com/aunkrig/cs-contrib_dist
Please note that all contributions to unkrig.de may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unkrig.de:Copyrights for details). Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)