Notepad++ is 21 years old
211–220 of 254 posts
Re: Notepad++ is 21 years old
#212I continue to use Notepad++ despite having tried every other editor and IDE under the sun. This, of course, drives every person completely insane when I explain that my "IDE" is: - Notepad++ for editing, pretty much stock, no plugins - command line for git and grep (Console2 or Git Bash) - File Explorer alongside Everything [0] for navigating files - Beyond Compare [1] for visual diff/merge - WinSCP/PuTTY for SFTP/SS…
Re: Notepad++ is 21 years old
#213I am the owner of TimeCamp app that can track usage of desktop apps. 75% of office workers that use Google Chrome use Notepad++ on Windows.
That's so cool to know! Is there anywhere one can go to read more interesting stats you've collected?
we are migrating to Clickhouse so it will be easier to get some interesting stats soon, then from MySQL ;)
Re: Notepad++ is 21 years old
#214Earlier quoted context omitted.
That must be some setting for you. It doesn't prompt to save on any of my several Windows machines, and I don't recall configuring that anywhere.
for me it only happens if I run in multiple instance mode where you can have multiple notepad++s open
Re: Notepad++ is 21 years old
#215Earlier quoted context omitted.
I think I'm one of the last people using WSL1. I think everyone jumped to WSL2 because 2 is bigger than 1, but they're really different things. WSL1 lets me keep my files on the Windows side, let's my IDE (PHP storm) remain performant with no Linux to Windows file system overhead, but I still get to use all the Linux CLI tools. I still pay some overhead for that, but it's better than doing it the other way around and…
I was like you until last year. I did all my development from Emacs on WSL1, writing mostly Windows-specific code (DCOM). I maintained a set of brittle hacks to allow me to drive Windows side CMake and MSBuild straight from Emacs, and then run LSP on compile commands from Clang tricked into thinking it's cross-compiling. It held up surprisingly well. Eventually, I installed a WSL2 distro so I could run Docker, then I…
Re: Notepad++ is 21 years old
#216I continue to use Notepad++ despite having tried every other editor and IDE under the sun. This, of course, drives every person completely insane when I explain that my "IDE" is: - Notepad++ for editing, pretty much stock, no plugins - command line for git and grep (Console2 or Git Bash) - File Explorer alongside Everything [0] for navigating files - Beyond Compare [1] for visual diff/merge - WinSCP/PuTTY for SFTP/SS…
If you haven't already, you should try Total Commander for file navigation. It's similar to Notepad++ in that there's a long list of reasons why it's good at its task, but it's also just a very good example of what desktop Windows software can be like when it's done well.
It was amazing. I've used midnight commander on Linux, but it isn't close to Far IMO.
Re: Notepad++ is 21 years old
#217Earlier quoted context omitted.
I was like you until last year. I did all my development from Emacs on WSL1, writing mostly Windows-specific code (DCOM). I maintained a set of brittle hacks to allow me to drive Windows side CMake and MSBuild straight from Emacs, and then run LSP on compile commands from Clang tricked into thinking it's cross-compiling. It held up surprisingly well. Eventually, I installed a WSL2 distro so I could run Docker, then I…
WSL1 reminds me of coLinux of old times. https://en.m.wikipedia.org/wiki/Cooperative_Linux
WSL1 is a subsystem on the NT kernel, allowing Linux binaries to run natively on Windows itself (not a virtual machine). It's the spiritual successor to Interix, that showed up in NT 4.0 and was removed in Windows 8.
The flip side is Wine, allowing Windows binaries to run natively on Linux.