Search found 12 matches: gedit

Searched query: gedit

by goosfancito
Tue Dec 24, 2019 6:37 pm
Forum: FiveWin para Harbour/xHarbour
Topic: xmate y harbour?
Replies: 6
Views: 1038

Re: xmate y harbour?

Antonio,
He intentado pasarme a ese editor pero me gusta mas la simpleza que tiene el xMate,
si tuviese un makefile de donde poder ver las librerias que son necesarias para pasar
a harbourd... ya seria total. El xMate es como usar vin en vez de gedit... editor del corazon.

gracias.
by Antonio Linares
Sun Oct 14, 2012 10:05 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: DEBIAN AMD64 A i386 32 BITS
Replies: 8
Views: 4845

Re: DEBIAN AMD64 A i386 32 BITS

Jose Luis,

Yo uso el propio GEdit de Linux (gnome) como editor de código fuente. Para diseñar las ventanas mi consejo es que uses el propio FIveForm.prg (ejemplo desarrollado con FiveLinux): http://forums.fivetechsupport.com/viewtopic.php?f=12&t=24766&start=0&hilit=fiveform

Harbour lo puedes ...
by Antonio Linares
Sat Mar 29, 2008 3:02 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: Distribucion Recomendada?
Replies: 12
Views: 6542

... usa GTK.

> El compilador de C++ es el GCC.

si, usamos el gcc

> ¿ El de recursos ?

Glade

> ¿ Editor de código fuente ?

Puedes usar Kate, GEdit, etc. Nosotros usamos el mismo que en Windows (UEStudio) emulado sobre "Wine".

> No entiendo la diferencia entre FLH y FLX.

FLH : FiveLinux para ...
by xProgrammer
Thu Feb 28, 2008 9:26 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: A Better Programming Environment
Replies: 6
Views: 2934

Hi Antonio

Thanks for the info.

I now have gedit behaving pretty much as I want it so I'd rather stay with something that isn't relying on an emulator.

I have made further improvements since last version of xbase.lang posted here. Still shows signs of being a hack from c.lang. I'll fix that doing ...
by xProgrammer
Thu Feb 28, 2008 9:18 am
Forum: FiveLinux / FiveDroid (Android)
Topic: A Better Programming Environment
Replies: 6
Views: 2934

More Info

Hi all

I have found out how to get xBase highlighting to come out as an extra option on the syntax highlighting menu of gedit. That means you don't have to overwrite your C syntax highlighting.

The following file doesn't work perfectly - there are some C features still left in, and some xBase ...
by xProgrammer
Wed Feb 27, 2008 11:46 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: A Better Programming Environment
Replies: 6
Views: 2934

A Better Programming Environment

Hi all fivelinux programmers.

You are probably using gedit to write / edit your source code.

I figured that there are probably some ways to make this a better environment. Antonio has already shown how you can build your application from within gedit. I figured that the default syntax highlighting ...
by Antonio Linares
Thu Aug 02, 2007 9:47 am
Forum: FiveLinux / FiveDroid (Android)
Topic: Building FiveLinux applications from "gedit"
Replies: 1
Views: 1771

Building FiveLinux applications from "gedit"

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 ...
by Antonio Linares
Wed Aug 01, 2007 11:17 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: Running FiveLinux applications from gnome-commander
Replies: 0
Views: 1190

Running FiveLinux applications from gnome-commander

... desktop
[Desktop Entry]
Encoding=UTF-8
Name=application
MimeType=application/x-executable;
Exec=%f
Type=Application
Terminal=false
NoDisplay=true

then gedit /home/<user>/.local/share/applications/mimeinfo.cache
and add this line:

application/x-executable=gnome-commander.desktop

and thats all!
by xProgrammer
Sun Jul 29, 2007 11:32 am
Forum: FiveLinux / FiveDroid (Android)
Topic: Best Editor to use? Any xBase aware ones? File Associations
Replies: 4
Views: 2131

Thanks and some feedback

... set of options. However I noticed that the .prg file had permissions of rwx. I removed the x permission and double clicking on the file brings up gedit in both gnome commander and the file browser now.

I tried double clicking on my program to run it but in gnome-commander and got the following ...
by Antonio Linares
Sun Jul 29, 2007 10:41 am
Forum: FiveLinux / FiveDroid (Android)
Topic: Best Editor to use? Any xBase aware ones? File Associations
Replies: 4
Views: 2131

... is to install gnome-commander which it is very usefull files manager based on Norton Commander (Total commander on Windows).

From a console window do:
sudo apt-get install gnome-commander

Then invoke it:
gnome-commander

simply double click on a PRG file and gedit will be automatically invoked
by xProgrammer
Sun Jul 29, 2007 3:52 am
Forum: FiveLinux / FiveDroid (Android)
Topic: Best Editor to use? Any xBase aware ones? File Associations
Replies: 4
Views: 2131

Best Editor to use? Any xBase aware ones? File Associations

Wondering what the best editor to use to create / edit .prg files. gedit looks OK but isn't xBase aware (not that I can see). Any plugin for it? Any other editor recommendations?

Also how do you associate .prg files with your text editor so that you don't have to go Open with other application| Text ...