remove the line at the bottom of the code pane in Nautilus in Pharo 5?

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

remove the line at the bottom of the code pane in Nautilus in Pharo 5?

Paul DeBruicker
Hi -

I don't think I'll be changing the settings for

format as you read
wrapping
line number

or reading the cursor position/line number ever.  

Is there a way to remove that section from the nautilus code pane?


Thanks


Paul

Reply | Threaded
Open this post in threaded view
|

Re: remove the line at the bottom of the code pane in Nautilus in Pharo 5?

Sven Van Caekenberghe-2

> On 10 Jun 2016, at 18:16, PAUL DEBRUICKER <[hidden email]> wrote:
>
> Hi -
>
> I don't think I'll be changing the settings for
>
> format as you read
> wrapping
> line number
>
> or reading the cursor position/line number ever.  
>
> Is there a way to remove that section from the nautilus code pane?

I would love to have that too - way too much noise.

BTW, who in his right mind thought it was a good idea to have line numbers for Pharo code ?

> Thanks
>
>
> Paul
>


Reply | Threaded
Open this post in threaded view
|

Re: remove the line at the bottom of the code pane in Nautilus in Pharo 5?

Peter Uhnak
TL;DR:

AbstractNautilusUI>>buildNewCodeSourceAreaRubric

comment out "withSourceCodeAnnotation;"

howto (less than a minute to do):

1. open finder (world > tools > finder)
2. punch in 'Format as you read' and search "source"
3. take a deep breath or two while its searching
4. open found class
4.1. look at hierarchy and try figure out how it's called from Nautilus
4.2. class is not referenced :( … but "class" side is bold so there's something there
4.3. on class side method "key:" returning suspicious selector
4.4. search senders of the selector
5. see who is the sender of the sender
6. profit

:)

I actually use such approach quite often when trying to figure out UI things and it works surprisingly often.

Peter

On Fri, Jun 10, 2016 at 7:28 PM, Sven Van Caekenberghe <[hidden email]> wrote:

> On 10 Jun 2016, at 18:16, PAUL DEBRUICKER <[hidden email]> wrote:
>
> Hi -
>
> I don't think I'll be changing the settings for
>
> format as you read
> wrapping
> line number
>
> or reading the cursor position/line number ever.
>
> Is there a way to remove that section from the nautilus code pane?

I would love to have that too - way too much noise.

BTW, who in his right mind thought it was a good idea to have line numbers for Pharo code ?

> Thanks
>
>
> Paul
>



Reply | Threaded
Open this post in threaded view
|

Re: remove the line at the bottom of the code pane in Nautilus in Pharo 5?

stepharo
In reply to this post by Paul DeBruicker
Do not hesitate to submit a slice.

Stef


> Hi -
>
> I don't think I'll be changing the settings for
>
> format as you read
> wrapping
> line number
>
> or reading the cursor position/line number ever.
>
> Is there a way to remove that section from the nautilus code pane?
>
>
> Thanks
>
>
> Paul
>
>


Reply | Threaded
Open this post in threaded view
|

Re: remove the line at the bottom of the code pane in Nautilus in Pharo 5?

Paul DeBruicker
I made issue 19039 and submitted a slice that does this to the Pharo50Inbox.

SLICE-Issue-19039-Remove-the-source-code-annotation-pane-from-Nautilus-PaulDeBruicker.1




stepharo wrote
Do not hesitate to submit a slice.

Stef


> Hi -
>
> I don't think I'll be changing the settings for
>
> format as you read
> wrapping
> line number
>
> or reading the cursor position/line number ever.
>
> Is there a way to remove that section from the nautilus code pane?
>
>
> Thanks
>
>
> Paul
>
>
Reply | Threaded
Open this post in threaded view
|

Re: remove the line at the bottom of the code pane in Nautilus in Pharo 5?

stepharo
Hi Paul

Tx

Pay attention that you should use the latest alpha version and publish
in the pharo60 inbox.
We cannot check all repositories this is too much works and the
integration tool only look into
one inbox.

Stef

Le 5/9/16 à 00:26, Paul DeBruicker a écrit :

> I made issue 19039 and submitted a slice that does this to the Pharo50Inbox.
>
> SLICE-Issue-19039-Remove-the-source-code-annotation-pane-from-Nautilus-PaulDeBruicker.1
>
>
>
>
>
> stepharo wrote
>> Do not hesitate to submit a slice.
>>
>> Stef
>>
>>
>>> Hi -
>>>
>>> I don't think I'll be changing the settings for
>>>
>>> format as you read
>>> wrapping
>>> line number
>>>
>>> or reading the cursor position/line number ever.
>>>
>>> Is there a way to remove that section from the nautilus code pane?
>>>
>>>
>>> Thanks
>>>
>>>
>>> Paul
>>>
>>>
>
>
>
>
> --
> View this message in context: http://forum.world.st/remove-the-line-at-the-bottom-of-the-code-pane-in-Nautilus-in-Pharo-5-tp4900432p4914114.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>


Reply | Threaded
Open this post in threaded view
|

Re: remove the line at the bottom of the code pane in Nautilus in Pharo 5?

stepharo
In reply to this post by Paul DeBruicker
Hi Paul

I checked you submission and we cannot simply remove the bar. For
example people like me use a lot the format and and we should have a way
to activate it.

So either we propose a setting or we make sure that the format as you
read button is available somewhere.

Stef

Le 5/9/16 à 00:26, Paul DeBruicker a écrit :

> I made issue 19039 and submitted a slice that does this to the Pharo50Inbox.
>
> SLICE-Issue-19039-Remove-the-source-code-annotation-pane-from-Nautilus-PaulDeBruicker.1
>
>
>
>
>
> stepharo wrote
>> Do not hesitate to submit a slice.
>>
>> Stef
>>
>>
>>> Hi -
>>>
>>> I don't think I'll be changing the settings for
>>>
>>> format as you read
>>> wrapping
>>> line number
>>>
>>> or reading the cursor position/line number ever.
>>>
>>> Is there a way to remove that section from the nautilus code pane?
>>>
>>>
>>> Thanks
>>>
>>>
>>> Paul
>>>
>>>
>
>
>
>
> --
> View this message in context: http://forum.world.st/remove-the-line-at-the-bottom-of-the-code-pane-in-Nautilus-in-Pharo-5-tp4900432p4914114.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>