Its confusing to have multiple places where WikiWords are spaced out.
--
TWiki:Main/ArthurClemens
- 19 Apr 2007
To use TWiki core's
spaceOutWikiWord
function, we can either:
- add a public interface in Func
- call private
TWiki::spaceOutWikiWord
- use
SPACEOUT
like: TWiki::Func::expandCommonVariables( "%SPACEOUT{\"$text\"}%" );
Quite difficult to choose from. What would you advise?
The same question applies to
SpreadSheetPlugins'
_spaceWikiWord
(in
Calc.pm
).
--
TWiki:Main/ArthurClemens
- 19 Apr 2007
Possibly add a public interface in Func? In any case I suggest to use the spec of
SpreadSheetPlugin#FuncPROPERSPACE to exclude spacing out of words defined in a DONTSPACE TWikiPreferences variable.
--
TWiki:Main.PeterThoeny
- 20 Apr 2007
Switched back to "New" state, as there was no-one in the "Waiting for" field (no idea who is supposed to provide feedback)
I have considered adding such an interface several times; i think it's a good idea. Needs a topic in Codev to support the proposal.
CC
Feature request in
TWiki:Codev.AddspaceOutWikiWordtoFunc
--
TWiki:Main.ArthurClemens
- 20 Apr 2007