Building FiveLinux applications from "gedit"

Building FiveLinux applications from "gedit"

Postby Antonio Linares » Thu Aug 02, 2007 9: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41302
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Antonio Linares » Thu Aug 02, 2007 9:55 am

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41302
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveLinux / FiveDroid (Android)

Who is online

Users browsing this forum: No registered users and 2 guests