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.
Search found 12 matches: gedit
Searched query: gedit
- Tue Dec 24, 2019 6:37 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: xmate y harbour?
- Replies: 6
- Views: 1038
- 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 ...
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 ...
- Sat Mar 29, 2008 3:02 pm
- Forum: FiveLinux / FiveDroid (Android)
- Topic: Distribucion Recomendada?
- Replies: 12
- Views: 6542
- Thu Feb 28, 2008 9:26 pm
- Forum: FiveLinux / FiveDroid (Android)
- Topic: A Better Programming Environment
- Replies: 6
- Views: 2934
- 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 ...
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 ...
- 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 ...
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 ...
- Thu Aug 02, 2007 9:57 am
- Forum: FiveLinux / FiveDroid (Android)
- Topic: Construir aplicaciones FiveLinux desde gedit
- Replies: 0
- Views: 1246
- 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 ...
"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 ...
- 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!
[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!
- 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 ...
I tried double clicking on my program to run it but in gnome-commander and got the following ...
- 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
- 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 ...
Also how do you associate .prg files with your text editor so that you don't have to go Open with other application| Text ...