Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notepad++ replacement [closed]

I've been using Notepad++ for a while now, but I noticed it doesn't have code snippets (I found the QuickText plug-in, but it doesn't work anymore), so I'd like to switch editor and my requirements would be:

  1. Fast startup.
  2. Code snippets.
  3. Ability to use themes.
  4. File tree view (or plug-in, which does that).
  5. FREE if possible, but I'll consider buying if it's exactly what I want.

What are you using?

like image 991
bah Avatar asked May 13 '10 13:05

bah


People also ask

How do I open a replacement window in Notepad++?

Open the text file in Notepad++. In the top menu bar, click Search and select Replace. In the Replace window, on the Replace tab, enter the text you want to find and the text you want to use as a replacement. See our using search and replace and advanced options for further information and help.

What is alternative of Notepad in Windows 10?

Here is a list of some of the best free Notepad alternative software for your Windows 11/10 PC: Notepad++ FluentNotepad. Bend.

Is there a better Notepad?

The best alternative is Notepad++, which is both free and Open Source. Other great apps like Notepad are Sublime Text, Atom, Vim and Kate. Notepad alternatives are mainly Text Editors but may also be Code Editors or IDEs.


1 Answers

The E Text Editor (clone of TextMate for Windows) is worth a look. It supports all TextMate snippets, has a file tree view (watch the screencast), has multiple themes, and starts up relatively fast.

like image 129
Ben Hoffstein Avatar answered Sep 28 '22 07:09

Ben Hoffstein