Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Programming Tools › [Tool]NotePad ++

[Tool]NotePad ++

Posts 1–11 of 11 · Page 1 of 1
NextGen1
NextGen1
[Tool]NotePad ++
NotePad ++

What is Notepad ++?

Notepad++ is a text editor and source code editor for Windows, though it can run on Linux and Mac OS X, using software such as Wine. The primary advantage of Notepad++ over the built-in text editor, Notepad, is tabbed editing, to easily work with multiple open files.
What are some of the features offered?

  • Some of its general features include
  • Tabbed document interface
  • Drag-and-drop
  • Multiple Clipboard (plugin required)
  • Split screen editing and synchronized scrolling
  • Spell checker (requires Aspell) (Spell checker does not distinguish between text and code)
  • Supports text encoding formats such as Unicode, for international writing systems
  • Find and replace over multiple documents
  • File comparison
  • Zooming
  • It also includes features for source code editing:
  • Auto-completion
  • Bookmarks
  • Syntax highlighting and syntax folding
  • Brace and indent highlighting
  • Regular expression find and replace
  • Speech synthesis
  • FTP Browser (plug-in included in standard installation)
  • Macro recording and execution.
  • Various tools such as line sorting, text encoding conversion, text folding
  • File status auto-detection
  • Plugins for multiline regular expression search and replace


What do the "cool" people call Notepad ++

NPP, so if you have ever seen the term NPP used in a development discussion, this is likely what they are referring too.

NPP supports over 50 languages through the built-in support provided by the Scintilla component.

What if I want to use it for a language not on the list?

NPP's Community offers 'user defined syntax styling', You can get these from their sourceforge page, or you can make your own.

Where can I get plugins?
A list of plugins can be found at their sourceforge plugin page.
Notepad++ Plugins - Browse Files at SourceForge.net

I know C++, Can I make my own plugins?

Yes!

Here are the instructions to make your first Notepad++ plugin in less 10 minutes, by following 6 steps:

Download and unzip Notepad++ Plugin Template.
Open NppPluginTemplate.vcproj in your Visual Studio.
Define your plugin name in PluginDefinition.h
Define your plugin commands number in PluginDefinition.h
Customize plugin commands names and associated function name (and the other stuff, optional) in PluginDefinition.cpp.
Define the associated functions.
You are guided by the following comments in both PluginDefinition.h and PluginDefinition.cpp files:


//-- STEP 1. DEFINE YOUR PLUGIN NAME --//

//-- STEP 2. DEFINE YOUR PLUGIN COMMAND NUMBER --//

//-- STEP 3. CUSTOMIZE YOUR PLUGIN COMMANDS --//

//-- STEP 4. DEFINE YOUR ASSOCIATED FUNCTIONS --//

File Attached: Notepad ++ (Portable edition) , There is no need to install this version, just Unzip & Run the Executable.

Available Screen Shots.



Virus Scan:
Click Here
#1 · 15y ago
SU
SubCub
@NextGen1 i have this itz SICK
#2 · 15y ago
cgallagher21
cgallagher21
This the new version.. i think mines outdated.
#3 · 15y ago
SU
SubCub
Pretty sure it is.
#4 · 15y ago
NextGen1
NextGen1
Yes, it is the most up to date, portable edition.
#5 · 15y ago
markO1O8
markO1O8
Is this the latest on? @NextGen1 ??
#6 · 15y ago
NextGen1
NextGen1
Did you read the post above yours?

Yes, it is the most up to date, portable edition.
#7 · 15y ago
markO1O8
markO1O8
No Sorry ,@NextGen1 Thanks Though Ive Done Two Chrome Extensions With It Now Yay!
#8 · 15y ago
NextGen1
NextGen1
Quote Originally Posted by markO1O8 View Post
No Sorry ,@NextGen1 Thanks Though Ive Done Two Chrome Extensions With It Now Yay!
@mark0108

have you been following my tut?

http://www.mpgh.net/forum/160-progra...r-edition.html
#9 · 15y ago
markO1O8
markO1O8
Quote Originally Posted by NextGen1 View Post


@mark0108

have you been following my tut?

http://www.mpgh.net/forum/160-progra...r-edition.html
@NextGen1
Yeah My friend thanks for that
#10 · 15y ago
NextGen1
NextGen1
@markO1O8 good, then read the beginning of my signature.
#11 · 15y ago
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Tags for this Thread

#dev#great#notepad#plus plus#portable#tool