View Issue Details

IDProjectCategoryView StatusLast Update
0000118contextpublic2009-11-05 22:57
ReporterPeter Assigned ToHans Hagen  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Summary0000118: \setuptyping[ignorefirstspace=yes]
DescriptionSomething like \setuptyping[ignorefirstspace=yes] would be nice, to be able
to format the source text with indentation but let the typing environment
ignore this indentation.
Example:

\setupcolors[state=start]
\setuptyping[margin=3em, ignorefirstspace=yes]
\starttext
This:
\starttyping
  some typing
\stoptyping
should be same as this:
\starttyping
some typing
\stoptyping
This:
\startcolor[blue]
  \starttyping
    some typing
  \stoptyping
\stopcolor
should be same as this:
\startcolor[blue]
  \starttyping
some typing
  \stoptyping
\stopcolor
some text
\stoptext
Peter
TagsNo tags attached.

Activities

Hans Hagen

2009-11-05 22:57

manager   ~0000324

\setuptyping[strip=auto|no|number]

Issue History

Date Modified Username Field Change
2008-11-24 17:22 Peter New Issue
2009-11-05 22:56 Hans Hagen Status new => assigned
2009-11-05 22:56 Hans Hagen Assigned To => Hans Hagen
2009-11-05 22:57 Hans Hagen Status assigned => closed
2009-11-05 22:57 Hans Hagen Note Added: 0000324
2009-11-05 22:57 Hans Hagen Resolution open => fixed