SlideShare uma empresa Scribd logo
1 de 15
DIFFERENT TYPES OF EDITORS IN LINUX 
By, 
BHAVIK TRIVEDI
OUTLINES 
1 
•Why use an editor? 
•Types of editors 
•Vi / Vim editor 
•gEdit editor 
•Pico editor 
•Nano editor 
•Emacs Editor 
•Other types of editors 
•Voting of favourite editor used frequently
1 OUTLINES 
2 
WHY USE AN EDITOR? 
•An editor is just like a word processor without lot of features. 
•All Oses come with a basic text editor. 
•Main use – writing something in plain text with no formatting so another program 
can read it. 
•Most popular text editor for Linux is called ‘Vi’. It is a program that comes from 
UNIX. 
•There is more recent version called ‘VIM’ which means ‘Vi IMproved’. 
•Problem with Vi/Vim – lot of people don’t like it, because of you have to remember a 
lot of key combinations to do stuff that other editors will do for you more easily.
3 
TYPES OF EDITORS 
•Vi / Vim 
•gEdit 
•Nano 
•gVim 
•Emacs 
……. etc.
4 
Vi / Vim Editor 
•Written in : C and Vim Script 
•Operating System : Cross-platform (Unix, Linux and Windows) 
•Author : Bram Moolenar 
•First Vim editor built in 1991. 
•Vim is designed for use both from a command-line interface (CLI) and as a 
standalone application in a graphical user interface (GUI). 
•gVim is the graphical version of the famous Vim editor.
Vi / Vim Editor 
5 
•For create file in Vim, 
just type vi file-name and hit enter key. 
•A new file will be opened. 
•Type the contents and then save that file. 
•To save, press the Esc key and then press : w q ‘enter key’ 
•To quit with out saving Esc + : + q and then enter
Vi / Vim Editor 
• C program in Linux 
1.Vi hello.c 
Type the contents and save (Esc :wq!) 
2. Compile the file 
Gcc hello.c 
3. Run the executable 
./a.out 
4. Compile file with output option 
gcc –o hello hello.c 
5. Run the executable 
./hello 
6
gEdit Editor 
7 
•gEdit is the default editor for the Gnome desktop environment. This is a UTF-8 
compatible editor. 
•Written in : C, Python 
•Operating System : Cross-Platform 
•It has simple and clear GUI. 
•gEdit has feature like syntax highlighting for various program code and text 
markup formats. 
•It has also some unique feature like multiple working tabs, multilanguage 
spellchecking, supports printing, print preview and printing to PDF files.
Pico Editor 
8 
•This console based plain text editor operates with the simplicity of a GUI editor 
making it a favourite with Linux beginners. 
•Pico (Pine Composer) comes with the Pine email client. 
•Pico’s interface is many way similar to Windows editors, like Notepad. 
•Pine stands for Program for Internet News & Email. 
•It is a tool for reading, sending, and managing electronic messages. 
•Easy to learn than Vi, gEdit, etc. 
•Pine was developed by UW Technology at the University of Washington.
Nano Editor 
•This is a GNU clone of Pico editor. 
•GNU Nano is a small and friendly text editor. 
•Besides basic text editing, nano offers many extra features like 
an interactive search and replace, 
go to line and column number, 
auto-indentation, 
feature toggles, 
internationalization support, and 
filename tab completion. 
•In contrast to Pico, Nano is licensed under the GNU General Public License (GPL). 
•GNU Nano was first created in 1999 with name TIP (This isn’t Pico) by Chris 
Allegretta. 
9
Emacs Editor 
•This console based plain text editor supports the theory that more is better. 
•It tries to support every feature possible. 
•First Release of Emacs was in the year 1976. 
•Written in : C and Emacs lisp 
•Operating System: Cross-platform 
10
Other types of editors 
11 
•Mainly 3 types of editors. 
1. console based editors 
2. GUI based editors 
3. Structure text editors 
1. console based editors: it contains various editors like emacs, jed, nano, pico, 
vim. 
2. GUI based editors: gedit, gvim, Nedit, Tea, sublime. 
3. Structure text editors: It refers to logically formatted and/or annotated text to 
represent a data schema or programmatic function. 
•Two common formats available today are HTML for web markup of text 
documents and XML for data representation. 
•HTML editors: kompozer, bluefish, quanta, aptana, coffecup 
•XML editos: KXML editor, Oxygen XML, Eclipse, Conglomerate XML, Emacs 
nXML mode.
Voting of favourite editor used frequently 
12
References 
[1] http://www.thegeekstuff.com/2009/07/top-5-best-linux-text-editors/ 
[2] www.wikipedia.com 
[3] www.google.com 
13
THANK YOU! 
14

