saros icon indicating copy to clipboard operation
saros copied to clipboard

Open Source IDE plugin for distributed collaborative software development

Results 108 saros issues
Sort by recently updated
recently updated
newest added

Even if the saros server is in a very early alpha state it would be useful to have some kind of advice (like a common CLI) if you execute the...

Type: Feature
Aspect: User Experience
Area: Server
Prio: Low
State: Open

The gradle java plugin marked the dependency handling via `compile` and `testCompile` as deprecated. We should use `implementation`, `testImplementation`, `api` (which is new) and `provided` (instead of `compileOnly`). See [here](https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_separation)...

Type: Feature
Area: Infrastructure
Prio: Low
State: Open

When closing the editor for only one of the participants, all preexisting contribution annotations are still present when the editor is re-opened. If the editor is however closed for all...

Type: Bug
Aspect: Awareness
Area: Eclipse

The links on our registration page https://saros-con.imp.fu-berlin.de:5280/register no longer work. The page to create accounts is still available under https://saros-con.imp.fu-berlin.de:5280/register/new. For whatever reason, the link on the base page directs...

Area: Infrastructure

Saros/I currently does not support file awareness information. This awareness information tells the user which files are currently visible to other participants in the session. #### Wanted behavior: The awareness...

Type: Feature
Aspect: Awareness
Area: IntelliJ

**Steps to reproduce:** - Use a file that has one screen full of newlines - Go to the top of the file and enter 10 newlines - Notice that even...

Aspect: GUI
Aspect: Awareness
Area: Eclipse

Session with 2 participants (host:Alice, Bob). - Bob right-clicks on the project, and goes to "New"->"Untitled Text File" - Bob enters some text into the file and saves it. -...

Type: Bug
Aspect: Consistency
Area: Eclipse
Prio: Medium
State: Open

Command "Ctrl + Z" is undoing the other user's changes, not just mine. This makes it unusable for 2 people to work on the same file. **Steps to reproduce the...

Type: Bug
State: Unconfirmed