Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows-based Text Editors [closed]

Tags:

editor

windows

People also ask

Is there a text editor on Windows?

Here is the list of popular and best Text Editor for Windows and Mac: UltraEdit. Visual Studio Code. Sublime Text.

Is there a free text editor for Windows?

Text Editor for Windows—Free for Personal Use Use EditPad Lite to easily edit any kind of plain text file. EditPad Lite has all the essential features to make text editing a breeze: Large file and long line support. Full Unicode support, including complex scripts and right-to-left scripts.

What Windows application that allows you to edit text files?

Windows Text Editor for Conveniently Editing Text Documents or TXT Files. While you could edit text files with good old Windows Notepad, or any other free text editor, EditPad Pro is a powerful text editor that makes the job far more comfortable.


Another vote for gvim (about, download). I think once you learn the keystrokes to control it, you won't want to use anything else.

Plus, there is the added benefit of being able to use it on just about any platform, including the nice Windows port.

alt text


Sublime Text is amazing.

alt text


GNU Emacs is my preferred text editor and it works well on Windows (copy/paste actually works as expected) It's also available on all major platforms so you can reuse your knowledge if you jump around OSes like I tend to do.

I really like JEdit as well. It's a good text editor for code and random text. It's a nice middle ground between Notepad and Eclipse.

If you want something just a step above Notepad for quick, efficient editing I would recommend Notepad2. It's really useful when you replace the standard Notepad with this version. You continue to have a fast startup but the syntax highlighting is a real boon. I replace Notepad with Notepad2 on every one of my Windows machines.


I use SciTE


I'm a massive fan of Notepad2 - it is so quick!

For quick simple editing of text for me it's close to perfect. It has syntax colouring for Xml and code and can be extended easily.

We use Dreamweaver and Visual Studio for larger coding efforts.