-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moving lines up/down #16
Comments
Moving line up and down beyond cell limit is not that trivial to implement correctly, I don't really have time these days to work on this sadly 😞 But the other issue you flagged is easily solved though! I have published a new version (0.3.2) which should have the correct behavior now. |
@ryantam626 just to be sure we understand each other:
Appreciate your time, thank you |
0.3.2 fixes the indent issue. Moving line beyond the cell should not be possible, what key are you pressing to do that? |
Another question, is there a way to switch CMD, CTRL, ALT to control behaviour? I noticed Sublime acts differently depending on underlying OS(Linux, MacOS). You probably adapted keybindings from Linux right? In any way, really super awesome extension, I see now I won't be able to live without it. Thank you for the contribution. |
Ah interesting. Here is a link to codemirror's sublime keybindings https://codemirror.net/keymap/sublime.js, according to this Since it doesn't work, I have two theories,
Because I don't have a Mac, I can't really test things out myself, if you want you can fork this repo and altering the behaviour of this plugin, the plugin actually doesn't do that much and a fair bit of the groundwork has been done 😉 |
wonderful, thank you very much for the guide keep on rockn' |
Hi, great addition to JL!!!
I'm facing the issue though:
also:
how could I achieve indented comment out character
#
In Sublime if code is indented, like:
commented out line looks like
but in JL(codemirror) I always see:
commented out line looks like
which makes code a lot less transparent
thank you for the time and effort
The text was updated successfully, but these errors were encountered: