FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveLinux / FiveDroid (Android) Building FiveLinux applications from "gedit"
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Building FiveLinux applications from "gedit"
Posted: Thu Aug 02, 2007 09:47 AM

In gedit, go to "Edit", "Preferences". Then select "plugins" and check
"External tools".

Then go to "Tools", "External tools..." and add a new tool:

name it: "FiveLinux"
description: "FiveLinux"
shortcut key: (press) F5
Command(s):

!/bin/sh

name=$GEDIT_CURRENT_DOCUMENT_NAME;
file=${name%.*};
./build.sh $file;

input: current document
output: display in bottom pane

That's all :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Building FiveLinux applications from "gedit"
Posted: Thu Aug 02, 2007 09:55 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion