remove the line at the bottom of the code pane in Nautilus in Pharo 5?
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
On 10 Jun 2016, at 18:16, PAUL DEBRUICKER <pdebruic@gmail.com> 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
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 <sven@stfx.eu> wrote:
On 10 Jun 2016, at 18:16, PAUL DEBRUICKER <pdebruic@gmail.com> 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
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
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-Naut... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
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-Naut... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
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-Naut... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (5)
-
PAUL DEBRUICKER -
Paul DeBruicker -
Peter Uhnák -
stepharo -
Sven Van Caekenberghe