Skip to content

Commit

Permalink
move #selectedClassOrMetaClass to not be extension, there are a lot o…
Browse files Browse the repository at this point in the history
…f these in the system and they are used not only for completion
  • Loading branch information
MarcusDenker committed Oct 29, 2019
1 parent a9c093f commit c2a00d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/NECompletion/FinderUI.extension.st

This file was deleted.

6 changes: 6 additions & 0 deletions src/Tool-Finder/FinderUI.class.st
Expand Up @@ -958,6 +958,12 @@ FinderUI >> selectedClass [
^ self finder selectedClass
]

{ #category : #accessing }
FinderUI >> selectedClassOrMetaClass [

^ self selectedClass
]

{ #category : #accessing }
FinderUI >> selectedMethod [
^ self finder selectedMethod
Expand Down

0 comments on commit c2a00d3

Please sign in to comment.