LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   KDE's Kate alternative in gnome? (https://www.linuxquestions.org/questions/linux-software-2/kdes-kate-alternative-in-gnome-919518/)

michaelinux 12-19-2011 11:18 AM

KDE's Kate alternative in gnome?
 
i just switched to debian squeeze, kinda weird transition for me but i like it so far, i used to use KDE, but debian comes with gnome 2.x.x so i would like to use only gtk based apps, i am looking for an alternative for Kate editor. gedit lacks a LOT of features.
any recommendations?

esteeven 12-19-2011 12:38 PM

Why not "apt-get install kate" and stick to what you enjoy/like? :)

MTK358 12-19-2011 01:08 PM

Quote:

Originally Posted by michaelinux (Post 4553783)
i am looking for an alternative for Kate editor. gedit lacks a LOT of features.

There is no GNOME application equivalent to kate.

DavidMcCann 12-19-2011 05:51 PM

You could just put KDE on Debian. Otherwise, try an editor like Geany or Bluefish.

Telengard 12-19-2011 06:10 PM

It doesn't look like a feature-for-feature match with our dear Kate, but I did find Scribes.

frankbell 12-19-2011 07:12 PM

I also like Kate. However, in Gedit, if you go to View-->Highlight Mode on the menu and explore the options there, you might find some of the settings there help.

craigevil 12-19-2011 10:39 PM

If you install Kate with apt-get in the terminal be sure to install only what you need:
Code:

sudo apt-get update
sudo apt-get install kate --no-install-recommends


You might try Scribes or cream.


Scribes focuses on streamlining your workflow. It does so by ensuring
that common and repetitive operations are intelligently automated and also
by eliminating factors that prevent you from focusing on your tasks.
.
The result is a text editor that provides a fluid user experience,
that is easy and fun to use and that ensures the safety of your
documents at all times.
Homepage: http://scribes.sourceforge.net/



Cream's motto is "Cream makes the powerful Vim text editor easy!". It brings
a completely different look and feel to the VIM for those who are used to more
intuitive editors while still preserving the more powerful features of VIM.
It features pull-down menus, color themes, bookmarking, auto spellcheck and
more. It leaves the default VIM untouched and is started by running 'cream'.
Homepage: http://cream.sf.net


All times are GMT -5. The time now is 08:07 PM.