Mais conteúdo relacionado

Mais procurados (20)

Linux commands
Linux commandsLinux commands
Linux commands
 
Linux architecture
Linux architectureLinux architecture
Linux architecture
 
Introduction to linux ppt
Introduction to linux pptIntroduction to linux ppt
Introduction to linux ppt
 
Vi editor
Vi editorVi editor
Vi editor
 
Linux kernel
Linux kernelLinux kernel
Linux kernel
 
Linux a free and open source operating system
Linux a free and open source operating systemLinux a free and open source operating system
Linux a free and open source operating system
 
Linux.ppt
Linux.ppt Linux.ppt
Linux.ppt
 
Unix ppt
Unix pptUnix ppt
Unix ppt
 
Bash Shell Scripting
Bash Shell ScriptingBash Shell Scripting
Bash Shell Scripting
 
Presentation of awk
Presentation of awkPresentation of awk
Presentation of awk
 
Bash shell scripting
Bash shell scriptingBash shell scripting
Bash shell scripting
 
Embedded Linux on ARM
Embedded Linux on ARMEmbedded Linux on ARM
Embedded Linux on ARM
 
An Introduction to Linux
An Introduction to LinuxAn Introduction to Linux
An Introduction to Linux
 
Linux Commands
Linux CommandsLinux Commands
Linux Commands
 
linux vs window
linux vs windowlinux vs window
linux vs window
 
Unix vs linux
Unix vs linuxUnix vs linux
Unix vs linux
 
Shell programming
Shell programmingShell programming
Shell programming
 
Linux Memory Management
Linux Memory ManagementLinux Memory Management
Linux Memory Management
 
Linux kernel
Linux kernelLinux kernel
Linux kernel
 
Techniques & applications of Compiler
Techniques & applications of CompilerTechniques & applications of Compiler
Techniques & applications of Compiler
 

Destaque

Destaque (20)

Vi editor in linux
Vi editor in linuxVi editor in linux
Vi editor in linux
 
Software tools
Software toolsSoftware tools
Software tools
 
Introduction to compiler
Introduction to compilerIntroduction to compiler
Introduction to compiler
 
Lex (lexical analyzer)
Lex (lexical analyzer)Lex (lexical analyzer)
Lex (lexical analyzer)
 
Interpreter, Compiler, JIT from scratch
Interpreter, Compiler, JIT from scratchInterpreter, Compiler, JIT from scratch
Interpreter, Compiler, JIT from scratch
 
Lexical analyzer
Lexical analyzerLexical analyzer
Lexical analyzer
 
The "vi" Text Editor
The "vi" Text EditorThe "vi" Text Editor
The "vi" Text Editor
 
Phases of the Compiler - Systems Programming
Phases of the Compiler - Systems ProgrammingPhases of the Compiler - Systems Programming
Phases of the Compiler - Systems Programming
 
Specification-of-tokens
Specification-of-tokensSpecification-of-tokens
Specification-of-tokens
 
Lecture 11 semantic analysis 2
Lecture 11 semantic analysis 2Lecture 11 semantic analysis 2
Lecture 11 semantic analysis 2
 
Module 11
Module 11Module 11
Module 11
 
Embedded System Tools ppt
Embedded System Tools  pptEmbedded System Tools  ppt
Embedded System Tools ppt
 
Ch5a
Ch5aCh5a
Ch5a
 
Top down and botttom up Parsing
Top down     and botttom up ParsingTop down     and botttom up Parsing
Top down and botttom up Parsing
 
15ss
15ss15ss
15ss
 
Assembler design option
Assembler design optionAssembler design option
Assembler design option
 
SAS Macros part 1
SAS Macros part 1SAS Macros part 1
SAS Macros part 1
 
Direct linking loader
Direct linking loaderDirect linking loader
Direct linking loader
 
Two pass Assembler
Two pass AssemblerTwo pass Assembler
Two pass Assembler
 
System Programming Unit II
System Programming Unit IISystem Programming Unit II
System Programming Unit II
 

