Git Product home page Git Product logo

atom-column-select's People

Contributors

csholmq avatar dqsully avatar ehuss avatar fabricioereche avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

modulexcite seuf

atom-column-select's Issues

Mac OS X Yosemite: Ctrl+shift+up/down selects two lines at a time

For some reason, I can't seem to be able to select one line at a time. For instance, if I am currently on line 41 and I press Ctrl+shift+down, I now have a column spanning lines 41-43 inclusively. Using column-select v. 0.2.0 on Mac OS 10.10.5 with Atom 1.8.0.

When selecting at end of line, "undo motion" does not work.

When moving up/down at the end of the line, and the lines aren't the same length, reversing direction does not properly engage the "undo" functionality.

This is because isUndo does not handle multiple ranges. It will probably need to add a special case that checks if atEnd is True.

couldnt be installed with a newer zlib version

On Ubuntu 18.04, with
zlib1g is already the newest version (1:1.2.11.dfsg-0ubuntu2).

Installing โ€œ[email protected]โ€ failed.
/snap/atom/227/usr/share/atom/resources/app/apm/bin/node: /snap/core/current/lib/x86_64-linux-gnu/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib/x86_64-linux-gnu/libpng16.so.16)

Atom.Object.defineProperty.get is deprecated.

atom.workspaceView is no longer available.
In most cases you will not need the view. See the Workspace docs for
alternatives: https://atom.io/docs/api/latest/Workspace.
If you do need the view, please use atom.views.getView(atom.workspace),
which returns an HTMLElement.

Atom.Object.defineProperty.get (C:\Users\FaBritze\AppData\Local\atom\app-0.186.0\resources\app\src\atom.js:54:11)
Object.activate (C:\Users\FaBritze\.atom\packages\column-select\lib\column-select.coffee:4:9)

Doesn't work after mac update

Hello, thank you for the project.
After I had updated to High Sierra, it broke.
This is what I get from key resolver:
image

Does anyone know why?
Thank you.

Enhancement request: Column Editor> Text to insert

Hi Dev,

Thanks in advance for existing package. If you ever consider on enhancing, there is a feature which would be nice, in np++ you can add text to columns, so lets say if I have 100 lines and wish to insert html code

this would automatically pop on all columns.

Notepad++ > Edit> Column Editor> Text to insert

Best Regards

Multiple selection

To me this is not much of an issue at the moment, but I thought it was worth suggesting being able to select multiple separate columns, as is apparently feasible in Sublime Text, and as requested here: https://github.com/bigfive/atom-sublime-select/issues/65
The idea would be to add another keybinding that would allow adding columns to the current selection.

Failed to activate the column-select package

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.0.0
System: Mac OS X 10.10.3
Thrown From: column-select package, v0.2.0

Stack Trace

Failed to activate the column-select package

At Cannot read property 'command' of undefined

TypeError: Cannot read property 'command' of undefined
    at Object.module.exports.activate (/Users/austin/.atom/packages/column-select/lib/column-select.coffee:4:25)
    at Package.module.exports.Package.activateNow (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:240:19)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/package.js:221:30
    at Package.module.exports.Package.measure (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:165:15)
    at Package.module.exports.Package.activate (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:213:14)
    at PackageManager.module.exports.PackageManager.activatePackage (/Applications/Atom.app/Contents/Resources/app.asar/src/package-manager.js:452:21)
    at /Applications/Atom.app/Contents/Resources/app.asar/node_modules/settings-view/lib/package-manager.js:306:60
    at exit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/settings-view/lib/package-manager.js:53:16)
    at triggerExitCallback (/Applications/Atom.app/Contents/Resources/app.asar/src/buffered-process.js:213:47)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/buffered-process.js:220:18

Commands

     -0:26.6.0 settings-view:check-for-package-updates (atom-workspace.workspace.scrollbars-visible-always.theme-twilight-xxx-syntax.theme-unity-ui)

Config

{
  "core": {
    "themes": [
      "unity-ui",
      "twilight-syntax"
    ]
  }
}

Installed Packages

# User
Sublime-Style-Column-Selection, v1.3.0
column-select, v0.2.0
unity-ui, v2.0.11

# Dev
No dev packages

Add mouse support.

Same key combo + right mouse click should extend columns to the row clicked on.

Unfortunately Atom doesn't have great support for working with mouse events. See the mousedown handler (and screenPositionFromMouseEvent) in editor-view.

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.