added notepad++, fixed logo urls (#21756)

Added Notepad++ info and working logo URLs from https://github.com/freeCodeCamp/freeCodeCamp/blob/master/guide/english/developer-tools/source-code-editors/index.md
This commit is contained in:
haakandev
2018-11-16 03:31:14 +11:00
committed by Tom
parent e13c0dd5e3
commit 7a1891cee0

View File

@ -9,19 +9,16 @@ Source code editors are the programs that allow for code creation and editing. A
There are many, many editors available to download or use online, both paid and free. They offer many of the same core-features, but each have their own subtleties. Further research may help find the one that's right for you. The following editors are all cross-platform and free to use or evaluate. There are many, many editors available to download or use online, both paid and free. They offer many of the same core-features, but each have their own subtleties. Further research may help find the one that's right for you. The following editors are all cross-platform and free to use or evaluate.
## [Sublime Text](https://www.sublimetext.com/)<img src="https://i.imgur.com/3ALtws1.png" width="50px"> ## [Sublime Text](https://www.sublimetext.com/)<img src="https://i.imgur.com/3ALtws1.png" width="50px">
![Sublime Text Screenshot](https://i.imgur.com/Jk2aJod.png) ![Sublime Text Screenshot](https://i.imgur.com/Jk2aJod.png)
Sublime Text is a very popular editor that has been around [since 2008](https://www.sublimetext.com/blog/articles/one-point-oh). There are many options and [extensions](https://packagecontrol.io/search/sublime?sort=popularity) available, and a lot of [help available online](http://stackoverflow.com/search?q=sublime+text) to help set it up. Sublime Text is free to download and evaluate, but the license for continued use costs $70. Sublime Text is a very popular editor that has been around [since 2008](https://www.sublimetext.com/blog/articles/one-point-oh). There are many options and [extensions](https://packagecontrol.io/search/sublime?sort=popularity) available, and a lot of [help available online](http://stackoverflow.com/search?q=sublime+text) to help set it up. Sublime Text is free to download and evaluate, but the license for continued use costs $70.
## [Brackets](http://brackets.io/)<img src="https://i.imgur.com/fassWYs.png" width="50px"> ## [Brackets](http://brackets.io/)<img src="https://i.imgur.com/fassWYs.png" width="50px">
![Brackets Screenshot](https://i.imgur.com/H9mO8qS.jpg) ![Brackets Screenshot](https://i.imgur.com/H9mO8qS.jpg)
Brackets is a relatively new open-source editor by Adobe. It is very user friendly, especially for people who aren't used to command-line interfaces or JSON-style settings/prefereces. Extensions and themes are quick and easy to find and install through the Extension Manager. Brackets is a relatively new open-source editor by Adobe. It is very user friendly, especially for people who aren't used to command-line interfaces or JSON-style settings/prefereces. Extensions and themes are quick and easy to find and install through the Extension Manager.
## [Atom](https://atom.io/)<img src="https://i.imgur.com/woj5vPm.png" width="50px"> ## [Atom](https://atom.io/)<img src="https://i.imgur.com/woj5vPm.png" width="50px">
![Atom Screenshot](https://i.imgur.com/halOgkj.png) ![Atom Screenshot](https://i.imgur.com/halOgkj.png)
Atom is an [open source](https://github.com/atom/atom) editor, developed by [GitHub](https://github.com/). Atom is very popular and configurable("hackable", as they say), but the advanced features may be overwhelming to new users. There is also plenty of helpful documentation available online. Atom is an [open source](https://github.com/atom/atom) editor, developed by [GitHub](https://github.com/). Atom is very popular and configurable("hackable", as they say), but the advanced features may be overwhelming to new users. There is also plenty of helpful documentation available online.
@ -32,7 +29,6 @@ Atom is an [open source](https://github.com/atom/atom) editor, developed by [Git
- [Atom on stackoverflow](http://stackoverflow.com/search?q=atom) - [Atom on stackoverflow](http://stackoverflow.com/search?q=atom)
## [Visual Studio Code](https://code.visualstudio.com/)<img src="https://i.imgur.com/b4vFsKa.png" width="50px"> ## [Visual Studio Code](https://code.visualstudio.com/)<img src="https://i.imgur.com/b4vFsKa.png" width="50px">
![Visual Studio Code Screenshot](https://code.visualstudio.com/home/home-screenshot-mac-lg.png) ![Visual Studio Code Screenshot](https://code.visualstudio.com/home/home-screenshot-mac-lg.png)
Visual Studio Code is a source code editor developed by Microsoft in 2015, and is now one of the most known code editors for web development. Visual Studio Code is a source code editor developed by Microsoft in 2015, and is now one of the most known code editors for web development.
@ -54,3 +50,9 @@ Its main features are:
- [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense) - autocompletes filenames - [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense) - autocompletes filenames
- [TODO highlight](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight) - Highlight TODO, FIXME and other annotations within your code - [TODO highlight](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight) - Highlight TODO, FIXME and other annotations within your code
- [Code Snippets](https://marketplace.visualstudio.com/search?term=snippets&target=VSCode&category=All%20categories&sortBy=Relevance) - snippets for anything you need - [Code Snippets](https://marketplace.visualstudio.com/search?term=snippets&target=VSCode&category=All%20categories&sortBy=Relevance) - snippets for anything you need
## [Notepad++](https://notepad-plus-plus.org)<img src="https://upload.wikimedia.org/wikipedia/commons/0/0f/Notepad%2B%2B_Logo.png" width="50px">
Notepad++ is a free, open source code editor, that runs in the Microsoft Windows Environment. It was developed in 2003, by Dan Ho. It is written in <a href='www.cplusplus.com' target='_blank' rel='nofollow'>C++</a> (the name comes from that). Notepad++ supports tabbed editing, wich allows working with multiple open files in a single window, and also can be use as a plain text editor.