I made a custom tools for text justify.
it's really simple starting from align-right.
class ContentTools.Tools.AlignJustify extends ContentTools.Tools.AlignLeft
# Apply a class to justify align the contents of the current text block.
ContentTools.ToolShelf.stow(@, 'align-justify')
@label = 'Align justify'
@icon = 'align-justify'
@className = 'text-justify'
It works! no problem, my answer is just: why don't insert this tool in standard version?
Maybe you could let it disabled (comment) in DEFAULT_TOOLS (in namespaces.coffee)
I made a custom tools for text justify. it's really simple starting from align-right.
But, to let the tool works correctly, i needed to change also the base class AlignLeft adding AlignJustify class to alignmentClassNames.
It works! no problem, my answer is just: why don't insert this tool in standard version? Maybe you could let it disabled (comment) in DEFAULT_TOOLS (in namespaces.coffee)
P.S. ok, i also added icon from icomoon