Dyalog / ride

Cross-platform IDE for Dyalog APL
https://dyalog.github.io/ride
MIT License
202 stars 31 forks source link

Add an SI Stack window #52

Closed jayfoad closed 7 years ago

jayfoad commented 7 years ago

Add an SI stack window, like in the ODE. There is a GetSIStack message in the protocol for this.

jayfoad commented 7 years ago

There is a GetSIStack message in the protocol.

e9gille commented 7 years ago

@jayfoad should we not also add the stack drop-down list in the tracer?

@johndaintree does the protocol allow for RIDE to request switching to another item in the stack?

johndaintree commented 7 years ago

@johndaintree https://github.com/johndaintree does the protocol allow for RIDE to request switching to another item in the stack?

Nope.

/JD

From: Gilgamesh Athoraya [mailto:notifications@github.com] Sent: 24 February 2017 09:26 To: Dyalog/ride ride@noreply.github.com Cc: johndaintree johnd@dyalog.com; Mention mention@noreply.github.com Subject: Re: [Dyalog/ride] Add an SI Stack window (#52)

@jayfoad https://github.com/jayfoad should we not also add the stack drop-down list in the tracer?

@johndaintree https://github.com/johndaintree does the protocol allow for RIDE to request switching to another item in the stack?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Dyalog/ride/issues/52#issuecomment-282244973 , or mute the thread https://github.com/notifications/unsubscribe-auth/AKU_CYF6WamJ3G_kGYq-K44ygSOo4ax6ks5rfqIjgaJpZM4LtqZN . https://github.com/notifications/beacon/AKU_CWHsFr-vWq4yB9XItEZ1XfF_R6Jcks5rfqIjgaJpZM4LtqZN.gif

e9gille commented 7 years ago

@johndaintree I thought as much, but presumably it is something you'd like to add, right?

johndaintree commented 7 years ago

Sure, we can add it.

/JD

From: Gilgamesh Athoraya [mailto:notifications@github.com] Sent: 24 February 2017 11:26 To: Dyalog/ride ride@noreply.github.com Cc: johndaintree johnd@dyalog.com; Mention mention@noreply.github.com Subject: Re: [Dyalog/ride] Add an SI Stack window (#52)

@johndaintree https://github.com/johndaintree I thought as much, but presumably it is something you'd like to add, right?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Dyalog/ride/issues/52#issuecomment-282269627 , or mute the thread https://github.com/notifications/unsubscribe-auth/AKU_CdE8lb8LQ8F4zmjWKheKquyHBlF9ks5rfr5igaJpZM4LtqZN . https://github.com/notifications/beacon/AKU_CSuQYCEgYTqsULjykAWMdz5JLaSYks5rfr5igaJpZM4LtqZN.gif

jayfoad commented 7 years ago

@jayfoad should we not also add the stack drop-down list in the tracer?

No, I don't want this. It seems like duplicating functionality that you can get by opening the stack window. And I don't think we should add it just because the ODE has it.