Semelhante a Different types of Editors in Linux

Programming In Linux Presentation
Programming In Linux PresentationProgramming In Linux Presentation
Programming In Linux Presentationdanyal.khashabi
 
Computer and multimedia Week 1 Windows Architecture.pptx
Computer and multimedia Week 1 Windows Architecture.pptxComputer and multimedia Week 1 Windows Architecture.pptx
Computer and multimedia Week 1 Windows Architecture.pptxfatahozil
 
Linux Simple Introduction
Linux Simple IntroductionLinux Simple Introduction
Linux Simple IntroductionJohnMihaya
 
Open source software siddique
Open source software siddiqueOpen source software siddique
Open source software siddiqueSiddique Ibrahim
 
computer languages
computer languagescomputer languages
computer languagesRajendran
 
Introduction to C programming
Introduction to C programmingIntroduction to C programming
Introduction to C programmingMalikaJoya
 
2013 t-dose - libre office easyhacks
2013   t-dose - libre office easyhacks2013   t-dose - libre office easyhacks
2013 t-dose - libre office easyhacksRob Snelders
 
Introduction to Python Programming
Introduction to Python ProgrammingIntroduction to Python Programming
Introduction to Python ProgrammingAkhil Kaushik
 
Linux – an introduction
Linux – an introductionLinux – an introduction
Linux – an introductionWingston
 
Chapter 1 - Introduction to Operating System.pptx
Chapter 1 - Introduction to Operating System.pptxChapter 1 - Introduction to Operating System.pptx
Chapter 1 - Introduction to Operating System.pptxgowthamiv26
 
Learn the java basic programming with example and syntaxchapter1-part-b.pptx
Learn the java basic programming with example and syntaxchapter1-part-b.pptxLearn the java basic programming with example and syntaxchapter1-part-b.pptx
Learn the java basic programming with example and syntaxchapter1-part-b.pptxGaytriMate
 

Semelhante a Different types of Editors in Linux (20)

Opensource Software usability
Opensource Software usabilityOpensource Software usability
Opensource Software usability
 
Programming In Linux Presentation
Programming In Linux PresentationProgramming In Linux Presentation
Programming In Linux Presentation
 
Computer and multimedia Week 1 Windows Architecture.pptx
Computer and multimedia Week 1 Windows Architecture.pptxComputer and multimedia Week 1 Windows Architecture.pptx
Computer and multimedia Week 1 Windows Architecture.pptx
 
Linux Simple Introduction
Linux Simple IntroductionLinux Simple Introduction
Linux Simple Introduction
 
IPT 2.pptx
IPT 2.pptxIPT 2.pptx
IPT 2.pptx
 
Open source software siddique
Open source software siddiqueOpen source software siddique
Open source software siddique
 
computer languages
computer languagescomputer languages
computer languages
 
Introduction to C programming
Introduction to C programmingIntroduction to C programming
Introduction to C programming
 
2013 t-dose - libre office easyhacks
2013   t-dose - libre office easyhacks2013   t-dose - libre office easyhacks
2013 t-dose - libre office easyhacks
 
Introduction to Python Programming
Introduction to Python ProgrammingIntroduction to Python Programming
Introduction to Python Programming
 
Embedded Linux on ARM
Embedded Linux on ARMEmbedded Linux on ARM
Embedded Linux on ARM
 
Linux – an introduction
Linux – an introductionLinux – an introduction
Linux – an introduction
 
C programming
C programmingC programming
C programming
 
Chapter 1 - Introduction to Operating System.pptx
Chapter 1 - Introduction to Operating System.pptxChapter 1 - Introduction to Operating System.pptx
Chapter 1 - Introduction to Operating System.pptx
 
Embedded Operating System - Linux
Embedded Operating System - LinuxEmbedded Operating System - Linux
Embedded Operating System - Linux
 
Learn the java basic programming with example and syntaxchapter1-part-b.pptx
Learn the java basic programming with example and syntaxchapter1-part-b.pptxLearn the java basic programming with example and syntaxchapter1-part-b.pptx
Learn the java basic programming with example and syntaxchapter1-part-b.pptx
 
DSA Day 2 PPT.pdf
DSA Day 2 PPT.pdfDSA Day 2 PPT.pdf
DSA Day 2 PPT.pdf
 
itft-Gnome and kde
 itft-Gnome and kde itft-Gnome and kde
