Giter VIP home page Giter VIP logo

hungry-backspace's People

Contributors

xdrop avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hungry-backspace's Issues

Unintentional indenting if the cursor is in beginning of the line

I'm not sure whether this case is already mentioned in previous issues. Anyway, here it is.

  1. Create a text file with three lines: foo, bar, and baz.

    foo
    
    bar
    
    baz
    
  2. Place the mouse cursor in the beginning of the baz line and press Backspace. Notice the baz is now indented. We don't this to happen, of course.

    foo
    
    bar
    
      baz
    

This only happens if right_to_left_backspacing is enabled.

For other ed

Hi. Nice idea. Maybe possible to port to CudaText (py API)?

[Feature request] No backspace if carriage in line begin

1. Request

It would be nice, if you add command to run backspace command only if carriage is not in line beginning.

2. Justification

I record macros. I need same behavior if I have text before carriage and if my carriage in beginning of line, because now I can get different macros results.

3. Actual behavior

If I run native Sublime Text Delete to Hard EOL macro (Ctrl+Shift+Backspace in Windows by default):

Actual behavior

I have same behavior if I run native Sublime Text Delete to EOL macro.

4. Desirable behavior

  • If I have text before carriage, all text before carriage was deleted, carriage move to beginning of line.
  • If I not text before carriage, nothing occurs. Carriage not move to previous line.

Thanks.

Breaks hungry backspace when deleting first character of auto-completed pair of brackets/parentheses/quotes

Default ST3 behavior is to automatically add a closing character when inserting a character like a quote, parentheses, bracket, etc. This works as expected, but now, for example, if you insert a left bracket, ST3 inserts the right bracket. At this point your cursor is between both brackets. I should be able to hit backspace and have BOTH brackets be deleted. This is default ST3 behavior but Hungry Backspace breaks this - only the first bracket is deleted.

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.