From 7a1891cee097785a2a2db41f67cbc5feffcc5e56 Mon Sep 17 00:00:00 2001 From: haakandev <30954044+haakandev@users.noreply.github.com> Date: Fri, 16 Nov 2018 03:31:14 +1100 Subject: [PATCH] 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 --- guide/english/tools/source-code-editors/index.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/guide/english/tools/source-code-editors/index.md b/guide/english/tools/source-code-editors/index.md index 91ab399dfc..c423f8f377 100644 --- a/guide/english/tools/source-code-editors/index.md +++ b/guide/english/tools/source-code-editors/index.md @@ -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. ## [Sublime Text](https://www.sublimetext.com/) - ![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. ## [Brackets](http://brackets.io/) - ![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. ## [Atom](https://atom.io/) - ![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. @@ -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) ## [Visual Studio Code](https://code.visualstudio.com/) - ![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. @@ -54,3 +50,9 @@ Its main features are: - [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 - [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) + +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 C++ (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. + +