Skip to content

Commit

Permalink
Complemented help for configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
klimas7 committed Mar 23, 2016
1 parent bb26f5d commit aee8c75
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 3 deletions.
Expand Up @@ -54,7 +54,7 @@
<f:textbox />
</f:entry>

<f:entry name="sortMode" title="Tag sort mode" field="sortMode">
<f:entry name="sortMode" title="Sort mode" field="sortMode">
<f:enum>${it}</f:enum>
</f:entry>

Expand Down
@@ -0,0 +1,3 @@
<div>
This value is returned when list is empty.
</div>
@@ -0,0 +1,3 @@
<div>
A description that will be shown to the user later.
</div>
@@ -1,4 +1,4 @@
<div>
When this option is enabled will show a text field.
When this option is enabled will show a text field.<br/>
Parameter is filtered on the fly.
</div>
@@ -0,0 +1,11 @@
<div>
Select the following sorting options for tags/revision/branches/branches_or_tags
<ul>
<li>none</li>
<li>descending</li>
<li>ascending</li>
<li>ascending smart</li>
<li>descending smart</li>
</ul>
For the smart variants the compare treats a sequence of digits as a number.
</div>
@@ -0,0 +1,5 @@
<div>
This parameter is used to get tag from git.<br/>
If is blank, parameter is set to "*".<br/>
Properly is executed command: <tt>git tag -l "*"</tt> or <tt>git tag -l "$tagFilter"</tt>.
</div>
@@ -1,7 +1,7 @@
/**
* The MIT License (MIT)
*
* Copyright (c) <2014-2015> <Ioannis Moutsatsos, Bruno P. Kinoshita>
* Copyright (c) <2016> <Boguslaw Klimas>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit aee8c75

Please sign in to comment.