The search functionality needs JavaScript enabled
Characters at which content is split for word wrap mode
class EditWidgetBase { // ... immutable(dchar[]) splitChars = [' ', '-', '\t']; // ... }