Andrei Chiș
Andrei Chiș
We should have a preview of a tab show when hovering over the tab
This iterates over implementors/senders instead of using the cache. ``` refactoring := ( RBRenameMethodRefactoring renameMethod: #haba in: Object to: #haba2 permutation: #()) ``` ``` refactoring primitiveExecute ```
Currently the way we load NeoJSON uses the [v17](https://github.com/svenvc/NeoJSON/releases/tag/v17) release, which is quite old.
Currently we have our own XML related projects migrated from SmalltalkHub. We should depend on the ones in pharo-contributions. The current ones that we have are: - https://github.com/feenkcom/XMLParser -> https://github.com/pharo-contributions/XML-XMLParser...
At the moment changes to Lepiter pages are not tracked individually. This means that there is no undo at the level of a page for actions that change the structure...
We had before `LeDailyNotePageType` that we do not use now. We still have code related to it that can be removed.
Executing this job using the remote runner and one worker blocks almost all the time on Mac and Windows. All works good on Linux. ``` factory := GtRrExampleTestFactory new. factory...
`FileLocator>>parent` uses `GtResourceClosestFileLocator`. This takes into account `gtResource`. Introducing `gtResource` can change the path from `pharo-local` to `gt-extra`. This means that sometimes when calling `parent` on a file locator for...