Notepad++ is a free source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.
3
votes
2answers
403 views
How to detect the encoding of a file?
On my filesystem (Windows 7) I have some text files (These are SQL script files, if that matters).
When opened with Notepad++, in the "Encoding" menu some of them are reported to have an encoding of ...
1
vote
1answer
144 views
Is there a way to compare and record changes to code without VCS?
I'm working for a client that has no version control system in place. I want to record changes to code without having to add all changes to a spreadsheet. I'm restricted to using Notepad++ so would a ...
-2
votes
5answers
936 views
Organizing single page code well with Notepad++
I've a c# file that will contain, most likely 10,000+ lines of code. I'd like to break this file into tabbed segments, so I can organize each method into a certain tab and label the tab something like ...
8
votes
1answer
1k views
Visual Studio Notepad++ Sync Color Schemes
Is there an easy way to sync the color scheme/theme between visual studio 2008/2010 and notepad++? I would like to have it so that I could point visual studio and notepad++ to the same document and ...
10
votes
5answers
5k views
Notepad++ Tips and Tricks
What are some things to know that can make you more productive with Notepad++?