Search found 1550 matches

by BruceSteers
Wednesday 17th April 2024 4:12pm
Forum: Project showcase
Topic: Germinal - a terminal with some potential
Replies: 3
Views: 70

Re: Germinal - a terminal with some potential

I've just created a development branch on gitlab so i can test things there before merging to main and keep the revision raising to a min. I've just ironed out some bugs in the new routines. : :roll: I have made it so changing prompt line from showing full path to only folder also restores the comma...
by BruceSteers
Wednesday 17th April 2024 1:14pm
Forum: Project showcase
Topic: Germinal - a terminal with some potential
Replies: 3
Views: 70

Re: Germinal - a terminal with some potential

This program is also still a bit WIP I have been using it for a long time and it's fully functional but the recent cursor movement addition was so awesome i had to upload it to the world right away. (i probably should have fully tested/debugged it first) The custom command menu does not work and is ...
by BruceSteers
Wednesday 17th April 2024 10:15am
Forum: Project showcase
Topic: Germinal - a terminal with some potential
Replies: 3
Views: 70

Re: Germinal - a terminal with some potential

Btw. there's some bugs in gb.form.terminal that i'm reporting and hopefully Benoit can find a fix. Basically do not resize the terminal when there is a long command line present. It seems okay with short command lines but if there is a long command (more than one line) then resizing the terminal wil...
by BruceSteers
Tuesday 16th April 2024 4:02pm
Forum: Project showcase
Topic: Germinal - a terminal with some potential
Replies: 3
Views: 70

Germinal - a terminal with some potential

Germinal A gambas terminal application (bash) Main Features.. * Bookmark folders and use the bookmarks to either cd the dir or input the text * Customize look, Color, transparency, font * Show bash history in a searchable list. (see snapshot) * Edit current command line in a TextEditor * Select/Del...
by BruceSteers
Saturday 13th April 2024 11:19pm
Forum: Lounge
Topic: Playground is broken
Replies: 8
Views: 563

Re: Playground is broken

How complex is the playground code? does it need a docker to be secure? I made something similar http://138.68.116.47/cgi-bin/Scripter.gambas It can use gbs3 or Eval and forbids use of Shell and Exec with only this much code.. ' Gambas class file Export Public p As Process Public Sub WebButton1_Clic...
by BruceSteers
Saturday 13th April 2024 10:28pm
Forum: Lounge
Topic: Playground is broken
Replies: 8
Views: 563

Re: Playground is broken

I think it's broken again. Do the Run/Play buttons on the gambas wiki also use the same system as that's showing the same message... "docker start" requires at least 1 argument. See 'docker start --help'. Usage: docker start [OPTIONS] CONTAINER [CONTAINER...] Start one or more stopped cont...
by BruceSteers
Saturday 13th April 2024 2:21pm
Forum: Beginners
Topic: Background colours in TextEditor
Replies: 3
Views: 268

Re: Background colours in TextEditor

Thank you! You're welcome. You'll see you can set Color , Bold, and many other properties for certain types of text that will show when a TextEditor.Highlight mode like "gambas" or "sh" is used. And that's pretty cool. I have it my ScripEd text editor I can fully customize every...
by BruceSteers
Saturday 13th April 2024 11:52am
Forum: Beginners
Topic: Background colours in TextEditor
Replies: 3
Views: 268

Re: Background colours in TextEditor

The TextEditor uses a TextHighlighterTheme that overrides basic Control properties like Background/Foreground. https://gambaswiki.org/wiki/comp/gb.form.editor/texteditor/theme https://gambaswiki.org/wiki/comp/gb.highlight/texthighlightertheme Change the Background like this.... TextEditor1.Theme[&qu...
by BruceSteers
Saturday 13th April 2024 12:53am
Forum: General
Topic: [solved] can not use gambas repoes to get update
Replies: 15
Views: 586

Re: can not use gambas repoes to get update

grayghost4 wrote: Saturday 13th April 2024 12:25am It did not do that on my Debian system ... I had to make the directory my self
Well that is odd, it works okay here on Deb Bookworm :-\

Maybe it works now i have changed it?

Respects
by BruceSteers
Saturday 13th April 2024 12:14am
Forum: General
Topic: [solved] can not use gambas repoes to get update
Replies: 15
Views: 586

Re: can not use gambas repoes to get update

grayghost4 wrote: Friday 12th April 2024 11:51pm that still does not create the directory ...gambas-stable
It should do!
The last argument of git clone selects the directory name to create and clone into...

git clone --depth=1 https://gitlab.com/gambas/gambas.git --branch=stable gambas-stable