dr-geo
[Top][All Lists]
Advanced

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

[Dr. Geo] [Bug 2020712] Re: Numerous registered events


From: hilaire
Subject: [Dr. Geo] [Bug 2020712] Re: Numerous registered events
Date: Thu, 25 May 2023 13:40:06 -0000

Implemented something like that in Sketch editor and browser to invoke
release of event

DrGSmalltalkSketchEditor>>releaseMiniView
        drgeoView submorphCount = 1 ifTrue: [
                drgeoView firstSubmorph ifNotNil: [:miniView|   miniView  app 
release] ]

** Changed in: drgeo
       Status: Confirmed => In Progress

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

Title:
  Numerous registered events

Status in Dr. Geo:
  In Progress

Bug description:
  Do we needs to register these events below in DrGMorph?

  Because a lot are registered, and not clean up. It clutters the (self
  actionsMaps) in the ActiveModel and slow down the environment.


  DrGMoprh>>registerEvents
        mathItem
                ifNotNil: [
                        mathItem
                                when: #deletedMathItem
                                send: #deleteMorph:
                                to: self app
                                with: self.
                        mathItem 
                                when: #updateMyView
                                send: #updateAllMathItems
                                to: self domain]

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




reply via email to

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