Changes

Summary

  1. Implementing a new iteration on top of spotter. In Highlights it (details)
  2. If I don't add the packages it will be complicated it will work (details)
  3. Fixing the calypso spotter after the changes in the handling of the hand (details)
  4. Removing unused extension methods. (details)
  5. Fixing the initialization (details)
  6. - Fixing tests after rename in the package - Adding $- as an splitter in (details)
  7. Adding Senders iterator and fixing some issues (details)
  8. Fixing dependencies (details)
  9. Fixing critiques (details)
  10. Removing reference to Smalltalk (details)
  11. Fixing a problem with the activeWorld and the currentHand when removing (details)
Commit a06bc5d99078f3a7de6a7e127b6a8e7f71095498 by tesonep
Implementing a new iteration on top of spotter. In Highlights it
includes:
- A set of processors implemented using generators and composable
filters, so they don't need to traverse the whole image on a query.
- Introduction of a query object representing complex queries that can
be done (like # operators and spliting in words).
- Adding the concept of SptEntry to avoid adding extension methods to
all the classes in the system.
- Removing the use of pragma based processors in the main spotter to
enhance the experience as looking up pragmas is to heavy.
- Adding a spinner to show activity in the query, and a help message to
provide help to the new users.
- Better handling of the system settings and more ordered elements,
showing a more concise and useful view.
- The processors results are collected iteratively, so it has a better
response to the user.
- Extensible to support the use of indexes.
The file was removedsrc/GT-Spotter-UI/GTSpotterCandidatesProcessor.extension.st
The file was modifiedsrc/GT-Spotter/DoubleLinkedList.extension.st (diff)
The file was modifiedsrc/GT-SpotterExtensions-Core/GTSpotter.extension.st (diff)
The file was modifiedsrc/GT-Spotter-UI/GTSpotterWidgetThemer.class.st (diff)
The file was addedsrc/GT-Spotter/GTSpotterQueryStarted.class.st
The file was modifiedsrc/GT-Spotter-UI/GTSpotterDropDownMorph.class.st (diff)
The file was removedsrc/GT-Spotter/GTSpotterProcessor.class.st
The file was modifiedsrc/GT-SpotterExtensions-Core/MenuItemMorph.extension.st (diff)
The file was modifiedsrc/GT-Spotter/GTSpotterCandidatesList.class.st (diff)
The file was modifiedsrc/GT-Spotter/GTSpotterCandidatesListProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter/GTSpotterExtensionSettings.class.st (diff)
The file was addedsrc/GT-Spotter-UI/GTLinkLabelMorph.class.st
The file was modifiedsrc/Tool-Catalog/CatalogSettings.class.st (diff)
The file was addedsrc/GT-SpotterExtensions-Core/AbstractCompiler.extension.st
The file was modifiedsrc/GT-SpotterExtensions-Core/MenuMorph.extension.st (diff)
The file was removedsrc/GT-Spotter-UI/GTSpotterProcessor.extension.st
The file was addedsrc/GT-Spotter-UI/GTSpotterHelpBrick.class.st
The file was modifiedsrc/GT-Spotter/GTSpotter.class.st (diff)
The file was addedsrc/GT-Spotter/GTSpotterQueryEnded.class.st
The file was addedsrc/GT-Spotter/GTSpotterPragmaBasedProcessor.class.st
The file was removedsrc/GT-SpotterExtensions-Core/OpalCompiler.extension.st
The file was modifiedsrc/BaselineOfPharoGT/BaselineOfPharoGT.class.st (diff)
The file was modifiedsrc/GT-Spotter-UI/GTSpotterHeaderBrick.class.st (diff)
The file was modifiedsrc/GT-Spotter/GTSpotterCandidatesProcessor.class.st (diff)
The file was removedsrc/Tool-Catalog/GTSpotter.extension.st
The file was modifiedsrc/GT-Spotter-UI/GTSpotterMorph.class.st (diff)
The file was modifiedsrc/GT-Spotter-UI/GTSpotterProfiler.class.st (diff)
The file was modifiedsrc/GT-Spotter-UI/GTSpotterContentsBrick.class.st (diff)
The file was modifiedsrc/GT-Spotter-UI/GTSpotterResultsBrick.class.st (diff)
The file was modifiedsrc/GT-Spotter/GTSpotterStep.class.st (diff)
Commit 5ade3bd4f4c3920c4de088892e1b94b1116e8abf by tesonep
If I don't add the packages it will be complicated it will work
The file was addedsrc/GT-Spotter-Processors/SptUnifiedProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptCaseSelectorIterator.class.st
The file was addedsrc/GT-Spotter-Processors/SptPackageEntry.class.st
The file was addedsrc/GT-Spotter-Processors/SptPackageProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptImplementorsIterator.class.st
The file was addedsrc/GT-Spotter-Processors/SptSourceFactory.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/GeneratorIteratorTest.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/package.st
The file was addedsrc/GT-Spotter-Processors/SptGeneratorBlockIterator.class.st
The file was addedsrc/GT-Spotter-Processors/SptWorldMenuEntry.class.st
The file was addedsrc/GT-Spotter-Processors/SptMethodEntry.class.st
The file was addedsrc/GT-Spotter-Processors/SptIterator.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptUnifiedProcessorTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptFilter.class.st
The file was addedsrc/GT-Spotter-Processors/SptWithoutDuplicatesDecorator.class.st
The file was addedsrc/GT-Spotter-Processors/package.st
The file was addedsrc/GT-Spotter-Processors/SptImplementorsProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptHistoryProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptPackageIterator.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptImplementorsProcessorTest.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptHelpProcessorTest.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/CamelCaseSplitTest.class.st
The file was addedsrc/GT-Spotter-Processors/MenuMorph.extension.st
The file was addedsrc/GT-Spotter-Processors/SptCollectionBasedProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptIteratorBlockDecorator.class.st
The file was addedsrc/GT-Spotter-Processors/SptCollectionIterator.class.st
The file was addedsrc/GT-Spotter-Processors/SptDefaultSourceFactory.class.st
The file was addedsrc/GT-Spotter-Processors/String.extension.st
The file was addedsrc/GT-Spotter-Processors/SptHelpEntry.class.st
The file was addedsrc/GT-Spotter-Processors/MenuItemMorph.extension.st
The file was addedsrc/GT-Tests-Spotter-Processors/GTMockCandidatesList.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptWorldMenuProcessorTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptEntry.class.st
The file was addedsrc/GT-Spotter-Processors/SptClassEntry.class.st
The file was addedsrc/GT-Spotter-Processors/SptClassProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptIteratorDecorator.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/BenchProcessors.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptIteratorsTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptWordsAwareFilter.class.st
The file was addedsrc/GT-Spotter-Processors/SptCatalogProjectEntry.class.st
The file was addedsrc/GT-Spotter-Processors/SptWindowsProcessor.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/AbstractSptProcessorTest.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/GeneratorBlockIteratorTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptBeginsWithFilter.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptWindowsProcessorTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptWindowEntry.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptHistoryProcessorTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptGenericGenerator.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptCatalogProjectsProcessorTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptClassIterator.class.st
The file was addedsrc/GT-Spotter-Processors/SptSpotterProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptCatalogProjectsProcessor.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptClassProcessorTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptTransformation.class.st
The file was addedsrc/GT-Spotter-Processors/SptWorldMenuProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptAbstractStringFilter.class.st
The file was addedsrc/GT-Spotter-Processors/SptSubStringFilter.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptPackageProcessorTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptHelpProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptQuery.class.st
The file was addedsrc/GT-Spotter-Processors/SptSequenceIterator.class.st
Commit bccfe2986093fe8952257f2de6762e1c47616ef4 by tesonep
Fixing the calypso spotter after the changes in the handling of the hand
The file was modifiedsrc/Calypso-SystemPlugins-Spotter/ClyOpenSpotterMenuCommand.class.st (diff)
Commit 2eb32f272ad4623587fac551282dec5724330e40 by tesonep
Removing unused extension methods.
The file was removedsrc/GT-SpotterExtensions-Core/AbstractCompiler.extension.st
Commit 5f02aa0630a5f95ff3b3e479c961abaf40c034dd by tesonep
Fixing the initialization
The file was modifiedsrc/BaselineOfIDE/BaselineOfIDE.class.st (diff)
Commit 1052eba5dad1d4a4cbed5478cba8edae0ab6df7f by tesonep
- Fixing tests after rename in the package - Adding $- as an splitter in
words
The file was modifiedsrc/GT-Tests-Spotter-Processors/SptPackageProcessorTest.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptWordsAwareFilter.class.st (diff)
The file was modifiedsrc/GT-Tests-Spotter-Processors/SptUnifiedProcessorTest.class.st (diff)
Commit 9133e20e5e764eaf14a1d81ef46f4ba16cc47ba8 by tesonep
Adding Senders iterator and fixing some issues
The file was addedsrc/GT-Spotter-Processors/SptSendersProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptSendersIterator.class.st
The file was modifiedsrc/Glamour-Morphic-Brick/GLMPhlowTextBrick.class.st (diff)
The file was modifiedsrc/GT-Spotter/GTSpotterCandidatesProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter/GTSpotterPragmaBasedProcessor.class.st (diff)
The file was addedsrc/GT-Spotter-UI/GTSpotterPragmaBasedProcessor.extension.st
The file was addedsrc/GT-Spotter/AbstractSpotterProcessor.class.st
The file was modifiedsrc/GT-Spotter/GTSpotterPragmaBasedProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptSpotterProcessor.class.st (diff)
The file was addedsrc/GT-Spotter-UI/GTSpotterCandidatesProcessor.extension.st
The file was modifiedsrc/GT-Spotter/GTSpotter.class.st (diff)
The file was modifiedsrc/GT-Spotter/GTSpotterCandidatesListProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter/GTSpotterCandidatesProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptMethodEntry.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptPackageEntry.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptHistoryProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptFilter.class.st (diff)
The file was addedsrc/GT-Spotter-Processors/ManifestGTSpotterProcessors.class.st
The file was modifiedsrc/GT-Spotter-Processors/SptClassProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptUnifiedProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptCatalogProjectEntry.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptTransformation.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptClassEntry.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptSpotterProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptWorldMenuEntry.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptImplementorsProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptWordsAwareFilter.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptHelpProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptCaseSelectorIterator.class.st (diff)
Commit 3e3579db3657e83fa1d65f9837993eb23e9cf76b by tesonep
Removing reference to Smalltalk
The file was modifiedsrc/GT-Spotter-Processors/SptCatalogProjectEntry.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptEntry.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptPackageEntry.class.st (diff)
Commit 54e03d23f354210a9a2a5e155ddc8f86b7a5bac8 by tesonep
Fixing a problem with the activeWorld and the currentHand when removing
the bricks.
The file was modifiedsrc/GT-Spotter-UI/GTSpotterMorph.class.st (diff)
The file was modifiedsrc/Glamour-Morphic-Brick/GLMEmptyPopupBrick.class.st (diff)
The file was modifiedsrc/Glamour-Morphic-Brick/GLMScrollPaneBrick.class.st (diff)

Summary

  1. Implementing a new iteration on top of spotter. In Highlights it (details)
  2. If I don't add the packages it will be complicated it will work (details)
  3. Fixing the calypso spotter after the changes in the handling of the hand (details)
  4. Removing unused extension methods. (details)
  5. Fixing the initialization (details)
  6. - Fixing tests after rename in the package - Adding $- as an splitter in (details)
  7. Adding Senders iterator and fixing some issues (details)
  8. Fixing dependencies (details)
  9. Fixing critiques (details)
  10. Removing reference to Smalltalk (details)
  11. Fixing a problem with the activeWorld and the currentHand when removing (details)
Commit a06bc5d99078f3a7de6a7e127b6a8e7f71095498 by tesonep
Implementing a new iteration on top of spotter. In Highlights it
includes:
- A set of processors implemented using generators and composable
filters, so they don't need to traverse the whole image on a query.
- Introduction of a query object representing complex queries that can
be done (like # operators and spliting in words).
- Adding the concept of SptEntry to avoid adding extension methods to
all the classes in the system.
- Removing the use of pragma based processors in the main spotter to
enhance the experience as looking up pragmas is to heavy.
- Adding a spinner to show activity in the query, and a help message to
provide help to the new users.
- Better handling of the system settings and more ordered elements,
showing a more concise and useful view.
- The processors results are collected iteratively, so it has a better
response to the user.
- Extensible to support the use of indexes.
The file was modifiedsrc/BaselineOfPharoGT/BaselineOfPharoGT.class.st (diff)
The file was addedsrc/GT-Spotter/GTSpotterPragmaBasedProcessor.class.st
The file was modifiedsrc/GT-Spotter-UI/GTSpotterContentsBrick.class.st (diff)
The file was addedsrc/GT-Spotter/GTSpotterQueryStarted.class.st
The file was removedsrc/GT-SpotterExtensions-Core/OpalCompiler.extension.st
The file was addedsrc/GT-Spotter/GTSpotterQueryEnded.class.st
The file was modifiedsrc/GT-Spotter-UI/GTSpotterWidgetThemer.class.st (diff)
The file was modifiedsrc/GT-Spotter-UI/GTSpotterProfiler.class.st (diff)
The file was modifiedsrc/GT-Spotter-UI/GTSpotterResultsBrick.class.st (diff)
The file was modifiedsrc/GT-Spotter-UI/GTSpotterMorph.class.st (diff)
The file was removedsrc/GT-Spotter/GTSpotterProcessor.class.st
The file was modifiedsrc/GT-SpotterExtensions-Core/MenuItemMorph.extension.st (diff)
The file was removedsrc/GT-Spotter-UI/GTSpotterProcessor.extension.st
The file was modifiedsrc/GT-Spotter/GTSpotter.class.st (diff)
The file was modifiedsrc/GT-Spotter/DoubleLinkedList.extension.st (diff)
The file was addedsrc/GT-SpotterExtensions-Core/AbstractCompiler.extension.st
The file was modifiedsrc/GT-Spotter/GTSpotterExtensionSettings.class.st (diff)
The file was removedsrc/GT-Spotter-UI/GTSpotterCandidatesProcessor.extension.st
The file was modifiedsrc/GT-Spotter/GTSpotterStep.class.st (diff)
The file was modifiedsrc/GT-SpotterExtensions-Core/GTSpotter.extension.st (diff)
The file was modifiedsrc/GT-Spotter/GTSpotterCandidatesProcessor.class.st (diff)
The file was modifiedsrc/GT-SpotterExtensions-Core/MenuMorph.extension.st (diff)
The file was modifiedsrc/Tool-Catalog/CatalogSettings.class.st (diff)
The file was modifiedsrc/GT-Spotter-UI/GTSpotterDropDownMorph.class.st (diff)
The file was addedsrc/GT-Spotter-UI/GTSpotterHelpBrick.class.st
The file was removedsrc/Tool-Catalog/GTSpotter.extension.st
The file was modifiedsrc/GT-Spotter/GTSpotterCandidatesList.class.st (diff)
The file was addedsrc/GT-Spotter-UI/GTLinkLabelMorph.class.st
The file was modifiedsrc/GT-Spotter-UI/GTSpotterHeaderBrick.class.st (diff)
The file was modifiedsrc/GT-Spotter/GTSpotterCandidatesListProcessor.class.st (diff)
Commit 5ade3bd4f4c3920c4de088892e1b94b1116e8abf by tesonep
If I don't add the packages it will be complicated it will work
The file was addedsrc/GT-Spotter-Processors/SptHistoryProcessor.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/package.st
The file was addedsrc/GT-Spotter-Processors/MenuMorph.extension.st
The file was addedsrc/GT-Spotter-Processors/SptMethodEntry.class.st
The file was addedsrc/GT-Spotter-Processors/SptWindowsProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptImplementorsProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptPackageProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptUnifiedProcessor.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/AbstractSptProcessorTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptWindowEntry.class.st
The file was addedsrc/GT-Spotter-Processors/SptClassEntry.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/GeneratorBlockIteratorTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptImplementorsIterator.class.st
The file was addedsrc/GT-Spotter-Processors/SptBeginsWithFilter.class.st
The file was addedsrc/GT-Spotter-Processors/SptWorldMenuProcessor.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptClassProcessorTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptSequenceIterator.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/CamelCaseSplitTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptPackageIterator.class.st
The file was addedsrc/GT-Spotter-Processors/String.extension.st
The file was addedsrc/GT-Spotter-Processors/SptSourceFactory.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptPackageProcessorTest.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/GeneratorIteratorTest.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptHistoryProcessorTest.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/BenchProcessors.class.st
The file was addedsrc/GT-Spotter-Processors/SptTransformation.class.st
The file was addedsrc/GT-Spotter-Processors/SptEntry.class.st
The file was addedsrc/GT-Spotter-Processors/SptDefaultSourceFactory.class.st
The file was addedsrc/GT-Spotter-Processors/package.st
The file was addedsrc/GT-Spotter-Processors/SptClassProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptAbstractStringFilter.class.st
The file was addedsrc/GT-Spotter-Processors/SptIterator.class.st
The file was addedsrc/GT-Spotter-Processors/SptCollectionBasedProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptSpotterProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptFilter.class.st
The file was addedsrc/GT-Spotter-Processors/SptGenericGenerator.class.st
The file was addedsrc/GT-Spotter-Processors/SptCaseSelectorIterator.class.st
The file was addedsrc/GT-Spotter-Processors/SptWordsAwareFilter.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptWindowsProcessorTest.class.st
The file was addedsrc/GT-Spotter-Processors/MenuItemMorph.extension.st
The file was addedsrc/GT-Spotter-Processors/SptPackageEntry.class.st
The file was addedsrc/GT-Spotter-Processors/SptWorldMenuEntry.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptCatalogProjectsProcessorTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptIteratorDecorator.class.st
The file was addedsrc/GT-Spotter-Processors/SptCatalogProjectsProcessor.class.st
The file was addedsrc/GT-Spotter-Processors/SptIteratorBlockDecorator.class.st
The file was addedsrc/GT-Spotter-Processors/SptCollectionIterator.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptImplementorsProcessorTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptCatalogProjectEntry.class.st
The file was addedsrc/GT-Spotter-Processors/SptHelpEntry.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptHelpProcessorTest.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptWorldMenuProcessorTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptHelpProcessor.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/GTMockCandidatesList.class.st
The file was addedsrc/GT-Spotter-Processors/SptWithoutDuplicatesDecorator.class.st
The file was addedsrc/GT-Spotter-Processors/SptQuery.class.st
The file was addedsrc/GT-Spotter-Processors/SptClassIterator.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptIteratorsTest.class.st
The file was addedsrc/GT-Spotter-Processors/SptGeneratorBlockIterator.class.st
The file was addedsrc/GT-Spotter-Processors/SptSubStringFilter.class.st
The file was addedsrc/GT-Tests-Spotter-Processors/SptUnifiedProcessorTest.class.st
Commit bccfe2986093fe8952257f2de6762e1c47616ef4 by tesonep
Fixing the calypso spotter after the changes in the handling of the hand
The file was modifiedsrc/Calypso-SystemPlugins-Spotter/ClyOpenSpotterMenuCommand.class.st (diff)
Commit 2eb32f272ad4623587fac551282dec5724330e40 by tesonep
Removing unused extension methods.
The file was removedsrc/GT-SpotterExtensions-Core/AbstractCompiler.extension.st
Commit 5f02aa0630a5f95ff3b3e479c961abaf40c034dd by tesonep
Fixing the initialization
The file was modifiedsrc/BaselineOfIDE/BaselineOfIDE.class.st (diff)
Commit 1052eba5dad1d4a4cbed5478cba8edae0ab6df7f by tesonep
- Fixing tests after rename in the package - Adding $- as an splitter in
words
The file was modifiedsrc/GT-Tests-Spotter-Processors/SptUnifiedProcessorTest.class.st (diff)
The file was modifiedsrc/GT-Tests-Spotter-Processors/SptPackageProcessorTest.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptWordsAwareFilter.class.st (diff)
Commit 9133e20e5e764eaf14a1d81ef46f4ba16cc47ba8 by tesonep
Adding Senders iterator and fixing some issues
The file was addedsrc/GT-Spotter-Processors/SptSendersProcessor.class.st
The file was modifiedsrc/Glamour-Morphic-Brick/GLMPhlowTextBrick.class.st (diff)
The file was addedsrc/GT-Spotter-Processors/SptSendersIterator.class.st
The file was modifiedsrc/GT-Spotter/GTSpotterCandidatesProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter/GTSpotterPragmaBasedProcessor.class.st (diff)
The file was addedsrc/GT-Spotter/AbstractSpotterProcessor.class.st
The file was addedsrc/GT-Spotter-UI/GTSpotterPragmaBasedProcessor.extension.st
The file was modifiedsrc/GT-Spotter/GTSpotter.class.st (diff)
The file was modifiedsrc/GT-Spotter/GTSpotterPragmaBasedProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptSpotterProcessor.class.st (diff)
The file was addedsrc/GT-Spotter-UI/GTSpotterCandidatesProcessor.extension.st
The file was modifiedsrc/GT-Spotter/GTSpotterCandidatesListProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter/GTSpotterCandidatesProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptWordsAwareFilter.class.st (diff)
The file was addedsrc/GT-Spotter-Processors/ManifestGTSpotterProcessors.class.st
The file was modifiedsrc/GT-Spotter-Processors/SptPackageEntry.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptTransformation.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptWorldMenuEntry.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptCaseSelectorIterator.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptClassProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptFilter.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptHistoryProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptHelpProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptSpotterProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptClassEntry.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptCatalogProjectEntry.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptMethodEntry.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptUnifiedProcessor.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptImplementorsProcessor.class.st (diff)
Commit 3e3579db3657e83fa1d65f9837993eb23e9cf76b by tesonep
Removing reference to Smalltalk
The file was modifiedsrc/GT-Spotter-Processors/SptCatalogProjectEntry.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptEntry.class.st (diff)
The file was modifiedsrc/GT-Spotter-Processors/SptPackageEntry.class.st (diff)
Commit 54e03d23f354210a9a2a5e155ddc8f86b7a5bac8 by tesonep
Fixing a problem with the activeWorld and the currentHand when removing
the bricks.
The file was modifiedsrc/GT-Spotter-UI/GTSpotterMorph.class.st (diff)
The file was modifiedsrc/Glamour-Morphic-Brick/GLMScrollPaneBrick.class.st (diff)
The file was modifiedsrc/Glamour-Morphic-Brick/GLMEmptyPopupBrick.class.st (diff)