saros
saros copied to clipboard
Open Source IDE plugin for distributed collaborative software development
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...
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)...
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...
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...
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...
**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...
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. -...
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...