-
Notifications
You must be signed in to change notification settings - Fork 9
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
Freeze selections #20
Comments
Selecting text will highlight it for others, is that what you mean? |
No. If I have text selected, I want to have the option of highlighting it for others. |
Oh you mean leaving a permanent highlight so that when you deselect it, it's still highlighted. Ok, I'll think about it. |
Exactly. Additionally even give the option to comment on that highlight |
Hi, this feature is sounds cool, feel free to mention me if you'd like any help with it, I've already created something similar for my private extensions |
This is github, why don't you just start and make a pull request? :) |
@Worie I'd appreciate it. I know how to make selections visible, but the issue is persisting the marked text when the user switches editors. Brackets doesn't store any metadata for that. I thought about storing it myself, but never got around to it. If you have a better solution, please share! :) |
From my newbee view: cant you just assign one person in the group to be the "master" which means he stores this data? If he leaves the room, someone else becomes master and loads the data from the old master. |
I've figured out how to store the data, so that's alright. What would the workflow for this be? I was thinking:
|
I think: right click - > "highlight for all room mates", maybe even "highlight for specific room mate". Everyone who can see the highlight can remove it. |
But you can already see each other's highlights right? All this feature is adding is the ability to freeze a selection. I like the idea of removing other's highlights though. |
Yeah, I can see the current selection, but this should be a permanent code marker. (until removed) |
I'm still not clear on why you want this. What's the usecase for this that normal selections don't cover? |
Lets say we both code something together. |
I think that's better solved by "Bring to line". |
I thought of it more like a "to do list" feature, to be able to highlight everything that needs rework. |
Ok, I see why that could be useful. Going to backlog this because it's not core-featureset; but I can see it being implemented later. |
Ok, thanks. |
It would be helpful if you could highlight code for othere, maybe via right click on selected code (right click opens context menu > choose "highlight in multihack." or highlight a whole row via right click on its number.
The text was updated successfully, but these errors were encountered: