Re: Kate feature request

Kåre Särs <[email protected]> Mon, 01 Jul 2024 14:46:50 +0300
Newsgroups gmane.comp.kde.devel.kwrite
Message-ID <6060563.lOV4Wx5bFT@insta-precision3580>
Hi,

There is the Build & Run plugin that should be able to do what you want

Either you run the command in the "build" command and have only terminal=20
output, or you can run the command in the "run command" and the command wil=
l=20
be run in a terminal tab (in the build tool-view)

 And then there is the "Tools -> Run Current Document" that tries to execut=
e=20
the current document in the terminal

Hope that helps :)

/K=C3=A5re

On fredag 7 juni 2024 17:06:55 EEST nohan van der merwe wrote:
> To whom it may concern,
>=20
> I'm making the switch from VSCode to Kate, and would like to request a
> feature to facilitate REPL based workflows (Python, Julia).
>=20
> Specifically, the ability to execute External Tool-like scripted commands
> in the embedded terminal. This would enable running the current file in
> Julia REPL via custom shortcuts.
>=20
> I understand that the Terminal and External Tools are separate plugins.
>=20
> I imagine the feature could be implemented by either interfacing these
> plugins (perhaps adding the terminal as an output option in the External
> Tools plugin), or by modifying the terminal 'run' command, similar to the
> 'prefix' functionality it currently uses.
>=20
> Other features that would be nice include running code sections, perhaps
> using 'silent' piping to the terminal? I'm not sure how VSCode implements
> the same.
>=20
> Nevertheless, Kate is quite nice so far, and I'm enjoying the switch.
>=20
> Regards
> Johan