Ubuntu/Debian/Mint news and tutorials | Linux gaming
facebook.png
twitter.png
feed.png
Quick Tip
Disable Overlay Scrollbars in GNOME
gsettings set com.canonical.desktop.interface scrollbar-mode normal
Quick Tip
Find Files Containing a Text Pattern
find . -iname "*.txt" -exec grep -l "hello" {} +
Categories
Online Readers
Advertise on TuxArena
Linux Cheat Sheet

Have a look at our Linux Cheat Sheet for quick one-liners, commands and tips.

Medit is a somewhat simple text editor with all the usual features you would expect from it: it has support for tabs, syntax highlighting, indentation and more.

medit01

Full article

KKEdit is a text editor based on GTK3 for GNOME, currently under development, with several useful features for the average programmer.

The latest release, 0.0.32, came out a few hours ago, and includes several new features, like two new menu entries, New Editor and New Admin Editor, two fixes in the source highlighting dropdown list, and several other minor fixes.

Full article

Kate (the KDE Advanced Text Editor) is the well known, powerful text editor that ships by default in KDE, and has plenty of powerful features for both simple text editing as well as programmers. Some of the notable functions that it offers include indentation, syntax highlighting for hundreds of programming languages, block-selection mode or spell-checking.

about

Full article

Bluefish is a powerful text editor aimed towards developers with features such as syntax highlighting, indentation, support for projects, auto-completion and more. Considering Linux is saturated with various text editors and integrated development environments ranging from the simplest to the more complex and feature-rich ones, let’s see what Bluefish offers for programmers and not only.

bluefish01

Full article