notepad-plus-plus / notepad-plus-plus/notepad-plus-plus

Request: Add Save selected text to new file

Open
#10,859 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
29.4k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

As user I would like to be able to save highlighted text to a new file from the context menu. Rather than copy text-->create new file-->paste

Potentially I could create multiple files quickly this way if I needed to extract data from a single file source.

I presume the file encoding would also be duplicated by default.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The request concerns a context-menu action for highlighted text that creates a new file and preserves the source encoding. Start by locating the context-menu handling and existing new-file/save flows, then trace how selected text and encoding are represented. Done means the action creates a new file with the selection and the expected encoding, including repeated use for multiple files.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.