Releases: CodeCollaborate/EclipsePlugin
Releases · CodeCollaborate/EclipsePlugin
Release list
1.0.0.RC2
1.0.0.RC2 (#29)
1.0.0-RC1: Sync fixes rebased (#19)
* Logic for directory watching implemented except for the request calls * Listeners process most changes correctly except changes regarding the actual change of file contents as a result of a rename or move * Small import changes and code cleanup * Pre-change listener now pulls file bytes before change on both file move and rename * Logic for directory watching implemented except for the request calls * Listeners process most changes correctly except changes regarding the actual change of file contents as a result of a rename or move * Small import changes and code cleanup * Pre-change listener now pulls file bytes before change on both file move and rename * Implement File.Delete notification * implement file rename and move * Added creation of file change requests on file rename and file move * Implement IFile fix and error handlers for notifications * Implement IFile fix for file notifications * Fix to use correct error handling * Fix stream bug * Started work on warning system * More warning system stuff that I messed up adding through the last commit * Completion of notification warning system for directory watching * .ccignore file implemented, but not tested * Fixed bugs with continuous file adding and .ccignore file not being created correctly * Fixed issue with unclosed input streams in server file creation * Fixed major bugs with .ccignore file failing to recognize folders and bugs with file renaming * Made CCIgnore system call delete requests for newly ignored directories and files. Added most recent clientcore jar and made some changes for compatibility. * Finalizing debugging; started to convert all path keys for metadata to absolute paths * Most all directory watching related bugs fixed (especially file moving) * Remove old merge conflict in dialogstrings * Removed unnecessary println * Addressing changes in PR * Synchronization fixes Signed-off-by: Benedict Wong <bennydictwong@gmail.com> * Fix null pointer in document manager * Fix null pointer in document manager * Updated to make clientcore write to file in CRLF mode if needed Signed-off-by: Benedict Wong <bennydictwong@gmail.com> * Added null check Signed-off-by: Benedict Wong <bennydictwong@gmail.com> * save file on remote change Signed-off-by: Benedict Wong <bennydictwong@gmail.com> * updated clientcore Signed-off-by: Benedict Wong <bennydictwong@gmail.com> * save using ifile * Debuggging subscription file pulling and directory watching warn system * Prevented the million dialogs Signed-off-by: Benedict Wong <bennydictwong@gmail.com> * ignore fuse files Signed-off-by: Benedict Wong <bennydictwong@gmail.com> * Update .gitignore * Updated clientcore jars Signed-off-by: Benedict Wong <bennydictwong@gmail.com> * PR Comments' Signed-off-by: Benedict Wong <bennydictwong@gmail.com>