itft-Gnome and kde
 
Linux Edtitors
Linux EdtitorsLinux Edtitors
Linux Edtitors
 
Linux for everyone
Linux for everyoneLinux for everyone
Linux for everyone
 

Último

Top 10 Traditional Indian Handicrafts.pptx
Top 10 Traditional Indian Handicrafts.pptxTop 10 Traditional Indian Handicrafts.pptx
Top 10 Traditional Indian Handicrafts.pptxdishha99
 
visa consultant | 📞📞 03094429236 || Best Study Visa Consultant
visa consultant | 📞📞 03094429236 || Best Study Visa Consultantvisa consultant | 📞📞 03094429236 || Best Study Visa Consultant
visa consultant | 📞📞 03094429236 || Best Study Visa ConsultantSherazi Tours
 
Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779
Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779
Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779Delhi Call girls
 
Kanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
Kanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort ServiceKanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
Kanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort ServiceDamini Dixit
 
9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday Safaris
9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday Safaris9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday Safaris
9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday SafarisKibera Holiday Safaris Safaris
 
Visa Consultant in Lahore || 📞03094429236
Visa Consultant in Lahore || 📞03094429236Visa Consultant in Lahore || 📞03094429236
Visa Consultant in Lahore || 📞03094429236Sherazi Tours
 
Genesis 1:6 || Meditate the Scripture daily verse by verse
Genesis 1:6  ||  Meditate the Scripture daily verse by verseGenesis 1:6  ||  Meditate the Scripture daily verse by verse
Genesis 1:6 || Meditate the Scripture daily verse by versemaricelcanoynuay
 
Hire 💕 8617697112 Champawat Call Girls Service Call Girls Agency
Hire 💕 8617697112 Champawat Call Girls Service Call Girls AgencyHire 💕 8617697112 Champawat Call Girls Service Call Girls Agency
Hire 💕 8617697112 Champawat Call Girls Service Call Girls AgencyNitya salvi
 
08448380779 Call Girls In Chirag Enclave Women Seeking Men
08448380779 Call Girls In Chirag Enclave Women Seeking Men08448380779 Call Girls In Chirag Enclave Women Seeking Men
08448380779 Call Girls In Chirag Enclave Women Seeking MenDelhi Call girls
 
💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh Haldighati
💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh Haldighati💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh Haldighati
💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh HaldighatiApsara Of India
 
best weekend places near delhi where you should visit.pdf
best weekend places near delhi where you should visit.pdfbest weekend places near delhi where you should visit.pdf
best weekend places near delhi where you should visit.pdftour guide
 
Study Consultants in Lahore || 📞03094429236
Study Consultants in Lahore || 📞03094429236Study Consultants in Lahore || 📞03094429236
Study Consultants in Lahore || 📞03094429236Sherazi Tours
 
08448380779 Call Girls In Bhikaji Cama Palace Women Seeking Men
08448380779 Call Girls In Bhikaji Cama Palace Women Seeking Men08448380779 Call Girls In Bhikaji Cama Palace Women Seeking Men
08448380779 Call Girls In Bhikaji Cama Palace Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Shahdara Women Seeking Men
08448380779 Call Girls In Shahdara Women Seeking Men08448380779 Call Girls In Shahdara Women Seeking Men
08448380779 Call Girls In Shahdara Women Seeking MenDelhi Call girls
 
char Dham yatra, Uttarakhand tourism.pptx
char Dham yatra, Uttarakhand tourism.pptxchar Dham yatra, Uttarakhand tourism.pptx
char Dham yatra, Uttarakhand tourism.pptxpalakdigital7
 
08448380779 Call Girls In Chhattarpur Women Seeking Men
08448380779 Call Girls In Chhattarpur Women Seeking Men08448380779 Call Girls In Chhattarpur Women Seeking Men
08448380779 Call Girls In Chhattarpur Women Seeking MenDelhi Call girls
 

Último (20)

Top 10 Traditional Indian Handicrafts.pptx
Top 10 Traditional Indian Handicrafts.pptxTop 10 Traditional Indian Handicrafts.pptx
Top 10 Traditional Indian Handicrafts.pptx
 
visa consultant | 📞📞 03094429236 || Best Study Visa Consultant
visa consultant | 📞📞 03094429236 || Best Study Visa Consultantvisa consultant | 📞📞 03094429236 || Best Study Visa Consultant
visa consultant | 📞📞 03094429236 || Best Study Visa Consultant
 
Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779
Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779
Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779
 
