Building FiveLinux applications from "gedit"

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Building FiveLinux applications from "gedit"

Post by Antonio Linares »

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: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply