Topic Comment Lines

We have two new locations for Keyman technical support:

The Tavultesoft Forums are now read only.


# Comment Lines   2016-02-14 06:45:37.540
br Julian Griffin OSL
The comment markers: ‘c[Space]’ & ‘C[Space]’ force comments to be left justified.

   If I enter:
      ‘c[Space][Space][Space][Space]Comment’,
   TIKE forces it to:
      ‘c[Space]Comment’.

   I find it very useful to be able to line up comments one line with the previous/next, and this left justification is quite annoying.

   I can fix it with:
      ‘c[Space][.][Space][Space][Space]comment’.
   But this is ugly.

   So my request is, can the parser not remove white space from comment lines.

Regards
Julian Griffin
# RE: Comment Lines   2016-02-16 06:43:27.637
Marc Durdin
Tavultesoft Staff
Fair enough; I've logged this as an issue to resolve; the whitespace shouldn't be removed. A hacky workaround is to do:

c .[space][space][space][space]Comment