Creating a script method

Bug #1816711 reported by hilaire
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Dr. Geo
Fix Released
Medium
Unassigned

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.

Related branches

Revision history for this message
hilaire (hilaire-fernandes) wrote :

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
Changed in drgeo:
status: In Progress → Fix Committed
Changed in drgeo:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.