dr-geo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dr. Geo] [Bug 1824623] [NEW] Value hidden by default


From: hilaire
Subject: [Dr. Geo] [Bug 1824623] [NEW] Value hidden by default
Date: Sat, 13 Apr 2019 12:27:00 -0000

Public bug reported:

When programming a sketch, by default computed values are hidden.

While it was a programmer choice to not overcrowd a sketch with
intermediate objects, it is a source of confusion for the user. Indeed
it requires to send the #show message to the value object to see it in
the sketch.

Change it so it is not hidden by default:

finalizeValue: item
"By default we do not hide the value"
   ^ self finalizeValue: item hide: false

** Affects: drgeo
     Importance: Medium
         Status: New


** Tags: smalltalk-sketch

-- 
You received this bug notification because you are a member of DrGeo
developers, which is subscribed to Dr. Geo II.
Matching subscriptions: Dr. Geo bug report
https://bugs.launchpad.net/bugs/1824623

Title:
  Value hidden by default

Status in Dr. Geo II:
  New

Bug description:
  When programming a sketch, by default computed values are hidden.

  While it was a programmer choice to not overcrowd a sketch with
  intermediate objects, it is a source of confusion for the user. Indeed
  it requires to send the #show message to the value object to see it in
  the sketch.

  Change it so it is not hidden by default:

  finalizeValue: item
  "By default we do not hide the value"
     ^ self finalizeValue: item hide: false

To manage notifications about this bug go to:
https://bugs.launchpad.net/drgeo/+bug/1824623/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]