Code pane in Pharo 5

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Code pane in Pharo 5

philippeback
Is there a way to have that pane with *less* noise around the code?

Like getting rid of the suggestions panel at the bottom? Or the status line with W +L Format as you type?

Not that I do not like them (at times), just that all of the bright red/green icons are distracting (a little more toned down color would be welcome).

With small methods, this makes a lot of text in the way.

When there are a ton of Nautiluses around, this adds up.

I feel like I code on a Christmas tree.

Phil


Reply | Threaded
Open this post in threaded view
|

Re: Code pane in Pharo 5

Nicolai Hess-3-2


2015-12-04 9:55 GMT+01:00 [hidden email] <[hidden email]>:
Is there a way to have that pane with *less* noise around the code?

Like getting rid of the suggestions panel at the bottom?

You can disable the "Quality Assistance"-NautilusPlugin
 
Or the status line with W +L Format as you type?

Not that I do not like them (at times), just that all of the bright red/green icons are distracting (a little more toned down color would be welcome).

With small methods, this makes a lot of text in the way.

When there are a ton of Nautiluses around, this adds up.

I feel like I code on a Christmas tree.

Phil



Reply | Threaded
Open this post in threaded view
|

Re: Code pane in Pharo 5

Marcus Denker-4
In reply to this post by philippeback

> On 04 Dec 2015, at 09:55, [hidden email] wrote:
>
> Is there a way to have that pane with *less* noise around the code?
>
> Like getting rid of the suggestions panel at the bottom? Or the status line with W +L Format as you type?
>
> Not that I do not like them (at times), just that all of the bright red/green icons are distracting (a little more toned down color would be welcome).
>
> With small methods, this makes a lot of text in the way.
>
> When there are a ton of Nautiluses around, this adds up.
>
> I feel like I code on a Christmas tree.

Bad code looks bad, clean code looks clean. For me that’s the right thing.

        Marcus


Reply | Threaded
Open this post in threaded view
|

Re: Code pane in Pharo 5

Ben Coman
In reply to this post by Nicolai Hess-3-2
On Fri, Dec 4, 2015 at 5:06 PM, Nicolai Hess <[hidden email]> wrote:
>
>
> 2015-12-04 9:55 GMT+01:00 [hidden email] <[hidden email]>:
>>
>> Is there a way to have that pane with *less* noise around the code?
>>
>> Like getting rid of the suggestions panel at the bottom?

>
> You can disable the "Quality Assistance"-NautilusPlugin
>

Is Quality Assistant themed?  The best colours might be different for
standard versus dark theme, and make customising icons easier.  I
presume a user could then do what Phil wants by making their own theme
subclass.

On Fri, Dec 4, 2015 at 5:51 PM, Marcus Denker <[hidden email]> wrote:
> Bad code looks bad, clean code looks clean. For me that’s the right thing.

But we should guide not force :)

cheers -ben

>> Or the status line with W +L Format as you type?
>>
>> Not that I do not like them (at times), just that all of the bright
>> red/green icons are distracting (a little more toned down color would be
>> welcome).
>>
>> With small methods, this makes a lot of text in the way.
>>
>> When there are a ton of Nautiluses around, this adds up.
>>
>> I feel like I code on a Christmas tree.