Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2018-05-25 08:14:36 +0000
committervincent lorenzo2018-05-28 08:33:24 +0000
commitd33fe868fd267f3b3805859c1f4fd42c9f4da0e3 (patch)
treec77fb3b39ed5ba57b1387ded2bcb44bfb185655f /plugins/doc
parent4ea30f2b2f8ce81f6bd8508cca5854a7c35fc68d (diff)
downloadorg.eclipse.papyrus-d33fe868fd267f3b3805859c1f4fd42c9f4da0e3.tar.gz
org.eclipse.papyrus-d33fe868fd267f3b3805859c1f4fd42c9f4da0e3.tar.xz
org.eclipse.papyrus-d33fe868fd267f3b3805859c1f4fd42c9f4da0e3.zip
Bug 535073: [Table]Fill action with Increment doesn't work fine for negative number
Change-Id: I0f0165cfa96b8a4265ee2ea6315b6b4be2a6fd6e Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'plugins/doc')
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.infra.nattable.doc/src/site/mediawiki/tableUserDoc.mediawiki2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/src/site/mediawiki/tableUserDoc.mediawiki b/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/src/site/mediawiki/tableUserDoc.mediawiki
index ce67331800e..e0063f4cc6c 100755
--- a/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/src/site/mediawiki/tableUserDoc.mediawiki
+++ b/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/src/site/mediawiki/tableUserDoc.mediawiki
@@ -453,6 +453,8 @@ When an integer is available at the beginning or at the ending of the value, it
The filled integer values are calculated by the same way than the fill numbers.
+Warning: the minus sign is used as minus and not as a separator. So when you have Class-01 and you decide to Increment to name the next one, you get Class00, then Class01. In order to get Class-02 and Class-02, you must use Decrement.
+
==Tree Table Features==
The feature of the tree table are mostly the same than for the flat table.

Back to the top