|
Home | Switchboard | Unix Administration | Red Hat | TCP/IP Networks | Neoliberalism | Toxic Managers |
(slightly skeptical) Educational society promoting "Back to basics" movement against IT overcomplexity and bastardization of classic Unix |
News | Cooledit | Jedit (Java-based and not that super light) |
Mcedit | FTE | LE | Jed | Joe |
geany | Dead Editors Society ;-) |
|
In computer science, a good simple convenient text editor is a must. And most of them have Windows heritage ;-) To this end, we've included a multitude of Windows-style lightweight editors available today.
GUI-based environments have some pretty decent PC-style editors link KDE_KEdit and Nedit. For command line situation is not so good, but still there are some decent implementations...
|
MC also comes with what appears to be a much better editor known as mcedit. This is a console window version of CoolEdit, but the development stalled long ago.
This editor has interesting non standard for Windows cut and paste scheme. First F3 marks start of selection, second F3 marks the end of selection and highlight the selection. Then you can move your cursor. If you press F5, selected area will be moved to the cursor location. If you press F6, selected area will be copied and inserted to the cursor location. F2 will save file.F10 will get you out. Most other cursor keys works intuitively for Windows users
This editor can be directly started like:
$ mc -e filename_to_edit $ mcedit filename_to_edit
This is not a multi-window editor but one can use multiple Linux console to achieve same effect. To copy between windows, ALT-Fn-keys to switch virtual consoles and use "File->Insert file" or "File->Copy to file" to move portion of file to other files.
In Midnight Commander this internal editor can be replaced with any external editor of choice.
Also many programs use environment variables EDITOR or VISUAL to decide which editor to use. If you are uncomfortable with vim, set these to "mcedit" by in ~/.bashrc:
... export EDITOR=mcedit export VISUAL=mcedit ...See Mcedit
jEdit - Open Source programmer's text editor -- if you use Java (1.4.2 or later, then it might be an optimal choice, otherwise it might be too much staff to install ;-)
jEdit is a mature and well-designed programmer's text editor that has been in development for over 5 years.
While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GNU General Public License.
The core of jEdit is primarily developed by Slava Pestov, and jEdit plugins are being written by a large and diverse team of programmers from around the world.
Some of jEdit's features include:
- Written in Java, so it runs on MacOS X, OS/2, Unix, VMS and Windows.
- Built-in macro language; extensible plugin architecture. Dozens of macros and plugins available.
- Plugins can be downloaded and installed from within jEdit using the "plugin manager" feature.
- Auto indent, and syntax highlighting for more than 80 languages.
- Supports a large number of character encodings including UTF8 and Unicode.
- Folding for selectively hiding regions of text.
- Word wrap.
- Highly configurable and customizable.
- Every other feature, both basic and advanced, you would expect to find in a text editor. See the Features page for a full list.
LE - le editor 1.9 by Alexander V. Lukyanov - February 25th 2000, 12:37 EST. See also ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
LE 1.9 supports Perl and has many block operations with stream and rectangular blocks, can edit both unix and dos style files (LF/CRLF), is binary clean, has hex mode, can edit files and mmap'pable devices in mmap shared mode (only replace), has tunable syntax highlighting, tunable color scheme (can use default colors), tunable key map. It is slightly similar to Norton Editor, but has more features.
The JED Programmer's Editor -- a free text editor for Unix, VMS, MSDOS, OS/2, and MS Windows based on S-Lang scripting language. Default set of commands close to WordStar(or Borland IDE, if you wish ;-). Actively developed and has active mailing list.
It is relatively small (less than 200K), loads fast, does not take much disk space or memory. Included on most Linux distributions. For a long tyme it is used as a standard editor on Slackware. On RH is it configured to emulated Emacs mode (actually it's doing it pretty well and is noticeably faster). To change to WordStar mode one needs to edit file /usr/lib/jed/lib/jed.rc and
Developed by John E. Davis, who also developed S-Lang language. Embeddable implementation of S-lang is often called S-lang library is pretty popular and used in Midnight Commander and Lynx, MOST, and SLRN.
and participated in the development of Color Lynx, rxvt. slsc.
The color highlighting is a big plus. The latest version is B0.99-7 which may be obtained via ftp from space.mit.edu which is also mirrored in Europe at ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang. Among features:
There is also a useful add-on jedstate. Using jedstate together with jed's startup_hook() and exit_hook() as glue, jed remembers the cursor position of all visited files and will automatically jump to that position again when the files are revisited. The database, which is gdbm based, is purgeable on a "time since last view" criterion. Jedstate comes with two sample hooks for easy integration with jed.
Additional sources of information:
|
Switchboard | ||||
Latest | |||||
Past week | |||||
Past month |
November 18, 2015Visual Studio code (VScode) is the cross-platform Chromium-based code editor is being open sourced today by Microsoft. How do I install Microsoft Visual Studio Code on a Debian or Ubuntu or Fedora Linux desktop?
Visual Studio supports debugging Linux apps and code editor now open source by Microsoft. It is a preview (beta) version but you can test it and use it on your own Linux based desktop.
From the project website:
Visual Studio Code provides developers with a new choice of developer tool that combines the simplicity and streamlined experience of a code editor with the best of what developers need for their core code-edit-debug cycle. Visual Studio Code is the first code editor, and first cross-platform development tool - supporting OS X, Linux, and Windows - in the Visual Studio family. If you use Unity, ASP.NET 5, NODE.JS or related tool, give it a try.
Requirements for Visual Studio Code on Linux
- Ubuntu Desktop version 14.04
- GLIBCXX version 3.4.15 or later
- GLIBC version 2.15 or later
The following installation instructions are tested on:
- Fedora Linux 22 and 23
- Debian Linux 8
- Ubuntu Linux 14.04 LTS
Download Visual Studio Code
Visit this page to grab the latest version and save it to ~/Downloads/ folder on Linux desktop:
Make a new folder (say $HOME/VSCode) and extract VSCode-linux-x64.zip inside that folder or in /usr/local/ folder. Unzip VSCode-linux64.zip to that folder.
Alternate install method
You can use the wget command to download VScode as follows:
$ wget 'https://az764295.vo.msecnd.net/public/0.10.1-release/VSCode-linux64.zip'
Sample outputs:--2015-11-18 13:55:23-- https://az764295.vo.msecnd.net/public/0.10.1-release/VSCode-linux64.zip Resolving az764295.vo.msecnd.net (az764295.vo.msecnd.net)... 93.184.215.200, 2606:2800:11f:179a:1972:2405:35b:459 Connecting to az764295.vo.msecnd.net (az764295.vo.msecnd.net)|93.184.215.200|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 64638315 (62M) [application/octet-stream] Saving to: 'VSCode-linux64.zip' 100%[======================================>] 64,638,315 84.9MB/s in 0.7s 2015-11-18 13:55:23 (84.9 MB/s) - 'VSCode-linux64.zip' saved [64638315/64638315]Install VScode using the command line
Cd to ~/Download/ location, enter:
$ cd ~/Download/
$ ls -l
Sample outputs:
Unzip VSCode-linux64.zip in /usr/local/ directory, enter:
$ sudo unzip VSCode-linux64.zip -d /usr/local/
Cd into /usr/local/ to create the soft-link as follows using the ln command for the Code executable. This is useful to run VSCode from the terminal application:
$ su -
# cd /usr/local/
# ls -l
# cd bin/
# ln -s ../VSCode-linux-x64/Code code
# exit
Sample session:How do I use VSCode on Linux?
Open the Terminal app and type the following command:
$ /usr/local/bin/code
And, there you have it, the VSCode installed and working correctly on the latest version of Debian, Ubuntu and Fedora Linux. I suggest that you read getting started pages from Microsoft to understand the core concepts that will make you more productive writing and navigating your code.
However, I'm glad to know that there are now two really good IDEs out there, and Geany is one of them. Compared to Eclipse, the other good IDE, it's much more lightweight but just as capable.
... ... ...
Aside from being lightweight, Geany does a great job of staying out of the way while you code, and displaying certain features right where you need them. Line numbers, syntax highlighting, automatically closing braces, parenthesis, and more, all do what they need to do, and don't alter your personal workflow style. For a programmer, it's very good to develop a coding habit you're comfortable with and use a code editor that doesn't force you to do things differently.
Google matched content |
How To Install Microsoft Visual Studio Code on Linux
23 Best Open Source Text Editors (GUI + CLI) in 2021
- fast and intuitive user interface
- color syntax highlighting
- can fold blocks of text out of sight, based on code indentation
- multiple levels of undo and redo
- incremental 'as you type' searching
- search/replace through multiple files
- browse function to quickly find all references to a symbol
- automatic compiler error location
- context-sensitive access to external help systems
- flexible wordwrap, which correctly handles indented blocks of text
- block indent/unindent
- binary and hex editing modes for hacking executable and data files
- record/playback keystroke macros
- built in tetris game and screensaver
- configuration options to alter key bindings, screen colors, etc
DOS: fed.zip (262k)
Linux: fed.tar.gz (200k)
ZED -- practically dead and should probably be removed. Was developed by Sandro Serafini; has decent DOS port. Default command set is WordStar like, but can easily be changed. Current version seems to be 1.03 (as of July 1999). Does not make much sense in view of existence of Jed.
Joe editor -- The Joe editor has a set of command close to the WordStar, so it can be convenient to DOS old-timers who know this ancient command set. It was developed by Joseph H. Allen with assistance of Larry Foard and Gary Gray. It is a full featured UNIX screen-editor. Included in RH. Also available from ftp.std.com, file: src/editors/joe*.tar.Z. (ftp://nic.funet.fi/pub/unix/editors/joe2.8.tar.Z). It is also able emulate PICO ('jpico' version), but who cares ;-).
Joe is lightweight (160K), text mode text editor and is not bad, but it's definitely not my favorite -- I do not like Wordstar command set.
Key features:
joe is also quite configurable through its 'joerc' file. One can change almost every aspect of joe through this file including: status bar, keybindings, default behavior, help screen text and more. There are for example WordStar and Emacs 'rc' files included with distribution of joe (see the /usr/lib/joe directory).
To make it a default editor one needs to include in /etc/profile the line
"export EDITOR=joe"
Additional information:
Society
Groupthink : Two Party System as Polyarchy : Corruption of Regulators : Bureaucracies : Understanding Micromanagers and Control Freaks : Toxic Managers : Harvard Mafia : Diplomatic Communication : Surviving a Bad Performance Review : Insufficient Retirement Funds as Immanent Problem of Neoliberal Regime : PseudoScience : Who Rules America : Neoliberalism : The Iron Law of Oligarchy : Libertarian Philosophy
Quotes
War and Peace : Skeptical Finance : John Kenneth Galbraith :Talleyrand : Oscar Wilde : Otto Von Bismarck : Keynes : George Carlin : Skeptics : Propaganda : SE quotes : Language Design and Programming Quotes : Random IT-related quotes : Somerset Maugham : Marcus Aurelius : Kurt Vonnegut : Eric Hoffer : Winston Churchill : Napoleon Bonaparte : Ambrose Bierce : Bernard Shaw : Mark Twain Quotes
Bulletin:
Vol 25, No.12 (December, 2013) Rational Fools vs. Efficient Crooks The efficient markets hypothesis : Political Skeptic Bulletin, 2013 : Unemployment Bulletin, 2010 : Vol 23, No.10 (October, 2011) An observation about corporate security departments : Slightly Skeptical Euromaydan Chronicles, June 2014 : Greenspan legacy bulletin, 2008 : Vol 25, No.10 (October, 2013) Cryptolocker Trojan (Win32/Crilock.A) : Vol 25, No.08 (August, 2013) Cloud providers as intelligence collection hubs : Financial Humor Bulletin, 2010 : Inequality Bulletin, 2009 : Financial Humor Bulletin, 2008 : Copyleft Problems Bulletin, 2004 : Financial Humor Bulletin, 2011 : Energy Bulletin, 2010 : Malware Protection Bulletin, 2010 : Vol 26, No.1 (January, 2013) Object-Oriented Cult : Political Skeptic Bulletin, 2011 : Vol 23, No.11 (November, 2011) Softpanorama classification of sysadmin horror stories : Vol 25, No.05 (May, 2013) Corporate bullshit as a communication method : Vol 25, No.06 (June, 2013) A Note on the Relationship of Brooks Law and Conway Law
History:
Fifty glorious years (1950-2000): the triumph of the US computer engineering : Donald Knuth : TAoCP and its Influence of Computer Science : Richard Stallman : Linus Torvalds : Larry Wall : John K. Ousterhout : CTSS : Multix OS Unix History : Unix shell history : VI editor : History of pipes concept : Solaris : MS DOS : Programming Languages History : PL/1 : Simula 67 : C : History of GCC development : Scripting Languages : Perl history : OS History : Mail : DNS : SSH : CPU Instruction Sets : SPARC systems 1987-2006 : Norton Commander : Norton Utilities : Norton Ghost : Frontpage history : Malware Defense History : GNU Screen : OSS early history
Classic books:
The Peter Principle : Parkinson Law : 1984 : The Mythical Man-Month : How to Solve It by George Polya : The Art of Computer Programming : The Elements of Programming Style : The Unix Hater’s Handbook : The Jargon file : The True Believer : Programming Pearls : The Good Soldier Svejk : The Power Elite
Most popular humor pages:
Manifest of the Softpanorama IT Slacker Society : Ten Commandments of the IT Slackers Society : Computer Humor Collection : BSD Logo Story : The Cuckoo's Egg : IT Slang : C++ Humor : ARE YOU A BBS ADDICT? : The Perl Purity Test : Object oriented programmers of all nations : Financial Humor : Financial Humor Bulletin, 2008 : Financial Humor Bulletin, 2010 : The Most Comprehensive Collection of Editor-related Humor : Programming Language Humor : Goldman Sachs related humor : Greenspan humor : C Humor : Scripting Humor : Real Programmers Humor : Web Humor : GPL-related Humor : OFM Humor : Politically Incorrect Humor : IDS Humor : "Linux Sucks" Humor : Russian Musical Humor : Best Russian Programmer Humor : Microsoft plans to buy Catholic Church : Richard Stallman Related Humor : Admin Humor : Perl-related Humor : Linus Torvalds Related humor : PseudoScience Related Humor : Networking Humor : Shell Humor : Financial Humor Bulletin, 2011 : Financial Humor Bulletin, 2012 : Financial Humor Bulletin, 2013 : Java Humor : Software Engineering Humor : Sun Solaris Related Humor : Education Humor : IBM Humor : Assembler-related Humor : VIM Humor : Computer Viruses Humor : Bright tomorrow is rescheduled to a day after tomorrow : Classic Computer Humor
The Last but not Least Technology is dominated by two types of people: those who understand what they do not manage and those who manage what they do not understand ~Archibald Putt. Ph.D
Copyright © 1996-2021 by Softpanorama Society. www.softpanorama.org was initially created as a service to the (now defunct) UN Sustainable Development Networking Programme (SDNP) without any remuneration. This document is an industrial compilation designed and created exclusively for educational use and is distributed under the Softpanorama Content License. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.
FAIR USE NOTICE This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner. We are making such material available to advance understanding of computer science, IT technology, economic, scientific, and social issues. We believe this constitutes a 'fair use' of any such copyrighted material as provided by section 107 of the US Copyright Law according to which such material can be distributed without profit exclusively for research and educational purposes.
This is a Spartan WHYFF (We Help You For Free) site written by people for whom English is not a native language. Grammar and spelling errors should be expected. The site contain some broken links as it develops like a living tree...
|
You can use PayPal to to buy a cup of coffee for authors of this site |
Disclaimer:
The statements, views and opinions presented on this web page are those of the author (or referenced source) and are not endorsed by, nor do they necessarily reflect, the opinions of the Softpanorama society. We do not warrant the correctness of the information provided or its fitness for any purpose. The site uses AdSense so you need to be aware of Google privacy policy. You you do not want to be tracked by Google please disable Javascript for this site. This site is perfectly usable without Javascript.
Last modified: January, 26, 2021