[Pharo-dev] Re: How to reinitialize SpCodePresenter commands?

2023-08-24 Thread Esteban Lorenzano
Hi, This is not cached, commands are calculated each time (hence, there is no reset). Esteban > On 24 Aug 2023, at 20:55, stephane ducasse wrote: > > Hi > > I wanted to extend SpCodePresenter so I created a new command and I added the > new command manually in > > codeNavigationCommandsG

[Pharo-dev] How to reinitialize SpCodePresenter commands?

2023-08-24 Thread stephane ducasse
Hi I wanted to extend SpCodePresenter so I created a new command and I added the new command manually in codeNavigationCommandsGroupWith: aPresenter | group | group := (CmCommandGroup named: 'Code search') asSpecGroup description: 'Search the system fro