i am currently using the code formatting in the browser in pharo 2.0...
it seems to be a lot more aggressive than it has been in the past..
for instance, this:
html anchor url: '#'; with: 'random link'.
gets formatted to:
html anchor
� � � �url: '#';
� � � �with: 'random link'.
is there any way to:
1. keep the browser from splitting the call into multiple lines?
2. narrow down the amount of spaces that make up a tab?
thanks!