Andrei Chiș

Results 91 issues of Andrei Chiș

We should have a preview of a tab show when hovering over the tab

enhancement

This iterates over implementors/senders instead of using the cache. ``` refactoring := ( RBRenameMethodRefactoring renameMethod: #haba in: Object to: #haba2 permutation: #()) ``` ``` refactoring primitiveExecute ```

enhancement

Currently the way we load NeoJSON uses the [v17](https://github.com/svenvc/NeoJSON/releases/tag/v17) release, which is quite old.

enhancement

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...

enhancement

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...

enhancement

We had before `LeDailyNotePageType` that we do not use now. We still have code related to it that can be removed.

cleanup

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...

bug

`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...