LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-10-2007, 03:20 AM   #1
mr.v.
Member
 
Registered: Jun 2006
Distribution: Slackware 11
Posts: 59

Rep: Reputation: 15
A good graphical text editor for GNOMEless KDEless computer...


Hi all--

Before switching to slackware I was using ubuntu and they had gEdit that ran for both XFCE and GNOME. However, it appears that gedit is a gnome specific application.

I'm using the fluxbox window manager because it actually runs fast on my old POS computer. (even XFCE gets a little boggy)

But i really like gedit because it was simple. I'm tired of using the console vi. It's good. And I learned to love it when trying to get XWindows to start...but now that I'm in X I want something simple...Gedit is simple. So naturally I tried to get it working...

I downloaded gedit from the website, untarred it, ran ./configure which died requesting gnome-doc-utils. So I got those, ./configure worked but the "make" choked asking for OTHER gnome utilities. I decided gedit wasn't going to happen easily without chasing down a zillion dependencies.

So my question is, is there a good, simple, Gedit like text editor that will work in my computer onto which I didn't install KDE or GNOME?

Other threads I've seen mention kate (but that seems to require kde), cooledit (seems a bit too fancy for what I'm looking for), and emacs (which requires a little more brain power than I'm willing to expend...I'm still working on learning vi =). Any other suggestions? Or perhaps anyone have a simple suggestion to get GEDIT to work without gnome?

Thanks!

Last edited by mr.v.; 01-10-2007 at 03:22 AM.
 
Old 01-10-2007, 03:38 AM   #2
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
These are mainly for editing source code in many different languages, but can be used as regular text editors too.
scite (Much like gedit. I use it all the time.)
nedit (The version I had seemed a little buggy?)
beaver (I haven't used this in a long time.)

Last edited by Sepero; 01-10-2007 at 03:39 AM.
 
Old 01-10-2007, 03:42 AM   #3
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
mousepad

..if you're one of those Notepad-oriented people

Of course GEdit works without the whole Gnome, but you will need the Gnome libraries, so probably it's not what you want. Except if you intend to run other GTK apps too.
 
Old 01-10-2007, 03:56 AM   #4
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,645

Rep: Reputation: 146Reputation: 146
I tried beside others nedit (Sepero mentioned it) and medit which I like most: http://mooedit.sourceforge.net/
 
Old 01-10-2007, 04:40 AM   #5
anupamsr
Member
 
Registered: Sep 2004
Location: India
Distribution: Kubuntu, Archlinux, Suse, Gentoo, Mandrake
Posts: 371

Rep: Reputation: 30
If you are not doing programming in general, Nedit is superb.
If programming, SciTE is the best.
I havent tried others.

You can also try jext.
 
Old 01-10-2007, 06:07 AM   #6
wisp
LQ Newbie
 
Registered: Dec 2003
Distribution: Slackware
Posts: 6

Rep: Reputation: 0
You can also give JEdit a try. It's quite powerful with tons of plugins available, albeit a bit slower than native executables.
 
Old 01-10-2007, 10:27 AM   #7
anupamsr
Member
 
Registered: Sep 2004
Location: India
Distribution: Kubuntu, Archlinux, Suse, Gentoo, Mandrake
Posts: 371

Rep: Reputation: 30
Quote:
Originally Posted by wisp
You can also give JEdit a try. It's quite powerful with tons of plugins available, albeit a bit slower than native executables.
Actually, that is what I was thinking, and that is why I suggested jext. It is also based on Java, and is also based on Python... which means it is not as slow as JEdit and is quite powerful editor.

It is, though, not actively developed, (last release from July 7, 2004). Still is quite powerful; and a lot for beautiful than JEdit .
 
Old 01-10-2007, 11:27 AM   #8
mr.v.
Member
 
Registered: Jun 2006
Distribution: Slackware 11
Posts: 59

Original Poster
Rep: Reputation: 15
Thanks for all the suggestions. I'm going to try a few out. I think I may use jedit as the text editor simply because I have the runtime environment since I do program in java from time to time.
I also really like jedit because it lets you select the character you want for newlines.

Quote:
Originally Posted by bouncer
Of course GEdit works without the whole Gnome, but you will need the Gnome libraries, so probably it's not what you want. Except if you intend to run other GTK apps too.
So here's a somewhat unrelated question, when I installed slackware I was careful to ensure that the GTK and GTK2 libraries were installed from the L package series. So are most GTK apps compiled simply against the GTK/GTK2 libraries, or do they also depend on a ton of other gnome libraries+binaries like doc-utils, scroll-view etc?

Thanks!
 
Old 01-10-2007, 11:35 AM   #9
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
bluefish if you want something easy to use.

since you said you have an old comp it doesn't make sense to run a bloated java-based editor.

and Emacs is great because you can run it in an x-terminal or natively from the console and still have a shell on one frame and your code in another and a directory listing in another...
 
Old 01-10-2007, 12:25 PM   #10
tobyl
Member
 
Registered: Apr 2003
Location: uk
Distribution: slackware current
Posts: 768

Rep: Reputation: 64
leafpad is another alternative

tobyl
 
Old 01-10-2007, 01:49 PM   #11
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
In my download area here:
http://distro.ibiblio.org/pub/linux/.../Applications/
You'll find nedit and scite as well as cooledit, gnotepad+, gxedit, mp.
I nearly always use scite for text files, cooledit if I want to edit binary files. Sometimes use nedit still, if scite highlighting doesn't agree with some code.
 
Old 01-10-2007, 03:08 PM   #12
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Why not use gvim, part of every Slackware?
Can be used with the "vi" feel (using ESC to get into command mode for instance) and with additional menu bar, or be used in "insert mode" where it feels like any other graphical editor. The gvim menus contain loads of cool tools and shortcuts.

Eric
 
Old 01-10-2007, 03:23 PM   #13
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I think nedit is one of the best. But don't compile it from source, use the binary ... certain versions of libs will break some features. (this happened to me several times)
 
Old 01-10-2007, 04:02 PM   #14
mr.v.
Member
 
Registered: Jun 2006
Distribution: Slackware 11
Posts: 59

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Alien Bob
Why not use gvim, part of every Slackware?
gvim huh? I've been tinkering with it since you suggested it and I really like it. I'm going to go through the tutorial and documents.

One of the problems with Slackware is that it was hard to remember what all programs I included during the install program. I'm certain there are 14,000 really cool programs I don't even know are on my system. I'm going to go through the packages and read some of the text that went whizzing by during the install...

Thanks for all the help everyone. I'm going to try out everything. I liked nedit. It's pretty easy to use and decently good looking despite the motif look and feel. (not that I can complain with a 4MB graphics card =)
 
Old 01-10-2007, 04:09 PM   #15
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
You can either browse /var/log/packages or use pkgtool option v to see what you have on your system. If you install anything from source or from some other method you can use other tools to keep track of what's installed on your system- there are many threads on this- search for checkinstall, slackbuild, etc.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
A good text editor...this should be simple. TheMusicGuy Linux - Software 9 10-06-2004 12:16 AM
a good console text editor for programing/debuging? zovres Programming 1 09-21-2004 02:23 AM
Good simple text editor like WinSyntax needed eBopBob Linux - Software 5 08-18-2004 03:15 PM
good text editor doralsoral Linux - Software 3 02-19-2004 10:43 PM
Can anyone recommend a good text editor? MadCactus Linux - General 11 08-23-2003 12:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration