You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrap Declarations in Minimized and IDE mode (#646) rdar://106567892
* Wrap declarations in minimized and ide mode rdar://106567892
Wrap declarations in minimized and ide mode
* break at any character for long identifiers
break at any character for long identifiers
* Only wrap when no smart wrapping
Only wrap when no smart wrapping
* Update logic for calculating if declaration has multiple lines
Update logic for calculating if declaration has multiple lines
* Use the correct formatted token
Use the correct formatted token
* make distinction bw have vs display multiple lines
* adds a test for `has-multiple-lines`
adds a test for `has-multiple-lines`
* fix logic for window resize
fix logic for window resize
* add comment and clean up logic for `handleWindowResize`
add comment and clean up logic for `handleWindowResize`
* fix test
fix test
---------
Co-authored-by: Dobromir Hristov <dhristov@apple.com>
0 commit comments