About 1,970,000 results
Open links in new tab
  1. plugins - Use Notepad++ as HEX-Editor - Stack Overflow

    I'm using Notepad++, version 7.8.5 64bit on Windows 10. I'd like to use it as a Hex Editor. I open a binfile, but Notepad shows it to me as a text with strange characters. In order to visualize t...

  2. How do I read a text file of about 2 GB? - Stack Overflow

    Aug 13, 2013 · I have a .txt file whose memory is more than 2 GB. The problem is I cannot open it with Notepad, Notepad++ or any other editor programs. Any solutions?

  3. Notepad++ Multi editing - Stack Overflow

    How can I have multiple cursors in Notepad++? I will have a couple of tab delimited values . I need to write a query for all of these values. For example, if I get an Excel file with values like t...

  4. vim - How do I make git use the editor of my choice for editing commit ...

    How do I globally configure git to use a particular editor (e.g. vim) for commit messages?

  5. How to change background color in the Notepad++ text editor?

    Does anyone know how to change the background color, font size, and other appearance-based settings in Notepad++? The default is white but I am trying to change it into a dark gray or something …

  6. How to Execute a Python Script in Notepad++? - Stack Overflow

    I prefer using Notepad++ for developing, How do I execute the files in Python through Notepad++?

  7. Text editor to open big (giant, huge, large) text files [closed]

    I mean 100+ MB big; such text files can push the envelope of editors. I need to look through a large XML file, but cannot if the editor is buggy. Any suggestions?

  8. parsing - How to reformat JSON in Notepad++ - Stack Overflow

    Oct 13, 2009 · 3 It worked for me in the latest edition to Notepad using the UniversalIndentGui. What I did was under the plugin setting choose Enable Text Auto Update, a window popped up and I …

  9. Change the default text editor for Powershell to Notepad++

    Dec 12, 2024 · I want to use Notepad++ instead of Notepad to edit my Pod configurations in Kubernetes. kubectl edit pods my-pod I tried to change the EDITOR environment variable, but I am …

  10. How can I set up an editor to work with Git on Windows?

    By configuring git config core.editor notepad, users can now use notepad.exe as their default editor. Configuring git config format.commitMessageColumns 72 will be picked up by the notepad wrapper …