Skip to content

Commit

Permalink
Add Editor class as deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
hilaire committed Sep 20, 2019
1 parent f5dc7fe commit 103fd52
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Deprecated80/Editor.class.st
@@ -0,0 +1,8 @@
"
I am deprecated in Pharo 8. My behavior is merged into TextEditor.
"
Class {
#name : #Editor,
#superclass : #TextEditor,
#category : #Deprecated80
}

0 comments on commit 103fd52

Please sign in to comment.