1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Be more robust when parsing stdout. No more crashes on `NumberFormatException`. More... over 12 years ago
Don't route stderr when reading from the instrumented code. We don't want any output that is not from our own code. More... over 12 years ago
Fix race condition in error markers. More... over 12 years ago
Move error annotation logic in the editor. Report errors as you type won't miss updates anymore. More... over 12 years ago
Added jar signing plugin.(cherry picked from commit 9da288d6d79d0a3f8e455db99c78e83e809eed99) More... over 12 years ago
Changed update site to the final milestone release. More... over 12 years ago
Added plugin signing script. More... over 12 years ago
Fixed #82. Made the partitioner conservative, meaning no attempt is made to be smart about partitioning changes: it always assumes partitioning has changed. Should be ok for relatively small documents as the worksheet is using. More... over 12 years ago
Call `endUpdate` when there are compilation errors. More... over 12 years ago
Fix #81. Add user class path to the resident compiler. More... over 12 years ago
Removed version restriction to Indigo. The worksheet works fine with Juno. More... over 12 years ago
Bumped version to 0.2.0-SNAPSHOT More... over 12 years ago
Added tycho-versions plugin. More... over 12 years ago
Set the correct license: Apache 2.0 More... over 12 years ago
Updated for the scalaide 1001240 changes More... over 12 years ago
Call super.handlePreferences so that changes to general Text Editors are handled properly (thanks to @skyluc for providing the fix). More... over 12 years ago
Fixed tests and added a few more. More... over 12 years ago
Removed dead code. More... over 12 years ago
Display 'worksheet name' instead of 'file name' in the New wizard. More... over 12 years ago
Fix hover issue in the preview window for syntax coloring. More... over 12 years ago
Enabled auto-edit strategies tests. More... over 12 years ago
Added a few basic evaluation tests and a bit of framework for testing the evaluation engine. More... over 12 years ago
More informative errors in the Eclipse Error Log. In case we have a Throwable, log it properly so we see a stack trace. More... over 12 years ago
Guard build errors against `NoPosition`. More... over 12 years ago
Small stylistic changes: removed double parenthesis and more informative `toString` method. More... over 12 years ago
More comments and refactored the `EditorProxy` trait. More... over 12 years ago
Merge pull request #79 from amirsh/master More... over 12 years ago
TextHover is added. More... over 12 years ago
Refresh the resident compiler on project build. Fix #78. More... over 12 years ago
Remove unnecessary `sealed` modifier. More... over 12 years ago