Difference between revisions of "Notepad++"
From All n One's bxp software Wixi
Philip Lacey (talk | contribs) |
Philip Lacey (talk | contribs) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
It has a lot more enhancements over the standard Notepad tool provided by Microsoft in Windows. | It has a lot more enhancements over the standard Notepad tool provided by Microsoft in Windows. | ||
| − | + | The software is available from http://notepad-plus-plus.org/ | |
| + | |||
| + | |||
| + | |||
| + | |||
| + | [[File:NotepadPlusPlusNoContext.jpg]] | ||
| + | |||
| + | |||
| + | |||
When you write a file and are saving, change the type part of the entry to JavaScript (.js) | When you write a file and are saving, change the type part of the entry to JavaScript (.js) | ||
| + | |||
| + | [[File:NotepadPlusPlusSaveType.jpg]] | ||
| + | |||
| + | |||
| + | |||
This adds context colouring to the code which is very useful for troubleshooting AND makes code easier to read. | This adds context colouring to the code which is very useful for troubleshooting AND makes code easier to read. | ||
| − | [[File: | + | [[File:NotepadPlusPlusContext.jpg]] |
| + | |||
| + | |||
| + | [[Category:Topic:Development Tools]] | ||
| + | [[Category:Topic:JavaScript]] | ||
Latest revision as of 03:04, 22 March 2014
Notepad++ is a great editor for JavaScript and various other forms of code.
It has a lot more enhancements over the standard Notepad tool provided by Microsoft in Windows.
The software is available from http://notepad-plus-plus.org/
When you write a file and are saving, change the type part of the entry to JavaScript (.js)
This adds context colouring to the code which is very useful for troubleshooting AND makes code easier to read.