Call Girls Service !! New Friends Colony!! @9999965857 Delhi 🫦 No Advance VV...
Call Girls Service !! New Friends Colony!! @9999965857 Delhi 🫦 No Advance  VV...Call Girls Service !! New Friends Colony!! @9999965857 Delhi 🫦 No Advance  VV...
Call Girls Service !! New Friends Colony!! @9999965857 Delhi 🫦 No Advance VV...
 
Kanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
Kanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort ServiceKanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
Kanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
 
9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday Safaris
9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday Safaris9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday Safaris
9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday Safaris
 
Visa Consultant in Lahore || 📞03094429236
Visa Consultant in Lahore || 📞03094429236Visa Consultant in Lahore || 📞03094429236
Visa Consultant in Lahore || 📞03094429236
 
Genesis 1:6 || Meditate the Scripture daily verse by verse
Genesis 1:6  ||  Meditate the Scripture daily verse by verseGenesis 1:6  ||  Meditate the Scripture daily verse by verse
Genesis 1:6 || Meditate the Scripture daily verse by verse
 
Hire 💕 8617697112 Champawat Call Girls Service Call Girls Agency
Hire 💕 8617697112 Champawat Call Girls Service Call Girls AgencyHire 💕 8617697112 Champawat Call Girls Service Call Girls Agency
Hire 💕 8617697112 Champawat Call Girls Service Call Girls Agency
 
08448380779 Call Girls In Chirag Enclave Women Seeking Men
08448380779 Call Girls In Chirag Enclave Women Seeking Men08448380779 Call Girls In Chirag Enclave Women Seeking Men
08448380779 Call Girls In Chirag Enclave Women Seeking Men
 
💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh Haldighati
💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh Haldighati💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh Haldighati
💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh Haldighati
 
best weekend places near delhi where you should visit.pdf
best weekend places near delhi where you should visit.pdfbest weekend places near delhi where you should visit.pdf
best weekend places near delhi where you should visit.pdf
 
Study Consultants in Lahore || 📞03094429236
Study Consultants in Lahore || 📞03094429236Study Consultants in Lahore || 📞03094429236
Study Consultants in Lahore || 📞03094429236
 
Call Girls Service !! Indirapuram!! @9999965857 Delhi 🫦 No Advance VVVIP 🍎 S...
Call Girls Service !! Indirapuram!! @9999965857 Delhi 🫦 No Advance  VVVIP 🍎 S...Call Girls Service !! Indirapuram!! @9999965857 Delhi 🫦 No Advance  VVVIP 🍎 S...
Call Girls Service !! Indirapuram!! @9999965857 Delhi 🫦 No Advance VVVIP 🍎 S...
 
08448380779 Call Girls In Bhikaji Cama Palace Women Seeking Men
08448380779 Call Girls In Bhikaji Cama Palace Women Seeking Men08448380779 Call Girls In Bhikaji Cama Palace Women Seeking Men
08448380779 Call Girls In Bhikaji Cama Palace Women Seeking Men
 
08448380779 Call Girls In Shahdara Women Seeking Men
08448380779 Call Girls In Shahdara Women Seeking Men08448380779 Call Girls In Shahdara Women Seeking Men
08448380779 Call Girls In Shahdara Women Seeking Men
 
char Dham yatra, Uttarakhand tourism.pptx
char Dham yatra, Uttarakhand tourism.pptxchar Dham yatra, Uttarakhand tourism.pptx
char Dham yatra, Uttarakhand tourism.pptx
 
Call Girls 🫤 Connaught Place ➡️ 9999965857 ➡️ Delhi 🫦 Russian Escorts FULL ...
Call Girls 🫤 Connaught Place ➡️ 9999965857  ➡️ Delhi 🫦  Russian Escorts FULL ...Call Girls 🫤 Connaught Place ➡️ 9999965857  ➡️ Delhi 🫦  Russian Escorts FULL ...
Call Girls 🫤 Connaught Place ➡️ 9999965857 ➡️ Delhi 🫦 Russian Escorts FULL ...
 
08448380779 Call Girls In Chhattarpur Women Seeking Men
08448380779 Call Girls In Chhattarpur Women Seeking Men08448380779 Call Girls In Chhattarpur Women Seeking Men
08448380779 Call Girls In Chhattarpur Women Seeking Men
 
