Gedit plugins for everyone


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Gedit plugins for everyone
# 1  
Old 06-23-2008
Gedit plugins for everyone

Mon, 23 Jun 2008 08:00:00 GMT
If you drift between distributions, one of the first things you might notice is that Gedit, GNOME's text editor, is not always the same on each system. For instance, in Debian, Gedit is a relatively simple text edit, while in Ubuntu, it sprouts features that Debian users may never have seen. The difference is the plugins that each distribution packages with Gedit and enables by default. Many of these plugins make only small alterations by themselves, but enable a dozen or more and you'll find Gedit transformed almost out of recognition, regardless of whether you are using it to write code or plain text.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Red Hat

Cannot install gedit-plugins-2.16.0 on RHEL 5.7 (Tikanga)

I am trying to compile the gedit plugins with gedit 2.16.0 and RHEL 5.7 (arch: i386). I downloaded the package and followed the instruction in README: The error output: checking for GEDIT... configure: error: Package requirements ( glib-2.0 >= 2.8.0 gtk+-2.0 >= 2.8.0 gtksourceview-1.0 >=... (1 Reply)
Discussion started by: imperialguy
1 Replies

2. UNIX for Dummies Questions & Answers

gedit newline weirdness

I have this file cd /media/AUDIO/WAVE/9780743561181 ~/Desktop/mp3-to-m4b 9780743561181-UNLEASHING THE IDEA VIRUS "UNLEASHING THE IDEA VIRUS" "GODIN, SETH" 2006 n cd /media/AUDIO/WAVE/9780743561204 ~/Desktop/mp3-to-m4b 9780743561204-STALIN'S GHOST "STALIN'S GHOST" "SMITH, MARTIN" 2007 n cd... (1 Reply)
Discussion started by: glev2005
1 Replies

3. UNIX and Linux Applications

gedit/gtksourceview: Updating types for syntax highlighting?

I wrote a new .lang file for syntax highlighting a language I use frequently. It works fine, except that it doesn't glob onto the files automatically. Is there a utility I need to run to update a gtksourceview database? Here's the relevant portion of the code. <language id="pari"... (0 Replies)
Discussion started by: CRGreathouse
0 Replies

4. Red Hat

Unable to activate Gedit plugin

Hi everyone I downloaded the multi-edit plugin for Gedit from this link: Multi-edit | Jon Walsh I copied all the files in ~/.gnome2/gedit/plugins/ as described in the website but I can't activate the plugin. I can see it but I can't activate it in Gedit preferences. Does anyone come... (0 Replies)
Discussion started by: goude
0 Replies

5. UNIX for Dummies Questions & Answers

how to open a text file using some tool such as gedit under gtk

how to open a text file using some tool such as gedit under gtk I list some text file names in a GtkCList . I want to open the file on when users click on the row. How to implement this ? Thanks (0 Replies)
Discussion started by: cy163
0 Replies
Login or Register to Ask a Question
gnome-system-log(1)					      General Commands Manual					       gnome-system-log(1)

NAME
gnome-system-log - the GNOME System Log Viewer SYNOPSIS
gnome-system-log or select System Log from the System Tools submenu of the Applications menu. DESCRIPTION
GNOME System Log Viewer is a simple utility to display system log files. AUTHOR
The GNOME System Log Viewer was written by Cesar Miquel <miquel@df.uba.ar>. GNOME System Log Viewer Plugin Interface was written by Lin Ma <lin.ma@sun.com>. This manual page was written by Jochen Voss <voss@mathematik.uni-kl.de>. Plugin Service Provider Interface (SPI) We have provided an SPI for adding plugins into Gnome Log Viewer. The SPI mainly includes three parts: I/O (LogviewIFaceIO) This defines the main input interface. This is used by Log Viewer to read a logs content into memory, whether the logs source is text or binary, the data returned here should be text - most likely in the current locale. It also provides methods to allow the main application to get other information about the log such as whether the log has changed. It's the reposibility of the plugin to maintain information about the log file(s) such as the current location in the file, the size of the file, etc. Views (LogviewIFaceView) This interface defines a mechanism to enable the formatting of log data, dividing it into lines. The current implementation defines how to group lines by date and the conversion of the log from the current locale to UTF-8. Collectors (LogviewIFaceCollector) This interface is used to gather the list of logs. New types of logs may be added using this interface. For the detail information, please see /usr/share/gtk-doc/html/logview/index.html. Plugin Priority A priority list is maintained for each category of plugin - this defines the order in which plugins will be used - higher priority plugins override lower priority plugins. Priorities are categorised as: Priority 0-9: Used by the delivered default plugins Priority 10+: End Users plugins. Plugin Search Path Log Viewer will search in the following directories for plugins: $HOME/.gnome2/gnome-system-log/plugins/`uname -p` /lib/gnome-system-log/plugins Plugin Security Both libgrablogs and libpipelog only recognize the configure file which has the same owner ship to the user, otherwise they will back to the system default ones. In Solaris, they will use a fork/exec/pfsh to run the commands within the configure files; in Linux, they will use popen(3). Default Plugins Three plugins are available for the end-users. They are libgrablogs.so, libplainlog.so and libpipelog.so. FILES
/usr/lib/gnome-system-log/plugins/libgrablogs.so A default plugin - collecting some log files from system. See grablogs.conf (4). /usr/lib/gnome-system-log/plugins/libplainlog.so A default plugin - view ASCII log files. /usr/lib/gnome-system-log/plugins/libpipelog.so A default plugin - has a higher priority than libplainlog.so, view the output of a command. See pipelog.conf (4). /var/log/messages The system's main logfile. /etc/syslog.conf Configuration file for syslogd. See syslog.conf(5) for exact information. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +----------------------------------+-----------------------------+ | ATTRIBUTE TYPE^ATTRIBUTE VALUE | | +----------------------------------+-----------------------------+ |Availability^SUNWgnome-log-viewer | | +----------------------------------+-----------------------------+ |Interface stability^GVolatile | | +----------------------------------+-----------------------------+ SEE ALSO
syslogd(8), sysklogd(8), syslog.conf(5), syslogd-listfiles(8), grablogs.conf(4), pipelog.conf(4) gnome-utils 2.16.0 Aug 09 2002 gnome-system-log(1)