Yinsee
Yinsee
@sspitzer @aprato @mattdonnelly I did a quick hack by replacing "<" and ">" to "≪" and "≫" before the link detection and then replacing them back later into "". Also...
@sspitzer nice :)
temporary have to do this ugly hack to make it clickable again. ``` self.mbtwitter.tableView.reloadSections(NSIndexSet(index: 0), withRowAnimation: UITableViewRowAnimation.Automatic) let btn = self.mbtwitter.headerButton let spv = btn.superview btn.removeFromSuperview() spv?.addSubview(btn) ```
see this https://github.com/fluttercommunity/page_turn/pull/12
similarly, ``` function globaltest () { print ''. PHP_EOL; } ``` becomes ``` public function globaltest () { print ''. PHP_EOL; } ``` which also gives error when this is...
i am using phpfmt vscode extension v1.1.24 i only have this 2 turned on in settings ``` "phpfmt.smart_linebreak_after_curly": true, "phpfmt.visibility_order": true, ```