Notepad++ v8 release

This page summarizes the projects mentioned and recommended in the original post on /r/programming

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • notepad-plus-plus

    Notepad++ official repository

  • Geany

    A fast and lightweight IDE

  • See if Geany or Gedit works for you.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • notepadqq

    A simple, general-purpose editor for Linux

  • I can recommend notepadqq as an alternative on Linux. But compile it from source and stay away from snap, the latter has caused me nothing but issues. The build process is straightforward.

  • Visual Studio Code

    Visual Studio Code

  • ScintillaNET

    Discontinued A Windows Forms control, wrapper, and bindings for the Scintilla text editor.

  • ICSharpCode.TextEditor

    ICSharpCode.TextEditor for WinForms

  • NPP_HexEdit

    Notepad++ Plugin Hexedit

  • There's some hope for Notepad++ HexEdit Plugin to pick up the mantra, as it's a x64 continuation of the plugin by a different developer. But I haven't tried it.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • win32-custom-menubar-aero-theme

    Custom owner menubar drawing for win32 even with aero themes using undocumented Windows messages and structures, previously unknown.

  • uac_no_securedesktop

    Sample code to temporarily show Windows UAC prompts on normal instead of secure desktop for a single session

  • In the end if you have the time to just sit down and annotate the asm (or il) and take advantage of other tools like x64dbg etc anything can be figured out eventually. I used the same approach to figure out how an application can disable UAC prompting on the secure desktop without restarting the system and only while requested, which still seems to be pretty obscure https://github.com/adzm/uac_no_securedesktop by looking at how Microsoft's remote support tool worked. Generally f it can be done in userspace by one application, it can with another! And in the end if it's not the kernel, it's still an application, even if part of the system like uxtheme.dll for example.

  • vscodium

    binary releases of VS Code without MS branding/telemetry/licensing

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts