JR
JR
No, never yet, but so far all my uses have been for testing and in the lab, the 35 instruments to come now will be the first large scale field...
@gauteh would you consider wavebug to be mature enough, or should I wait a bit? Also, do you think that wavebug should remain a part of sfy, or do you...
I was looking a bit into the code; it looks like the popup class is available at: https://github.com/helix-editor/helix/blob/master/helix-term/src/ui/popup.rs and in particular, the handling of incoming keys is done by: https://github.com/helix-editor/helix/blob/a6ed104ea2787b523379895b7eb23998aae121f4/helix-term/src/ui/popup.rs#L196-L221...
I think the command I should use may be: https://github.com/helix-editor/helix/blob/7e389b67c24dfe4466112c988b240c807e7e2414/helix-term/src/commands/typed.rs#L106-L139 as it seems to be used by: https://github.com/helix-editor/helix/blob/7e389b67c24dfe4466112c988b240c807e7e2414/helix-term/src/commands/typed.rs#L2500-L2506 I will dig a bit more to see how / with which...
I am trying to understand how this should be executed; I think that the open command is then mapped from the https://github.com/helix-editor/helix/blob/7e389b67c24dfe4466112c988b240c807e7e2414/helix-term/src/commands/typed.rs#L2485 (last snippet above) to a corresponding map https://github.com/helix-editor/helix/blob/7e389b67c24dfe4466112c988b240c807e7e2414/helix-term/src/commands/typed.rs#L3094...
Actually, it may be easier to create a new buffer and paste the content in it; probably something inspired from: + to create a new empty buffer: https://github.com/helix-editor/helix/blob/7e389b67c24dfe4466112c988b240c807e7e2414/helix-term/src/commands/typed.rs#L432-L444 + to...
Starting to work on a drag PR, help and comments welcome :) .
Actually, I do not think that grabbing the content of a popup to display it in a new buffer is doable at present; I am discussing a bit some ideas...
Ready for review as far as I am concerned :) . - I have applied the change recommended above - I have added a section about splitting from the file...
Thanks, I will iterate over the next few days. I have not used chat-gpt but I can give it a test. It is a different topic, but: I have actually...