How does one remove a method in Squeak! Smalltalk? I'm using a Seaside 2.8.4 image and I've accidentally added a method and made a typo in the name. I renamed it, but then it just made a new method. How do I remove the old one? Google didn't turn anything up.
2
There are 2 best solutions below
Related Questions in SMALLTALK
- Create LineMorph From 100@100 to mouse location in smalltalk
- Double dispatch in Pharo
- Syntax for class and instance variables and methods in Pharo 4.0
- Variable types in smalltalk
- How to Check if objectA has all message as objectB in smalltalk?
- Smalltalk syntax highlighting
- How can I add an item in the World-menu of Pharo 4.0?
- How to get name of superclass according to class in smalltalk
- FFI in Squeak: Singleton ExternalLibrary vs. class methods vs. methods in ExternalStructures?
- Smalltalk - How to avoid typechecks in this situation?
- Smalltalk stdin nextLine for fixed number of lines of input
- Squeak doesn't run on Mac OS Sierra
- Can the ifTrue be omitted from an if in smalltalk?
- How to create an arrow morph in smalltalk80 (squeak) programmatically?
- How to implement instance behaviour (for testing) in Cuis/Squeak/Pharo?
Related Questions in SQUEAK
- Create LineMorph From 100@100 to mouse location in smalltalk
- Variable types in smalltalk
- How to Check if objectA has all message as objectB in smalltalk?
- How can I add an item in the World-menu of Pharo 4.0?
- How to get name of superclass according to class in smalltalk
- FFI in Squeak: Singleton ExternalLibrary vs. class methods vs. methods in ExternalStructures?
- Squeak doesn't run on Mac OS Sierra
- How to create an arrow morph in smalltalk80 (squeak) programmatically?
- How to implement instance behaviour (for testing) in Cuis/Squeak/Pharo?
- How to force finalization (for testing) in Cuis/Squeak/Pharo?
- The right way to print a collection with delimiter in SmallTalk - Squeak?
- Blocks and ifTrue statement
- equality by value and equality by refernce with linked list
- check if 2 linked list have the same elements regardless of order
- initialization of local block variable only at the first time the user call the block
Related Questions in SEASIDE
- Smalltalk syntax highlighting
- When using HTML <select> tag, changed 'selected' value not displayed in Firefox
- Referencing the selected text in a textarea
- Remove method in Seaside
- How to get an element's position in real time
- Seaside: list losing its content on update
- How can I change how single element paths are handled in Seaside?
- Where to start learning about Seaside internals?
- Getting the value of a JQueryInstance
- Including fonts in Seaside
- Updating Reef parts on the fly
- Seaside calling a component inside javascript
- Tab Widget in jquery - Seaside- Pharo smalltalk
- Default JQuery UI Tabs
- Any reason not to write my own HTML?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
In the browser yellow-click on a method name in the rightmost pane and select Remove method...
Squeak identifies mouse buttons by the colors red, yellow and blue because the Alto computer for which Smalltalk-80 was originally developed had a mouse with three colored buttons.
The yellow button is usually the middle button on an Unix mouse and the right button on a Windows mouse. That's because the mice on Windows PCs tend to have only two buttons while the ones on Unix X11 workstations traditionally had three.