Skip to content

Commit af607c6

Browse files
authored
Update Notepad++.md (#103)
Added article for Notepad++
1 parent e2c290b commit af607c6

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

docs/IDE/Notepad++/Notepad++.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Notepad++
4-
description: "Warning: The following page is currently under construction, find more about the details in future patches, or if you choose to add in the article see info on the bottom of the page."
4+
description: An article dicussing features, key releases and getting started topics about Notepad++
55
nav_order: 1
66
parent: IDE
77
has_children: false
@@ -10,10 +10,19 @@ has_children: false
1010
{{ page.title }}
1111
======================
1212

13-
{% include under_construction.html %}
14-
1513
Download: https://notepad-plus-plus.org/
1614

17-
<br>
15+
Notepad++ is a free and open-source text and source code editor for Windows. It is extremely lightweight and is very useful for quick code edits, psuedocoding, or note taking. Notepad++ has a wide support for a wide variety of programming languages. Itsupports syntax highlighting and folding for programming languages (e.g., C++, Python, HTML, CSS, JavaScript). The highlighting feature makes the code more readable by coloring different parts of the syntax, while folding allows users to collapse sections of code to make it easier to manage large files.
16+
17+
It's worth knowing that Notepad++ is primarily a text editor. It does not come with built-in support for compiling or debugging code. Users will need to use external compilers and debuggers, which can be less convenient than integrated development environments (IDEs) like Visual Studio, that provide these tools out of the box. Unlike full-fledged IDEs, Notepad++ also lacks features like project management, integrated version control, and direct execution of code.
18+
This doesn't make it any less useful!
19+
20+
To use notepad, simply download it from the link above, and then install it. Run it and start writing! No other nonsense involved!
21+
22+
![image](https://github.com/JDSherbert/Programming_HandBook/assets/43964243/306f8c72-8027-415c-a00e-13eba781684a)
23+
24+
25+
---
1826

19-
<br>
27+
#### Author: JDSherbert
28+
#### Published: 24/06/2024

0 commit comments

Comments
 (0)