Call Girls In Munirka 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Munirka 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In Munirka 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Munirka 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 

Different types of Editors in Linux

  • 1. DIFFERENT TYPES OF EDITORS IN LINUX By, BHAVIK TRIVEDI
  • 2. OUTLINES 1 •Why use an editor? •Types of editors •Vi / Vim editor •gEdit editor •Pico editor •Nano editor •Emacs Editor •Other types of editors •Voting of favourite editor used frequently
  • 3. 1 OUTLINES 2 WHY USE AN EDITOR? •An editor is just like a word processor without lot of features. •All Oses come with a basic text editor. •Main use – writing something in plain text with no formatting so another program can read it. •Most popular text editor for Linux is called ‘Vi’. It is a program that comes from UNIX. •There is more recent version called ‘VIM’ which means ‘Vi IMproved’. •Problem with Vi/Vim – lot of people don’t like it, because of you have to remember a lot of key combinations to do stuff that other editors will do for you more easily.
  • 4. 3 TYPES OF EDITORS •Vi / Vim •gEdit •Nano •gVim •Emacs ……. etc.
  • 5. 4 Vi / Vim Editor •Written in : C and Vim Script •Operating System : Cross-platform (Unix, Linux and Windows) •Author : Bram Moolenar •First Vim editor built in 1991. •Vim is designed for use both from a command-line interface (CLI) and as a standalone application in a graphical user interface (GUI). •gVim is the graphical version of the famous Vim editor.
  • 6. Vi / Vim Editor 5 •For create file in Vim, just type vi file-name and hit enter key. •A new file will be opened. •Type the contents and then save that file. •To save, press the Esc key and then press : w q ‘enter key’ •To quit with out saving Esc + : + q and then enter
  • 7. Vi / Vim Editor • C program in Linux 1.Vi hello.c Type the contents and save (Esc :wq!) 2. Compile the file Gcc hello.c 3. Run the executable ./a.out 4. Compile file with output option gcc –o hello hello.c 5. Run the executable ./hello 6
  • 8. gEdit Editor 7 •gEdit is the default editor for the Gnome desktop environment. This is a UTF-8 compatible editor. •Written in : C, Python •Operating System : Cross-Platform •It has simple and clear GUI. •gEdit has feature like syntax highlighting for various program code and text markup formats. •It has also some unique feature like multiple working tabs, multilanguage spellchecking, supports printing, print preview and printing to PDF files.
  • 9. Pico Editor 8 •This console based plain text editor operates with the simplicity of a GUI editor making it a favourite with Linux beginners. •Pico (Pine Composer) comes with the Pine email client. •Pico’s interface is many way similar to Windows editors, like Notepad. •Pine stands for Program for Internet News & Email. •It is a tool for reading, sending, and managing electronic messages. •Easy to learn than Vi, gEdit, etc. •Pine was developed by UW Technology at the University of Washington.
  • 10. Nano Editor •This is a GNU clone of Pico editor. •GNU Nano is a small and friendly text editor. •Besides basic text editing, nano offers many extra features like an interactive search and replace, go to line and column number, auto-indentation, feature toggles, internationalization support, and filename tab completion. •In contrast to Pico, Nano is licensed under the GNU General Public License (GPL). •GNU Nano was first created in 1999 with name TIP (This isn’t Pico) by Chris Allegretta. 9
  • 11. Emacs Editor •This console based plain text editor supports the theory that more is better. •It tries to support every feature possible. •First Release of Emacs was in the year 1976. •Written in : C and Emacs lisp •Operating System: Cross-platform 10
  • 12. Other types of editors 11 •Mainly 3 types of editors. 1. console based editors 2. GUI based editors 3. Structure text editors 1. console based editors: it contains various editors like emacs, jed, nano, pico, vim. 2. GUI based editors: gedit, gvim, Nedit, Tea, sublime. 3. Structure text editors: It refers to logically formatted and/or annotated text to represent a data schema or programmatic function. •Two common formats available today are HTML for web markup of text documents and XML for data representation. •HTML editors: kompozer, bluefish, quanta, aptana, coffecup •XML editos: KXML editor, Oxygen XML, Eclipse, Conglomerate XML, Emacs nXML mode.
  • 13. Voting of favourite editor used frequently 12

Notas do Editor

  1. 1
  2. 3