Nicolas Anquetil

Results 19 issues of Nicolas Anquetil

For example: - MooseObject >> mooseFinderNavigationIn: - MooseObject >> mooseSpecificSpotterProcessorsFor: Hints: they reference GT/Glamour classes: GLMCompositePresentation, GTFilterSubstring or use gt methods: gtInspectorRelationsIn: , titleIcon:

implementation is: ``` queryOutgoingDependencies "Associations + typeDeclarations" ^ self queryAllOutgoing addAll: self queryOutgoingTypeDeclarations; yourself ``` which means it supposes their are Type entities and Type declaration properties, ...

Like ``, ``, ``, and `` This would make it easier to search for them and be sure it does not collide with other pragmas from other packages - ``...

enhancement
Infrastructure

For example a block [:x :y | ... color of cell at X/Y ]

See discussion on [https://github.com/moosetechnology/Famix/issues/549](https://github.com/moosetechnology/Famix/issues/549) How can we offer this kind of high level functionalities so that it is easily reusable ?

All moosetechnology repos have their own CI It would be nice to have the last result of all these CIs on a single web page (dashboard of the project) either...

2 problems with `RSSearchInCanvasInteraction >> isKeyForSearch:` because it requires: `evt commandKeyPressed` (see code down) - on non mac computers (ex: linux), the commandkey is not used, it is the control...

note: this is an extension method from Moose-Core

Sprint