Gilgamesh Athoraya

Results 59 comments of Gilgamesh Athoraya

Added the menu option, but it uses the same technique as the drag-n-drop. Once the protocol has been updated we can revisit this.

Fixed issue with deleted lines disappearing from session in 5210388aaf4f41d208810c3812dbbda2772032ff To permanently delete lines from session one should use the DK command (delete block) which isn't implemented properly in RIDE...

Now change your prefs to use a block cursor and you will understand why. I think you may still argue it should show the help for the character to the...

We currently don't create a shortcut for RIDE in the Start menu. @JasonDyalog will help me resolve that.

I believe this is fixed in a24f39e1ba4d17d2413d22a86992ddc87f7472c5 but as I can't replicate #886, I can't test. Feel free to reopen if not fixed.

Two issues here that are involved. 1. The editor requests suggestions as you type, so it depends on the interpreter to provide a list as you type. When you backspace...

I believe the regression is caused by the introduction of shell style autocomplete. Tab key was extended to trigger suggestions when pressed (single time in classic mode and twice in...

Correction, a single tab should be sufficient in both cases as we would know if there are completion items and could insert soft tabs immediately.