[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dr. Geo] [Bug 1816711] Re: Creating a script method
From: |
hilaire |
Subject: |
[Dr. Geo] [Bug 1816711] Re: Creating a script method |
Date: |
Thu, 21 Feb 2019 14:20:53 -0000 |
Modify this to add update on MethodAdded:
DrGScriptBrowser>>methodsIn: composite
[..]
composite
updateOn: MethodModified from: [ SystemAnnouncer uniqueInstance ];
updateOn: MethodAdded from: [ SystemAnnouncer uniqueInstance ].
[..]
** Changed in: drgeo
Status: New => In Progress
--
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/1816711
Title:
Creating a script method
Status in Dr. Geo II:
In Progress
Bug description:
From the dedicated script editor, new method can be created by editing
the source code of any method and changing its name, then saving.
- When the save command is requested from the button at the right of
the "Code Source" tab, it works.
- When the save command is invoked with Ctrl+S, it does not work
Note: when saving a modified command, Ctrl+s is working just fine.
To manage notifications about this bug go to:
https://bugs.launchpad.net/drgeo/+bug/1816711/+subscriptions