Giter Site home page Giter Site logo

Comments (3)

molsonkiko avatar molsonkiko commented on August 10, 2024

@seowner
I'm working on implementing word deletion from the current cursor position now.

Two questions about Ctrl+Backspace preferences:

  1. Do you prefer to delete the entire word containing the current cursor (that is, if the cursor is between the o and the b of fobar, delete the entire word), or *only the part of the word before the cursor (that is, if the cursor is between the o and b of fobar, Ctrl+Backspace will leave bar)?
  2. When you say "delete the entire word", do you mean you want to delete until the last whitespace before the cursor, or delete until the first character that is whitespace or punctuation?

If you don't answer soonish, I'll default to (a) deleting only characters before the cursor and (b) deleting until the last whitespace before the cursor.

from nppnavigateto.

seowner avatar seowner commented on August 10, 2024

@molsonkiko

If you have Windows 10, just open default Notepad, type a sentence or a few words, and do CTRL+Backspace.

It's nothing to do with the cursor, it's just a full word is deleted whitespace to whitespace.

Examples:

Input:
"The best plugin ever [hit ctrl+bs]"

Result:
"The best plugin"

(entire word "ever" is deleted)

Input:
"The best plugin [hit ctrl+bs] ever"

Result:
"The best ever"

(entire word "plugin" is deleted)

It's the same way default Notepad in Windows 10, or Notepad++ on any OS operates.

from nppnavigateto.

molsonkiko avatar molsonkiko commented on August 10, 2024

TODO re: this issue:

  1. FEAT: Ctrl+Backspace to delete word
  2. FEAT: Customizable font
  3. BUG: Row color should change when setting changes

from nppnavigateto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.