Hello friends, Linux offers many text editors, and ideas for users of any other operating system , But choosing the best editor is useful for your use.
Here a large number of text editors for Linux users.
Emacs
GNU Emacs is an extensible, customizable text editor—and more. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing. The features of GNU Emacs include:
- Content-sensitive editing modes, including syntax coloring, for a variety of file types including plain text, source code, and HTML.
- Complete built-in documentation, including a tutorial for new users.
- Full Unicode support for nearly all human languages and their scripts.
- Highly customizable, using Emacs Lisp code or a graphical interface.
- A large number of extensions that add other functionality, including a project planner, mail and news reader, debugger interface, calendar, and more. Many of these extensions are distributed with GNU Emacs; others are available separately.
Kate
Kate is a multi document editor that provide numerous features.
- encoding support (Unicode and lots of others)
- bi-directional text rendering support
- line ending support (Windows, Unix, Mac), including auto detection
- network transparency (open remote files)
- extensible through scripting
- bookmarking system (also supported: break points etc.)
- scroll bar marks
- line modification indicators
- line numbers
- code folding
- highlighting support for more than 180 languages
- bracket matching
- smart on-the-fly spell checking
- highlighting of selected words
- scriptable auto indentation
- smart comment and uncomment handling
- auto completion with argument hints
- vi input mode
- rectangular block selection mode
- incremental search, also known as “find as you type”
- support for multiline search & replace
- regular expression support
- search & replace in multiple opened files or files on disk
- backups on save
- swap files to recover data on system crash
- undo / redo system
Gedit
gedit is the GNOME text editor.
While aiming at simplicity and ease of use, gedit is a powerful general purpose text editor.
Notable Features
- Full support for internationalized text (UTF-8)
- Configurable syntax highlighting for various languages (C, C++, Java, HTML, XML, Python, Perl and many others)
- Undo/Redo
- Editing files from remote locations
- File reverting
- Print and print preview support
- Clipboard support (cut/copy/paste)
- Search and replace
- Go to specific line
- Auto indentation
- Text wrapping
- Line numbers
- Right margin
- Current line highlighting
- Bracket matching
- Backup files
- Configurable fonts and colors
- A complete online user manual
- A flexible plugin system which can be used to dynamically add new advanced features
VIM
Vim is the editor of choice for many developers and power users.
It is basically a command line editor, that is very light on system resources. You can also get GUI based editor from the site.
You can use this editor in all operating systems and in any desktop environments in Linux.
many text editors and word processors require you to use the mouse to click a menu item or icon, or use the Ctrl-s hotkey combination, to save a file.
In Vim, you can save a file without your hands leaving the keyboard, and sometimes without even leaving the home keys. From Vim's insert mode, hit Escape and then :w. That's all. More on that later.
will be good info if you put the screenshot of each software..
ReplyDeletekeep share..
Thank you, it will be implemented soon
ReplyDelete