-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Suggestions - Drag and Drop text, line highlights, and drop target split view panes #10325
Comments
An a latent note, another suggestion (which I never see employed in any text editor, so maybe a reason that it isn't) is to allow the use of |
Drag/drop text: Please upvote Drag and Drop to move selected text within editor on our feature backlog. Active Line Highlight for inactive pane/window: Makes sense. It should be possible to do this in a theme, but it seems reasonable to do it in core too. @larz0, thoughts? We'd probably want a dimmer active line highlight when inactive (that's what other editors that don't hide the highlight when inactive do). Drop target for split panes: It should work this way already when dragging in a file from the OS folder view. Please let us know if not. For files that are already open, you don't have to drag them all the way to the other pane -- you can just drag them between sections in the open files list in the upper-left. Keys to modify block selection: Sounds like a good candidate for someone to write an extension -- so adding the 'extension idea' tag for that. Note: In the future, it would be good to file unrelated things as separate bugs. But also please check the backlog to see if it's already tracked there. |
Drag/drop text is actively being worked on (and is close to completion), so no need to vote! |
Anyone working on the active line highlight ? I would like to do it |
@peterflynn we're using 0.7 opacity to dim the entire inactive pane so using the same active line color could be okay. |
@peterflynn Ok, great ! |
Do we really need to put a dimmer highlight ? I mean, as long as nothing is dimmed anymore in the inactive pane, there is no reason to have the active line dimmed. Maybe I should only make the inactive pane keep the highlight on the line that was active ? |
@aringot Yes, we want it to be dimmer so it's clear which pane has focus. All the other cursor/selection-related bits of UI change appearance when focus is lost -- cursor is hidden, selection changes color, etc. |
If you want the entire pane to be dimmer, you can install the Zen Panes extension. But per #9785 this won't be the default behavior in Brackets anymore. |
…e in the inactive pane
@peterflynn Thanks for the link ! I understood how to get the highlight in the inactive pane, now I'm trying to find good colors... Which is kind of hard as the highlight is already really dim ! (And I'll try to code the LESS rules more nicely) |
…tive-line highlighting feature. Inline editor highlighting still does not work properly for the dark theme. adobe#10325
I'm new to this program, so sorry if there's a way to do something already that I've suggested!
Drag & Drop Text:
The ability to drag and drop selected text to move it around easier
Active Line Highlighting:
The current line (lines if more than one row is selected) have a different background color. If another pane in split view is active, the active line on the other panes should remain highlighted to act as somewhat of a place marker if you're referring to the other pane frequently without making it the active pane.
Drop Target for Split View Panes
The ability to drag and drop files (or file names in the open files pane into panes) to open it in that pane
Great work so far! Winning my favor over N++ even without above suggestions, HTML files or not.
The text was updated successfully, but these errors were encountered: