About 4,190,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. vim - How do I make git use the editor of my choice for editing …

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

  3. 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 …

  4. 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?

  5. 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?

  6. 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...

  7. How can I view hidden characters in Notepad++? - Stack Overflow

    Sep 4, 2020 · The simplest way is to use the menu: View->Show Symbol->Show all characters It will show Tabs and EOL characters. Here is an example of a VBS script that announces the …

  8. 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 …

  9. 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 …

  10. 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++?