notepad-plus-plus / notepad-plus-plus/notepad-plus-plus
[Feature request] Ctrl+Click (or similar) instead of Double Click to open links
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 29.4k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
Is there an existing issue for this?
- I have searched the existing issues
Description of the Issue
So often, I've been using NP++ to keep lists of URLs for testing, for example, and I'd love to be able to select part of an URL by double clicking, as you would normally.
But NP++'s only way of opening links directly hijacks the double click.
Describe the solution you'd like.
I'd love an alternative behavior, like
- Ctrl+click
- Alt+click
- middle-click
for opening links.
Debug Information
Notepad++ v8.9 (64-bit)
Build time: Dec 27 2025 - 14:28:33
Scintilla/Lexilla included: 5.5.8/5.4.6
Boost Regex included: 1_85
TinyXML-2 included: 11.0.0
nlohmann JSON included: 3.12.0
Path: C:\Portable\Notepad++\notepad++.exe
Command Line:
Admin mode: ON
Local Conf mode: ON
Cloud Config: OFF
Periodic Backup: ON
Placeholders: ON
Scintilla Rendering Mode: SC_TECHNOLOGY_DEFAULT (0)
Multi-instance Mode: monoInst
asNotepad: OFF
File Status Auto-Detection: cdEnabledNew (for current file/tab only)
Dark Mode: ON
Display Info:
primary monitor: 1920x1080, scaling 100%
visible monitors count: 4
installed Display Class adapters:
0000: Description - NVIDIA GeForce GTX 1060 6GB
0000: DriverVersion - 32.0.15.7640
0001: Description - Parsec Virtual Display Adapter
0001: DriverVersion - 0.45.0.0
0002: Description - Virtual Display Driver
0002: DriverVersion - 11.30.4.434
OS Name: Windows 10 Enterprise (64-bit)
OS Version: 22H2
OS Build: 19045.3930
Current ANSI codepage: 1252
Plugins:
ComparePlugin (2.0.2)
mimeTools (3.1)
NppConverter (4.7)
NppExport (0.4)
NppRegExTractorPlugin (2)
NppToolBucket (1.10.6622.41516)
PluginManager (1.4.12)
SurroundSelection (1.2)
_CustomizeToolbar (4.2)
Anything else?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No implementation files or tests are named. Start by locating the current direct-link opening behavior and its double-click handling, then assess how a modifier or middle-click could be added without taking over normal text selection. Done means the chosen alternate gesture opens links while double-click still selects URL parts normally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100