Search found 3 matches

by justlostintime
Friday 21st January 2022 3:18am
Forum: Lounge
Topic: pluma like "External Tools" in my gambas :) :)
Replies: 11
Views: 12734

Re: pluma like "External Tools" in my gambas :) :)

Have you thought about loading gambas scripts as plugins for the tools.
Once loaded as a plugin the scripts would have direct access to all parts of the ide.
by justlostintime
Friday 21st January 2022 1:36am
Forum: Project showcase
Topic: Gambas3 Shell gsh as replacement for BASH
Replies: 0
Views: 11978

Gambas3 Shell gsh as replacement for BASH

Gambas Shell gsh a linux shell replacement for BASH. This allows the integration of cli command and shell expansion features into your gambas3 environment. It is both interactive and batch capable with job control. Also supporting aliases as used in bash. Functions can be developed interactively, an...
by justlostintime
Thursday 20th January 2022 7:02pm
Forum: Lounge
Topic: pluma like "External Tools" in my gambas :) :)
Replies: 11
Views: 12734

Re: pluma like "External Tools" in my gambas :) :)

Hi Bruce,

How does it integrate into the ide, will i have to do a merge every time the IDE is updated?

It is something I have been looking for, How are the plugins executed from the IDE?

Thanks for your work on this!